OPEN CV BASED AUTONOMOUS RC-CAR

Size: px
Start display at page:

Download "OPEN CV BASED AUTONOMOUS RC-CAR"

Transcription

1 OPEN CV BASED AUTONOMOUS RC-CAR B. Sabitha 1, K. Akila 2, S.Krishna Kumar 3, D.Mohan 4, P.Nisanth 5 1,2 Faculty, Department of Mechatronics Engineering, Kumaraguru College of Technology, Coimbatore, India 3,4,5 Students, Department of Mechatronics Engineering, Kumaraguru College of Technology, Coimbatore, India ABSTRACT Controlling the traffic in the metro cities is the huge due to increase in the vehicles population and increase in accidents too. To prevent, many of the plans are implemented but fails. To overcome these problems we come up the idea of Controllable Traffic Autonomous Car. The cars most nowadays are smart we utilize that idea and make a prototype which control according to the traffic signals and to prevent the accidents by the machine learning prediction and image processing technique. The main controlling unit if the car is raspberry pi which teaches the car to move in the path and to stop when the red signal in the traffic, to maintain the speed and to stop the car if it get collide with nearby vehicles. The distance between the cars is monitored with the help of ultrasonic sensor. It also associated with the GSM and GPS technique to locate the car and to alert in case of the emergency situations.the result that going to obtained based of the qualities of the image frame from the camera and the collision avoidance according to the sensor data from the ultrasonic sensor. The machine learning and the image processing are done by using the opencv module in python. The self is going to done by the convolution neural network and the object prediction by the harr classifiers. The advance is going to done by the deep learning of the objects Keywords: Open cv haar classifier, Monocular vision,region of interest (ROI), Hue saturation value (HUI) INTRODUCTION The car that is made based on to make the car to move according to the traffic rules and conditions to improve the traffic ability. In this work the RC car are made to make its movement by predicting the paths that are already trained to it. By the trained prediction it made its movements by mappings its path to the convolution neural network [1].The traffic signs of the car be predicted by the colour mapping to differentiate the colors to the camera or by using the concept of the pre-trained classifiers like haar-classifier. The distance of the signal and the stop sign to the car camera is measured by the monocular vision [1][2].The live JARDCS Special Issue On Engineering and Informatics 1009

2 feed from the camera is broadcasted to the driver trough the socket networking. The colloidence of the one car form other or to any other obstacles is prevented by the ultrasonic sensors through the distance measurement. The process are initially the car is pre trained by the path and travel in its track if the obstacles is in front ofit stops and check the obstacles behind it and convey the message to the driver and in the signals if it detects the red color it stops and make the move until thecolour is turned to green.. In case if the car met with the accident it alert the hospitals nearby and to the associated persons of the car owner. DESCRIPTION: The below shown diagram is the block diagram for the working and the step functionalities of the proposed work. Figure 1: Block Diagram AUTO-PREDICTION: In the self-driving part the car makes to start collecting images of the sample paths it going to travel it takes up to more than 100 samples. After collecting the samples it allowed to the training process the trained data are get stored in the raspberry pi memory. The trained data is made to prediction testing and results get stored in.npz format. The tested data is get teach to the raspberry pi by cv2.ml.ann_mlp_create () command by this command it made prediction algorithm with labels and its associated tested data get stored in the format.xml format by which the convolution neural[1] mapping has made. Then the live feed is telecasted to the diver through wireless protocol socket library in python. TRAFFIC& STOP SIGN DETECTION: The traffic light is detected by the process of rendering and masking the color in python. The image is first converted into gray scale and the image converted into HSV (Hue Saturation Value). The color to be identified is separated into two parts, upper and lower part by series of repetitions. Then the separated parts are masked and render according to HSV JARDCS Special Issue On Engineering and Informatics 1010

3 range, The obtained masked images are eroded and diluted to get the smooth and noise free required colors(pixel values) by repeated iterations(six iterations). Then the boundary for the obtained color is drawn by the contour process by defining the position and height for the range of color detected. Then by using cv2.puttext () command we write the distance from the color detected to the camera and the detected color. To recognize different states of the STOP sign, some image processing is needed beyond detection. Flowchart below summarizes the traffic light recognition process. Figure2: Flow chart for colour mapping Firstly, trained cascade harr classifier [4] is used to detect stop sign. The bounding box is considered as a region of interest (ROI) [1]. Secondly, Gaussian blur is applied inside the ROI to reduce noises. Thirdly, find the brightest point in the ROI. Finally, Stop sign determined simply based on the position of the brightest spot in the ROI. Figure3: Stop Sign Prediction The.xml file is created using this classifiers, which takes 4 days to get a good detection of images. Then this.xml file is imported in programming so that it detects the sign and contour is drawn. MONOCULAR VISION: The proposed work adapted a geometry model of detecting distance of the object to the car using monocular vision method [2]. Figure4: MV calculation JARDCS Special Issue On Engineering and Informatics 1011

4 P is a point on the target object; d is the distance from optical centre to the point P. based on the geometry relationship above, formula (1) shows how to calculate the distance d. In the formula (1), f is the focal length of the camera; is camera tilt angle; h is optical center height; (x0, y0)[1] refers to the intersection point of image plane and optical axis; (x, y) refers to projection of point P on the image plane. It is the mathematical calculation to detect the distance of stop and signal sides from the camera of the vehicles [5]. Another major part of the proposed work is prevent collide of the cars over the other while they make detection with the signals. The first tray of the car detects the signals and makes the stop. By using the ultrasonic sensor fitted infornt of the cars which makes the prevention of collidance with the other vehicles by making it to stop the wheels of the car if it reaches the particular distance ie.when the distance of the ultrasonic sensor and the other vehicle is in 1m gap it makes the car to stop. If the ultrasonic sensor is fitted in every side of the vehicles like a tray or like a array it makes the car to prevent collide with the side by near objects also and the sensors are to be fit in the back side to prevent in case the other car front detector fails. RESULTS The results obtained during test drive are shown below. The final RC car assembly is shown below Figure5: Prototype JARDCS Special Issue On Engineering and Informatics 1012

5 The obtained results are pretty good and the controlling of car through self-learning, the detection of traffic signals and stop sign detection are shown in figures. Figure 6: Red colour Detection Figure7: Yellow colour Detection Figure 8: Green colour Detection Figure 9: Stop Sign Detection CONCLUSION: The car makes it path clearly trained makes it move perfectly and detects the signals and the stop sign make the stop. The obstacles detector (ultrasonic sensor) makes the car to JARDCS Special Issue On Engineering and Informatics 1013

6 stop if the obstacle or the car is in front of it. The alert and the location mapping is also worked by sending the alert to the consumer persons and located perfectly. Area with wireless network range (Wi-Fi).The challenge faced are obtaining camera feed wirelessly to laptop, there was a lot of latency problems. The pixels are not obtained clearly. This is rectified by threading operation in the program where the multiple client server programs are made to run in multiple ports. The red colour are detected in various area in the frame due lot of color gradients around the surroundings. So the path of the car tracing must be clearly in the range of other than of traffic colors so that the car can easily detect further motion clearly or the car may go along uncontrolled manner. To obtain the clear detection of traffic signal the advanced neural network method is used, so that the traffic signal contour is also teaches so that it can sense only the contour size so that the detection flows along contour and inside of the contour section which makes the detection much clear and better. FUTURE SCOPE: The prediction is currently based on opencv and get to change scikit learn, tensor flow libraries to get the better accuracy for auto prediction. Ultrasonic sonic sensors are to replace by radar to better mapping and avoiding the obstacles. Traffic signal carries the camera which is teaches to detect the number plates by one of the algorithm like opencv haar classifier. In case of vehicles crossing the signals can be finding by scanning the particular vehicle number plate and sending the data to overall traffic head office and check with existing database, so that easily person is found, which happens in fraction of seconds. This case is acceptable, because not all vehicles can violate traffic signals, so it is easy to find the one vehicle which is crossing the signal. The codes are uploaded in the below github page: REFERENCES 1. Li, X., Wang, X., & Ouyang, Y. (2012). Prediction and field validation of traffic oscillation propagation under nonlinear car-following laws. Transportation research part B: methodological, 46(3), JARDCS Special Issue On Engineering and Informatics 1014

7 2. Lienhart, R., & Maydt, J. (2002). An extended set of haar-like features for rapid object detection. In Image Processing Proceedings International Conference on (Vol. 1, pp. I-I). IEEE. 3. Janét, J. A., Schudel, D. S., White, M. W., England, A. G., Luo, R. C., & Snyder, W. E. (1996, December). Global self-localization for actual mobile robots: Generating and sharing topographical knowledge using the region-feature neural network. In Multisensor Fusion and Integration for Intelligent Systems, IEEE/SICE/RSJ International Conference on (pp ). IEEE. 4. Lienhart, R., & Maydt, J. (2002). An extended set of haar-like features for rapid object detection. In Image Processing Proceedings International Conference on (Vol. 1, pp. I-I). IEEE. 5. Sheng, W., Ou, Y., Tran, D., Tadesse, E., Liu, M., & Yan, G. (2013, November). An integrated manual and autonomous driving framework based on driver drowsiness detection. In Intelligent Robots and Systems (IROS), 2013 IEEE/RSJ International Conference on (pp ). IEEE. JARDCS Special Issue On Engineering and Informatics 1015

Autonomous Obstacle Avoiding and Path Following Rover

Autonomous Obstacle Avoiding and Path Following Rover Volume 114 No. 9 2017, 271-281 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu Autonomous Obstacle Avoiding and Path Following Rover ijpam.eu Sandeep Polina

More information

Implementation of License Plate Recognition System in ARM Cortex A8 Board

Implementation of License Plate Recognition System in ARM Cortex A8 Board www..org 9 Implementation of License Plate Recognition System in ARM Cortex A8 Board S. Uma 1, M.Sharmila 2 1 Assistant Professor, 2 Research Scholar, Department of Electrical and Electronics Engg, College

More information

Smart Parking System for Locating Vacant Parking Slots

Smart Parking System for Locating Vacant Parking Slots Smart Parking System for Locating Vacant Parking Slots Akshay Nikam, Priyanka Patil, Shruti Shinde, Sippora Toppo Abstract- In urban cities finding the available parking slots is very difficult, due to

More information

Follower Robot Using Android Programming

Follower Robot Using Android Programming 545 Follower Robot Using Android Programming 1 Pratiksha C Dhande, 2 Prashant Bhople, 3 Tushar Dorage, 4 Nupur Patil, 5 Sarika Daundkar 1 Assistant Professor, Department of Computer Engg., Savitribai Phule

More information

CROWD ANALYSIS WITH FISH EYE CAMERA

CROWD ANALYSIS WITH FISH EYE CAMERA CROWD ANALYSIS WITH FISH EYE CAMERA Huseyin Oguzhan Tevetoglu 1 and Nihan Kahraman 2 1 Department of Electronic and Communication Engineering, Yıldız Technical University, Istanbul, Turkey 1 Netaş Telekomünikasyon

More information

Image Processing and Particle Analysis for Road Traffic Detection

Image Processing and Particle Analysis for Road Traffic Detection Image Processing and Particle Analysis for Road Traffic Detection ABSTRACT Aditya Kamath Manipal Institute of Technology Manipal, India This article presents a system developed using graphic programming

More information

Evaluation of Connected Vehicle Technology for Concept Proposal Using V2X Testbed

Evaluation of Connected Vehicle Technology for Concept Proposal Using V2X Testbed AUTOMOTIVE Evaluation of Connected Vehicle Technology for Concept Proposal Using V2X Testbed Yoshiaki HAYASHI*, Izumi MEMEZAWA, Takuji KANTOU, Shingo OHASHI, and Koichi TAKAYAMA ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

More information

Detection of License Plates of Vehicles

Detection of License Plates of Vehicles 13 W. K. I. L Wanniarachchi 1, D. U. J. Sonnadara 2 and M. K. Jayananda 2 1 Faculty of Science and Technology, Uva Wellassa University, Sri Lanka 2 Department of Physics, University of Colombo, Sri Lanka

More information

Wadehra Kartik, Kathpalia Mukul, Bahl Vasudha, International Journal of Advance Research, Ideas and Innovations in Technology

Wadehra Kartik, Kathpalia Mukul, Bahl Vasudha, International Journal of Advance Research, Ideas and Innovations in Technology ISSN: 2454-132X Impact factor: 4.295 (Volume 4, Issue 1) Available online at www.ijariit.com Hand Detection and Gesture Recognition in Real-Time Using Haar-Classification and Convolutional Neural Networks

More information

Intelligent Tactical Robotics

Intelligent Tactical Robotics Intelligent Tactical Robotics Samana Jafri 1,Abbas Zair Naqvi 2, Manish Singh 3, Akhilesh Thorat 4 1 Dept. Of Electronics and telecommunication, M.H. Saboo Siddik College Of Engineering, Mumbai University

More information

Hardware Implementation of an Explorer Bot Using XBEE & GSM Technology

Hardware Implementation of an Explorer Bot Using XBEE & GSM Technology Volume 118 No. 20 2018, 4337-4342 ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Hardware Implementation of an Explorer Bot Using XBEE & GSM Technology M. V. Sai Srinivas, K. Yeswanth,

More information

AUTOMATIC NUMBER PLATE DETECTION USING IMAGE PROCESSING AND PAYMENT AT TOLL PLAZA

AUTOMATIC NUMBER PLATE DETECTION USING IMAGE PROCESSING AND PAYMENT AT TOLL PLAZA Reg. No.:20151213 DOI:V4I3P13 AUTOMATIC NUMBER PLATE DETECTION USING IMAGE PROCESSING AND PAYMENT AT TOLL PLAZA Meet Shah, meet.rs@somaiya.edu Information Technology, KJSCE Mumbai, India. Akshaykumar Timbadia,

More information

INDIAN VEHICLE LICENSE PLATE EXTRACTION AND SEGMENTATION

INDIAN VEHICLE LICENSE PLATE EXTRACTION AND SEGMENTATION International Journal of Computer Science and Communication Vol. 2, No. 2, July-December 2011, pp. 593-599 INDIAN VEHICLE LICENSE PLATE EXTRACTION AND SEGMENTATION Chetan Sharma 1 and Amandeep Kaur 2 1

More information

Automatic Licenses Plate Recognition System

Automatic Licenses Plate Recognition System Automatic Licenses Plate Recognition System Garima R. Yadav Dept. of Electronics & Comm. Engineering Marathwada Institute of Technology, Aurangabad (Maharashtra), India yadavgarima08@gmail.com Prof. H.K.

More information

Automated Driving Car Using Image Processing

Automated Driving Car Using Image Processing Automated Driving Car Using Image Processing Shrey Shah 1, Debjyoti Das Adhikary 2, Ashish Maheta 3 Abstract: In day to day life many car accidents occur due to lack of concentration as well as lack of

More information

QUALITY CHECKING AND INSPECTION BASED ON MACHINE VISION TECHNIQUE TO DETERMINE TOLERANCEVALUE USING SINGLE CERAMIC CUP

QUALITY CHECKING AND INSPECTION BASED ON MACHINE VISION TECHNIQUE TO DETERMINE TOLERANCEVALUE USING SINGLE CERAMIC CUP QUALITY CHECKING AND INSPECTION BASED ON MACHINE VISION TECHNIQUE TO DETERMINE TOLERANCEVALUE USING SINGLE CERAMIC CUP Nursabillilah Mohd Alie 1, Mohd Safirin Karis 1, Gao-Jie Wong 1, Mohd Bazli Bahar

More information

Automated License Plate Recognition for Toll Booth Application

Automated License Plate Recognition for Toll Booth Application RESEARCH ARTICLE OPEN ACCESS Automated License Plate Recognition for Toll Booth Application Ketan S. Shevale (Department of Electronics and Telecommunication, SAOE, Pune University, Pune) ABSTRACT This

More information

Computer Vision Robotics I Prof. Yanco Spring 2015

Computer Vision Robotics I Prof. Yanco Spring 2015 Computer Vision 91.450 Robotics I Prof. Yanco Spring 2015 RGB Color Space Lighting impacts color values! HSV Color Space Hue, the color type (such as red, blue, or yellow); Measured in values of 0-360

More information

Deployment and Testing of Optimized Autonomous and Connected Vehicle Trajectories at a Closed- Course Signalized Intersection

Deployment and Testing of Optimized Autonomous and Connected Vehicle Trajectories at a Closed- Course Signalized Intersection Deployment and Testing of Optimized Autonomous and Connected Vehicle Trajectories at a Closed- Course Signalized Intersection Clark Letter*, Lily Elefteriadou, Mahmoud Pourmehrab, Aschkan Omidvar Civil

More information

Controlling Obstacle Avoiding And Live Streaming Robot Using Chronos Watch

Controlling Obstacle Avoiding And Live Streaming Robot Using Chronos Watch Controlling Obstacle Avoiding And Live Streaming Robot Using Chronos Watch Mr. T. P. Kausalya Nandan, S. N. Anvesh Kumar, M. Bhargava, P. Chandrakanth, M. Sairani Abstract In today s world working on robots

More information

Accident prevention and detection using internet of Things (IOT)

Accident prevention and detection using internet of Things (IOT) ISSN:2348-2079 Volume-6 Issue-1 International Journal of Intellectual Advancements and Research in Engineering Computations Accident prevention and detection using internet of Things (IOT) INSTITUTE OF

More information

Modern Robotics with OpenCV. Widodo Budiharto

Modern Robotics with OpenCV. Widodo Budiharto Modern Robotics with OpenCV Widodo Budiharto Science Publishing Group 548 Fashion Avenue New York, NY 10018 Published by Science Publishing Group 2014 Copyright Widodo Budiharto 2014 All rights reserved.

More information

Lane Segmentation for Self-Driving Cars using Image Processing

Lane Segmentation for Self-Driving Cars using Image Processing Lane Segmentation for Self-Driving Cars using Image Processing Aman Tanwar 1, Jayakrishna 2, Mohit Kumar Yadav 3, Niraj Singh 4, Yogita Hambir 5 1,2,3,4,5Department of Computer Engineering, Army Institute

More information

VEHICLE LICENSE PLATE DETECTION ALGORITHM BASED ON STATISTICAL CHARACTERISTICS IN HSI COLOR MODEL

VEHICLE LICENSE PLATE DETECTION ALGORITHM BASED ON STATISTICAL CHARACTERISTICS IN HSI COLOR MODEL VEHICLE LICENSE PLATE DETECTION ALGORITHM BASED ON STATISTICAL CHARACTERISTICS IN HSI COLOR MODEL Instructor : Dr. K. R. Rao Presented by: Prasanna Venkatesh Palani (1000660520) prasannaven.palani@mavs.uta.edu

More information

Advances in Vehicle Periphery Sensing Techniques Aimed at Realizing Autonomous Driving

Advances in Vehicle Periphery Sensing Techniques Aimed at Realizing Autonomous Driving FEATURED ARTICLES Autonomous Driving Technology for Connected Cars Advances in Vehicle Periphery Sensing Techniques Aimed at Realizing Autonomous Driving Progress is being made on vehicle periphery sensing,

More information

* Intelli Robotic Wheel Chair for Specialty Operations & Physically Challenged

* Intelli Robotic Wheel Chair for Specialty Operations & Physically Challenged ADVANCED ROBOTICS SOLUTIONS * Intelli Mobile Robot for Multi Specialty Operations * Advanced Robotic Pick and Place Arm and Hand System * Automatic Color Sensing Robot using PC * AI Based Image Capturing

More information

Simulation of a mobile robot navigation system

Simulation of a mobile robot navigation system Edith Cowan University Research Online ECU Publications 2011 2011 Simulation of a mobile robot navigation system Ahmed Khusheef Edith Cowan University Ganesh Kothapalli Edith Cowan University Majid Tolouei

More information

ReVRSR: Remote Virtual Reality for Service Robots

ReVRSR: Remote Virtual Reality for Service Robots ReVRSR: Remote Virtual Reality for Service Robots Amel Hassan, Ahmed Ehab Gado, Faizan Muhammad March 17, 2018 Abstract This project aims to bring a service robot s perspective to a human user. We believe

More information

Vishnu Nath. Usage of computer vision and humanoid robotics to create autonomous robots. (Ximea Currera RL04C Camera Kit)

Vishnu Nath. Usage of computer vision and humanoid robotics to create autonomous robots. (Ximea Currera RL04C Camera Kit) Vishnu Nath Usage of computer vision and humanoid robotics to create autonomous robots (Ximea Currera RL04C Camera Kit) Acknowledgements Firstly, I would like to thank Ivan Klimkovic of Ximea Corporation,

More information

Automatic optical measurement of high density fiber connector

Automatic optical measurement of high density fiber connector Key Engineering Materials Online: 2014-08-11 ISSN: 1662-9795, Vol. 625, pp 305-309 doi:10.4028/www.scientific.net/kem.625.305 2015 Trans Tech Publications, Switzerland Automatic optical measurement of

More information

A RASPBERRY PI BASED ASSISTIVE AID FOR VISUALLY IMPAIRED USERS

A RASPBERRY PI BASED ASSISTIVE AID FOR VISUALLY IMPAIRED USERS A RASPBERRY PI BASED ASSISTIVE AID FOR VISUALLY IMPAIRED USERS C. Ezhilarasi 1, R. Jeyameenachi 2, Mr.A.R. Aravind 3 M.Tech., (Ph.D.,) 1,2- final year ECE, 3-Assitant professor 1 Department Of ECE, Prince

More information

Performance Evaluation of Edge Detection Techniques for Square Pixel and Hexagon Pixel images

Performance Evaluation of Edge Detection Techniques for Square Pixel and Hexagon Pixel images Performance Evaluation of Edge Detection Techniques for Square Pixel and Hexagon Pixel images Keshav Thakur 1, Er Pooja Gupta 2,Dr.Kuldip Pahwa 3, 1,M.Tech Final Year Student, Deptt. of ECE, MMU Ambala,

More information

Face Detection System on Ada boost Algorithm Using Haar Classifiers

Face Detection System on Ada boost Algorithm Using Haar Classifiers Vol.2, Issue.6, Nov-Dec. 2012 pp-3996-4000 ISSN: 2249-6645 Face Detection System on Ada boost Algorithm Using Haar Classifiers M. Gopi Krishna, A. Srinivasulu, Prof (Dr.) T.K.Basak 1, 2 Department of Electronics

More information

NCCT IEEE PROJECTS ADVANCED ROBOTICS SOLUTIONS. Latest Projects, in various Domains. Promise for the Best Projects

NCCT IEEE PROJECTS ADVANCED ROBOTICS SOLUTIONS. Latest Projects, in various Domains. Promise for the Best Projects NCCT Promise for the Best Projects IEEE PROJECTS in various Domains Latest Projects, 2009-2010 ADVANCED ROBOTICS SOLUTIONS EMBEDDED SYSTEM PROJECTS Microcontrollers VLSI DSP Matlab Robotics ADVANCED ROBOTICS

More information

Available online at ScienceDirect. Ehsan Golkar*, Anton Satria Prabuwono

Available online at   ScienceDirect. Ehsan Golkar*, Anton Satria Prabuwono Available online at www.sciencedirect.com ScienceDirect Procedia Technology 11 ( 2013 ) 771 777 The 4th International Conference on Electrical Engineering and Informatics (ICEEI 2013) Vision Based Length

More information

A Vehicular Visual Tracking System Incorporating Global Positioning System

A Vehicular Visual Tracking System Incorporating Global Positioning System A Vehicular Visual Tracking System Incorporating Global Positioning System Hsien-Chou Liao and Yu-Shiang Wang Abstract Surveillance system is widely used in the traffic monitoring. The deployment of cameras

More information

Video Synthesis System for Monitoring Closed Sections 1

Video Synthesis System for Monitoring Closed Sections 1 Video Synthesis System for Monitoring Closed Sections 1 Taehyeong Kim *, 2 Bum-Jin Park 1 Senior Researcher, Korea Institute of Construction Technology, Korea 2 Senior Researcher, Korea Institute of Construction

More information

Making PHP See. Confoo Michael Maclean

Making PHP See. Confoo Michael Maclean Making PHP See Confoo 2011 Michael Maclean mgdm@php.net http://mgdm.net You want to do what? PHP has many ways to create graphics Cairo, ImageMagick, GraphicsMagick, GD... You want to do what? There aren't

More information

International Journal of Scientific & Engineering Research Volume 8, Issue 7, July-2017 ISSN

International Journal of Scientific & Engineering Research Volume 8, Issue 7, July-2017 ISSN 243 AUTOMATIC SPEED CONTROL OF VEHICLES IN SPEED LIMIT ZONES USING RF AND GSM Mrs.S.Saranya M.E., Assistant Professor Department of Electronics and Communication engineering Sri Ramakrishna Engineering

More information

Distracted Driving: A Novel Approach towards Accident Prevention

Distracted Driving: A Novel Approach towards Accident Prevention Advances in Computational Sciences and Technology ISSN 0973-6107 Volume 10, Number 8 (2017) pp. 2693-2705 Research India Publications http://www.ripublication.com Distracted Driving: A Novel Approach towards

More information

Number Plate Detection with a Multi-Convolutional Neural Network Approach with Optical Character Recognition for Mobile Devices

Number Plate Detection with a Multi-Convolutional Neural Network Approach with Optical Character Recognition for Mobile Devices J Inf Process Syst, Vol.12, No.1, pp.100~108, March 2016 http://dx.doi.org/10.3745/jips.04.0022 ISSN 1976-913X (Print) ISSN 2092-805X (Electronic) Number Plate Detection with a Multi-Convolutional Neural

More information

MATLAB DIGITAL IMAGE/SIGNAL PROCESSING TITLES

MATLAB DIGITAL IMAGE/SIGNAL PROCESSING TITLES MATLAB DIGITAL IMAGE/SIGNAL PROCESSING TITLES -2018 S.NO PROJECT CODE 1 ITIMP01 2 ITIMP02 3 ITIMP03 4 ITIMP04 5 ITIMP05 6 ITIMP06 7 ITIMP07 8 ITIMP08 9 ITIMP09 `10 ITIMP10 11 ITIMP11 12 ITIMP12 13 ITIMP13

More information

DENSO www. densocorp-na.com

DENSO www. densocorp-na.com DENSO www. densocorp-na.com Machine Learning for Automated Driving Description of Project DENSO is one of the biggest tier one suppliers in the automotive industry, and one of its main goals is to provide

More information

Emotion Based Music Player

Emotion Based Music Player ISSN 2278 0211 (Online) Emotion Based Music Player Nikhil Zaware Tejas Rajgure Amey Bhadang D. D. Sapkal Professor, Department of Computer Engineering, Pune, India Abstract: Facial expression provides

More information

Weekly report: January 11 - January 18, 2018

Weekly report: January 11 - January 18, 2018 Weekly report: January 11 - January 18, 2018 Yerbol Aussat January 18, 2018 1 Activities Set up SPI communication between Onion Omega2 and AMN-22111 PIR motion sensor. Made a standalone sensing module

More information

Detection and Verification of Missing Components in SMD using AOI Techniques

Detection and Verification of Missing Components in SMD using AOI Techniques , pp.13-22 http://dx.doi.org/10.14257/ijcg.2016.7.2.02 Detection and Verification of Missing Components in SMD using AOI Techniques Sharat Chandra Bhardwaj Graphic Era University, India bhardwaj.sharat@gmail.com

More information

A New Approach to Control a Robot using Android Phone and Colour Detection Technique

A New Approach to Control a Robot using Android Phone and Colour Detection Technique A New Approach to Control a Robot using Android Phone and Colour Detection Technique Saurav Biswas 1 Umaima Rahman 2 Asoke Nath 3 1,2,3 Department of Computer Science, St. Xavier s College, Kolkata-700016,

More information

AN EFFICIENT TRAFFIC CONTROL SYSTEM BASED ON DENSITY

AN EFFICIENT TRAFFIC CONTROL SYSTEM BASED ON DENSITY INTERNATIONAL JOURNAL OF RESEARCH IN COMPUTER APPLICATIONS AND ROBOTICS ISSN 2320-7345 AN EFFICIENT TRAFFIC CONTROL SYSTEM BASED ON DENSITY G. Anisha, Dr. S. Uma 2 1 Student, Department of Computer Science

More information

PEDESTRIAN AND OBJECT DETECTION SYSTEM IN VEHICLES FOR SAFETY DRIVING

PEDESTRIAN AND OBJECT DETECTION SYSTEM IN VEHICLES FOR SAFETY DRIVING PEDESTRIAN AND OBJECT DETECTION SYSTEM IN VEHICLES FOR SAFETY DRIVING J. Ram Prabu and S. Abinaya Department of EEE, Kumaraguru College of Technology, Coimbatore, India ABSTRACT In this paper a new image

More information

Space Research expeditions and open space work. Education & Research Teaching and laboratory facilities. Medical Assistance for people

Space Research expeditions and open space work. Education & Research Teaching and laboratory facilities. Medical Assistance for people Space Research expeditions and open space work Education & Research Teaching and laboratory facilities. Medical Assistance for people Safety Life saving activity, guarding Military Use to execute missions

More information

Image Processing : Introduction

Image Processing : Introduction Image Processing : Introduction What is an Image? An image is a picture stored in electronic form. An image map is a file containing information that associates different location on a specified image.

More information

Libyan Licenses Plate Recognition Using Template Matching Method

Libyan Licenses Plate Recognition Using Template Matching Method Journal of Computer and Communications, 2016, 4, 62-71 Published Online May 2016 in SciRes. http://www.scirp.org/journal/jcc http://dx.doi.org/10.4236/jcc.2016.47009 Libyan Licenses Plate Recognition Using

More information

23270: AUGMENTED REALITY FOR NAVIGATION AND INFORMATIONAL ADAS. Sergii Bykov Technical Lead Machine Learning 12 Oct 2017

23270: AUGMENTED REALITY FOR NAVIGATION AND INFORMATIONAL ADAS. Sergii Bykov Technical Lead Machine Learning 12 Oct 2017 23270: AUGMENTED REALITY FOR NAVIGATION AND INFORMATIONAL ADAS Sergii Bykov Technical Lead Machine Learning 12 Oct 2017 Product Vision Company Introduction Apostera GmbH with headquarter in Munich, was

More information

MRS: an Autonomous and Remote-Controlled Robotics Platform for STEM Education

MRS: an Autonomous and Remote-Controlled Robotics Platform for STEM Education Association for Information Systems AIS Electronic Library (AISeL) SAIS 2015 Proceedings Southern (SAIS) 2015 MRS: an Autonomous and Remote-Controlled Robotics Platform for STEM Education Timothy Locke

More information

Design Concept of State-Chart Method Application through Robot Motion Equipped With Webcam Features as E-Learning Media for Children

Design Concept of State-Chart Method Application through Robot Motion Equipped With Webcam Features as E-Learning Media for Children Design Concept of State-Chart Method Application through Robot Motion Equipped With Webcam Features as E-Learning Media for Children Rossi Passarella, Astri Agustina, Sutarno, Kemahyanto Exaudi, and Junkani

More information

Malaysian Car Number Plate Detection System Based on Template Matching and Colour Information

Malaysian Car Number Plate Detection System Based on Template Matching and Colour Information Malaysian Car Number Plate Detection System Based on Template Matching and Colour Information Mohd Firdaus Zakaria, Shahrel A. Suandi Intelligent Biometric Group, School of Electrical and Electronics Engineering,

More information

A Vehicular Visual Tracking System Incorporating Global Positioning System

A Vehicular Visual Tracking System Incorporating Global Positioning System A Vehicular Visual Tracking System Incorporating Global Positioning System Hsien-Chou Liao and Yu-Shiang Wang Abstract Surveillance system is widely used in the traffic monitoring. The deployment of cameras

More information

Wheeled Mobile Robot Obstacle Avoidance Using Compass and Ultrasonic

Wheeled Mobile Robot Obstacle Avoidance Using Compass and Ultrasonic Universal Journal of Control and Automation 6(1): 13-18, 2018 DOI: 10.13189/ujca.2018.060102 http://www.hrpub.org Wheeled Mobile Robot Obstacle Avoidance Using Compass and Ultrasonic Yousef Moh. Abueejela

More information

HAPTIC BASED ROBOTIC CONTROL SYSTEM ENHANCED WITH EMBEDDED IMAGE PROCESSING

HAPTIC BASED ROBOTIC CONTROL SYSTEM ENHANCED WITH EMBEDDED IMAGE PROCESSING HAPTIC BASED ROBOTIC CONTROL SYSTEM ENHANCED WITH EMBEDDED IMAGE PROCESSING K.Gopal, Dr.N.Suthanthira Vanitha, M.Jagadeeshraja, and L.Manivannan, Knowledge Institute of Technology Abstract: - The advancement

More information

A Survey on Assistance System for Visually Impaired People for Indoor Navigation

A Survey on Assistance System for Visually Impaired People for Indoor Navigation A Survey on Assistance System for Visually Impaired People for Indoor Navigation 1 Omkar Kulkarni, 2 Mahesh Biswas, 3 Shubham Raut, 4 Ashutosh Badhe, 5 N. F. Shaikh Department of Computer Engineering,

More information

Automatics Vehicle License Plate Recognition using MATLAB

Automatics Vehicle License Plate Recognition using MATLAB Automatics Vehicle License Plate Recognition using MATLAB Alhamzawi Hussein Ali mezher Faculty of Informatics/University of Debrecen Kassai ut 26, 4028 Debrecen, Hungary. Abstract - The objective of this

More information

Vehicle Number Plate Recognition with Bilinear Interpolation and Plotting Horizontal and Vertical Edge Processing Histogram with Sound Signals

Vehicle Number Plate Recognition with Bilinear Interpolation and Plotting Horizontal and Vertical Edge Processing Histogram with Sound Signals Vehicle Number Plate Recognition with Bilinear Interpolation and Plotting Horizontal and Vertical Edge Processing Histogram with Sound Signals Aarti 1, Dr. Neetu Sharma 2 1 DEPArtment Of Computer Science

More information

A Vehicular Visual Tracking System Incorporating Global Positioning System

A Vehicular Visual Tracking System Incorporating Global Positioning System Vol:5, :6, 20 A Vehicular Visual Tracking System Incorporating Global Positioning System Hsien-Chou Liao and Yu-Shiang Wang International Science Index, Computer and Information Engineering Vol:5, :6,

More information

Object Detection and Tracking Robot using Android, Arduino and Open CV

Object Detection and Tracking Robot using Android, Arduino and Open CV Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology ISSN 2320 088X IMPACT FACTOR: 5.258 IJCSMC,

More information

Vehicle License Plate Recognition System Using LoG Operator for Edge Detection and Radon Transform for Slant Correction

Vehicle License Plate Recognition System Using LoG Operator for Edge Detection and Radon Transform for Slant Correction Vehicle License Plate Recognition System Using LoG Operator for Edge Detection and Radon Transform for Slant Correction Jaya Gupta, Prof. Supriya Agrawal Computer Engineering Department, SVKM s NMIMS University

More information

Model and Analysis of Optimal Color Vision Deficiency System

Model and Analysis of Optimal Color Vision Deficiency System Model and Analysis of Optimal Color Vision Deficiency System A. Ya akup *,a and F. S. Ismail b Centre for Artificial Intelligence & Robotics (CAIRO), Faculty of Electrical Engineering, Universiti Teknologi

More information

March 10, Greenbelt Road, Suite 400, Greenbelt, MD Tel: (301) Fax: (301)

March 10, Greenbelt Road, Suite 400, Greenbelt, MD Tel: (301) Fax: (301) Detection of High Risk Intersections Using Synthetic Machine Vision John Alesse, john.alesse.ctr@dot.gov Brian O Donnell, brian.odonnell.ctr@dot.gov Stinger Ghaffarian Technologies, Inc. Cambridge, Massachusetts

More information

Intelligent Vehicle Localization Using GPS, Compass, and Machine Vision

Intelligent Vehicle Localization Using GPS, Compass, and Machine Vision The 2009 IEEE/RSJ International Conference on Intelligent Robots and Systems October 11-15, 2009 St. Louis, USA Intelligent Vehicle Localization Using GPS, Compass, and Machine Vision Somphop Limsoonthrakul,

More information

GPS data correction using encoders and INS sensors

GPS data correction using encoders and INS sensors GPS data correction using encoders and INS sensors Sid Ahmed Berrabah Mechanical Department, Royal Military School, Belgium, Avenue de la Renaissance 30, 1000 Brussels, Belgium sidahmed.berrabah@rma.ac.be

More information

SMART ELECTRONIC GADGET FOR VISUALLY IMPAIRED PEOPLE

SMART ELECTRONIC GADGET FOR VISUALLY IMPAIRED PEOPLE ISSN: 0976-2876 (Print) ISSN: 2250-0138 (Online) SMART ELECTRONIC GADGET FOR VISUALLY IMPAIRED PEOPLE L. SAROJINI a1, I. ANBURAJ b, R. ARAVIND c, M. KARTHIKEYAN d AND K. GAYATHRI e a Assistant professor,

More information

Smart eye using Ultrasonic sensor in Electrical vehicles for Differently Able.

Smart eye using Ultrasonic sensor in Electrical vehicles for Differently Able. IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 9, Issue 2 Ver. V (Mar Apr. 2014), PP 01-06 Smart eye using Ultrasonic sensor in Electrical

More information

[Kathar*, 5(2): February, 2016] ISSN: (I2OR), Publication Impact Factor: 3.785

[Kathar*, 5(2): February, 2016] ISSN: (I2OR), Publication Impact Factor: 3.785 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY A REVIEW ON DRIVER DROWSINESS AND ALCOHOL DETECTION SYSTEM Mr. Pandurang N. Kathar *, Prof. D.L.Bhuyar, Prof. A.M.Rawate * M.E.

More information

An Evaluation of Automatic License Plate Recognition Vikas Kotagyale, Prof.S.D.Joshi

An Evaluation of Automatic License Plate Recognition Vikas Kotagyale, Prof.S.D.Joshi An Evaluation of Automatic License Plate Recognition Vikas Kotagyale, Prof.S.D.Joshi Department of E&TC Engineering,PVPIT,Bavdhan,Pune ABSTRACT: In the last decades vehicle license plate recognition systems

More information

Distributed Vision System: A Perceptual Information Infrastructure for Robot Navigation

Distributed Vision System: A Perceptual Information Infrastructure for Robot Navigation Distributed Vision System: A Perceptual Information Infrastructure for Robot Navigation Hiroshi Ishiguro Department of Information Science, Kyoto University Sakyo-ku, Kyoto 606-01, Japan E-mail: ishiguro@kuis.kyoto-u.ac.jp

More information

Limits of a Distributed Intelligent Networked Device in the Intelligence Space. 1 Brief History of the Intelligent Space

Limits of a Distributed Intelligent Networked Device in the Intelligence Space. 1 Brief History of the Intelligent Space Limits of a Distributed Intelligent Networked Device in the Intelligence Space Gyula Max, Peter Szemes Budapest University of Technology and Economics, H-1521, Budapest, Po. Box. 91. HUNGARY, Tel: +36

More information

COMPARATIVE PERFORMANCE ANALYSIS OF HAND GESTURE RECOGNITION TECHNIQUES

COMPARATIVE PERFORMANCE ANALYSIS OF HAND GESTURE RECOGNITION TECHNIQUES International Journal of Advanced Research in Engineering and Technology (IJARET) Volume 9, Issue 3, May - June 2018, pp. 177 185, Article ID: IJARET_09_03_023 Available online at http://www.iaeme.com/ijaret/issues.asp?jtype=ijaret&vtype=9&itype=3

More information

A Vehicle Speed Measurement System for Nighttime with Camera

A Vehicle Speed Measurement System for Nighttime with Camera Proceedings of the 2nd International Conference on Industrial Application Engineering 2014 A Vehicle Speed Measurement System for Nighttime with Camera Yuji Goda a,*, Lifeng Zhang a,#, Seiichi Serikawa

More information

A Method of Multi-License Plate Location in Road Bayonet Image

A Method of Multi-License Plate Location in Road Bayonet Image A Method of Multi-License Plate Location in Road Bayonet Image Ying Qian The lab of Graphics and Multimedia Chongqing University of Posts and Telecommunications Chongqing, China Zhi Li The lab of Graphics

More information

Vehicle Detection, Tracking and Counting Objects For Traffic Surveillance System Using Raspberry-Pi

Vehicle Detection, Tracking and Counting Objects For Traffic Surveillance System Using Raspberry-Pi Vehicle Detection, Tracking and Counting Objects For Traffic Surveillance System Using Raspberry-Pi MR. MAJETI V N HEMANTH KUMAR 1, MR. B.VASANTH 2 1 [M.Tech]/ECE, Student, EMBEDDED SYSTEMS (ES), JNTU

More information

REVERSIBLE MEDICAL IMAGE WATERMARKING TECHNIQUE USING HISTOGRAM SHIFTING

REVERSIBLE MEDICAL IMAGE WATERMARKING TECHNIQUE USING HISTOGRAM SHIFTING REVERSIBLE MEDICAL IMAGE WATERMARKING TECHNIQUE USING HISTOGRAM SHIFTING S.Mounika 1, M.L. Mittal 2 1 Department of ECE, MRCET, Hyderabad, India 2 Professor Department of ECE, MRCET, Hyderabad, India ABSTRACT

More information

A Study on Developing Image Processing for Smart Traffic Supporting System Based on AR

A Study on Developing Image Processing for Smart Traffic Supporting System Based on AR Proceedings of the 2 nd World Congress on Civil, Structural, and Environmental Engineering (CSEE 17) Barcelona, Spain April 2 4, 2017 Paper No. ICTE 111 ISSN: 2371-5294 DOI: 10.11159/icte17.111 A Study

More information

Israel Railways No Fault Liability Renewal The Implementation of New Technological Safety Devices at Level Crossings. Amos Gellert, Nataly Kats

Israel Railways No Fault Liability Renewal The Implementation of New Technological Safety Devices at Level Crossings. Amos Gellert, Nataly Kats Mr. Amos Gellert Technological aspects of level crossing facilities Israel Railways No Fault Liability Renewal The Implementation of New Technological Safety Devices at Level Crossings Deputy General Manager

More information

Augmented Reality using Hand Gesture Recognition System and its use in Virtual Dressing Room

Augmented Reality using Hand Gesture Recognition System and its use in Virtual Dressing Room International Journal of Innovation and Applied Studies ISSN 2028-9324 Vol. 10 No. 1 Jan. 2015, pp. 95-100 2015 Innovative Space of Scientific Research Journals http://www.ijias.issr-journals.org/ Augmented

More information

VSI Labs The Build Up of Automated Driving

VSI Labs The Build Up of Automated Driving VSI Labs The Build Up of Automated Driving October - 2017 Agenda Opening Remarks Introduction and Background Customers Solutions VSI Labs Some Industry Content Opening Remarks Automated vehicle systems

More information

Implementation of a Self-Driven Robot for Remote Surveillance

Implementation of a Self-Driven Robot for Remote Surveillance International Journal of Research Studies in Science, Engineering and Technology Volume 2, Issue 11, November 2015, PP 35-39 ISSN 2349-4751 (Print) & ISSN 2349-476X (Online) Implementation of a Self-Driven

More information

Software Computer Vision - Driver Assistance

Software Computer Vision - Driver Assistance Software Computer Vision - Driver Assistance Work @Bosch for developing desktop, web or embedded software and algorithms / computer vision / artificial intelligence for Driver Assistance Systems and Automated

More information

MICROCHIP PATTERN RECOGNITION BASED ON OPTICAL CORRELATOR

MICROCHIP PATTERN RECOGNITION BASED ON OPTICAL CORRELATOR 38 Acta Electrotechnica et Informatica, Vol. 17, No. 2, 2017, 38 42, DOI: 10.15546/aeei-2017-0014 MICROCHIP PATTERN RECOGNITION BASED ON OPTICAL CORRELATOR Dávid SOLUS, Ľuboš OVSENÍK, Ján TURÁN Department

More information

An Autonomous Self- Propelled Robot Designed for Obstacle Avoidance and Fire Fighting

An Autonomous Self- Propelled Robot Designed for Obstacle Avoidance and Fire Fighting An Autonomous Self- Propelled Robot Designed for Obstacle Avoidance and Fire Fighting K. Prathyusha Assistant professor, Department of ECE, NRI Institute of Technology, Agiripalli Mandal, Krishna District,

More information

An Image Processing Based Pedestrian Detection System for Driver Assistance

An Image Processing Based Pedestrian Detection System for Driver Assistance I J C T A, 9(15), 2016, pp. 7369-7375 International Science Press An Image Processing Based Pedestrian Detection System for Driver Assistance Sandeep A. K.*, Nithin S.** and K. I. Ramachandran*** ABSTRACT

More information

AMBULANCE TRACKING AND ALTERNATE ROUTING

AMBULANCE TRACKING AND ALTERNATE ROUTING AMBULANCE TRACKING AND ALTERNATE ROUTING E.Abinaya 1, M.Arul Kumar 2, N.Abinaiya 3, RA.Saraswathi 4 1,2 PG student / VLSI Design, SNS College of Technology, Coimbatore, (India) 3 PG student / Communication

More information

NAVIGATION OF MOBILE ROBOT USING THE PSO PARTICLE SWARM OPTIMIZATION

NAVIGATION OF MOBILE ROBOT USING THE PSO PARTICLE SWARM OPTIMIZATION Journal of Academic and Applied Studies (JAAS) Vol. 2(1) Jan 2012, pp. 32-38 Available online @ www.academians.org ISSN1925-931X NAVIGATION OF MOBILE ROBOT USING THE PSO PARTICLE SWARM OPTIMIZATION Sedigheh

More information

Park Ranger. Li Yang April 21, 2014

Park Ranger. Li Yang April 21, 2014 Park Ranger Li Yang April 21, 2014 University of Florida Department of Electrical and Computer Engineering EEL 5666C IMDL Written Report Instructors: A. Antonio Arroyo, Eric M. Schwartz TAs: Andy Gray,

More information

An Efficient Noise Removing Technique Using Mdbut Filter in Images

An Efficient Noise Removing Technique Using Mdbut Filter in Images IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 10, Issue 3, Ver. II (May - Jun.2015), PP 49-56 www.iosrjournals.org An Efficient Noise

More information

Matlab Based Vehicle Number Plate Recognition

Matlab Based Vehicle Number Plate Recognition International Journal of Computational Intelligence Research ISSN 0973-1873 Volume 13, Number 9 (2017), pp. 2283-2288 Research India Publications http://www.ripublication.com Matlab Based Vehicle Number

More information

Morphological Image Processing Approach of Vehicle Detection for Real-Time Traffic Analysis

Morphological Image Processing Approach of Vehicle Detection for Real-Time Traffic Analysis Morphological Image Processing Approach of Vehicle Detection for Real-Time Traffic Analysis Prutha Y M *1, Department Of Computer Science and Engineering Affiliated to VTU Belgaum, Karnataka Rao Bahadur

More information

Sensors and Sensing Cameras and Camera Calibration

Sensors and Sensing Cameras and Camera Calibration Sensors and Sensing Cameras and Camera Calibration Todor Stoyanov Mobile Robotics and Olfaction Lab Center for Applied Autonomous Sensor Systems Örebro University, Sweden todor.stoyanov@oru.se 20.11.2014

More information

Highly Adaptive Indian High Security Vehicle Number Plate Recognition

Highly Adaptive Indian High Security Vehicle Number Plate Recognition Highly Adaptive Indian High Security Vehicle Number Plate Recognition Neha Arora M-Tech Scholar NRI Institute of Information Science and Technology, Bhopal, M.P. Lalit Jain Research Guide NRI Institute

More information

Formation and Cooperation for SWARMed Intelligent Robots

Formation and Cooperation for SWARMed Intelligent Robots Formation and Cooperation for SWARMed Intelligent Robots Wei Cao 1 Yanqing Gao 2 Jason Robert Mace 3 (West Virginia University 1 University of Arizona 2 Energy Corp. of America 3 ) Abstract This article

More information

THERMAL IMAGING ANALYSIS OF POTENTIALLY HARMFUL SUBJECT FOR NIGHT VISION SYSTEM

THERMAL IMAGING ANALYSIS OF POTENTIALLY HARMFUL SUBJECT FOR NIGHT VISION SYSTEM THERMAL IMAGING ANALYSIS OF POTENTIALLY HARMFUL SUBJECT FOR NIGHT VISION SYSTEM Noor Amira Syuhada Mahamad Salleh 1, Kamarul Hawari Ghazali 2 Faculty of Electrical and Electronics Engineering, Universiti

More information

Mobile Robots Exploration and Mapping in 2D

Mobile Robots Exploration and Mapping in 2D ASEE 2014 Zone I Conference, April 3-5, 2014, University of Bridgeport, Bridgpeort, CT, USA. Mobile Robots Exploration and Mapping in 2D Sithisone Kalaya Robotics, Intelligent Sensing & Control (RISC)

More information