Human Computer Interaction using Facial gestures to control a Wheelchair for tetraplegic users

Size: px
Start display at page:

Download "Human Computer Interaction using Facial gestures to control a Wheelchair for tetraplegic users"

Transcription

1 8 al 10 de octubre de 2008, Cuernavaca, Morelos., México. Human Computer Interaction using Facial gestures to control a Wheelchair for tetraplegic users R. P. G. Rubén Posada Gómez, L. H. S. M. Luis Humberto Sánchez Medel Resumen: La Interacción Humano Computadora (HCI) es un campo en constante evolución, teclado, mouse y joystick son algunos de los dispositivos utilizados para interactuar con la computadora, sin embargo nuevas formas de interacción se están desarrollando como el control por audio y/o video. Los pacientes impedidos como los tetrapléjicos necesitan encontrar nuevas formas de interactuar no solo con la computadora sino también con el mundo que los rodea; las sillas de ruedas actuales no son adecuadas para estos usuarios debido a su falta de movimiento en sus brazos y piernas. Los gestos faciales son usados para expresar alegría, tristeza, enojo etcétera, debido a que los usuarios impedidos solo pueden hacer uso de su rostro para expresarse, un HCI puede hacer uso de estas expresiones para controlar la dirección de una silla de ruedas utilizando una webcam para la adquisición de la imagen. Palabras Clave: HCI, Silla de ruedas inteligente, reconocimiento de gestos faciales, visión máquina. Abstract: The Human Computer Interaction (HCI) is a field in constant evolution, keyboard, mouse and joystick are some dispositives used to interact with the computer, however new forms are being developed like audio and/or video control. The handicapped patients such as tetraplegic need to find new ways to interact not only with the computer but also with the world around them; the current wheelchairs aren t suitable for these users due to their lack of movement in their arms and hands. The facial gestures are used to express happiness, sadness, angriness etcetera; due handicapped user can t use but their face to express themselves a HCI can use this expressions to control a device such as a robotic wheelchair. The objective of this article is to develop the results of a HCI system using facial Luis Humberto Sánchez Medel, Instituto Tecnológico de Orizaba, Av. Instituto Tecnológico No. 852, México, lsmedel@gmail.com Rubén Posada Gómez, Instituto Tecnológico de Orizaba, Av. Instituto Tecnológico No. 852, México, ruben.posadagomez@gmail.com gestures for the handicapped user to control the direction of a wheelchair using a webcam for image acquisition. Keywords: Intelligent wheelchair, Facial gestures recognition, machine visión. Introduction The mechanical wheelchair (NWs) is the most common Assistive Technology used to transport the handicapped patient and aged people. The evolution of the NWs has made possible the control of the wheelchair using a joystick in an electric power wheelchair (EPWs) [1] that requires less effort by the user; however the patients with tetraplegic can t use this kind of wheelchairs due their lack of movement in their arms and hands. Recent investigations are focus to develop new forms to transport the user in a safer and comfortable way, when sensors and computer are added to an EPWs an intelligent wheelchair (IWs) is obtained [2]. The IWs can include different kinds of improvements as design or operation including devices that allow to go up the IWs to a provided car of especial harness where the IWs takes the most convenient position to be able to ascend to the vehicle. An array of sensors and cameras are included as much in the automobile as in the IWs [3]. Additionally, environment looking for border of walls [4]. Previous works propose new forms of HCI for handicapped patients to control the IWs by speech [5] or even identifying the form and position of lips [6]; however both systems are susceptible of undesirable movements during a conversation while the seat is operated, or when the IWs is located in noisy environments. Additionally, works have been developed in the detection of user s face for controlling the wheelchair, detecting the iris position with a webcam located in front of the user [7], as the location of iris is very dependant of the camera s position, a user s face control is also proposed [8]. However this type of IWs needs that user sees only in the direction of displacement, and cannot be used by quadriplegic people with problems at neck level. 405 Page 1

2 In this article are presented the results of a new form of HCI using facial gestures to control a wheelchair, the machine vision program makes use of skin detection, face detection algorithms, morphological operations to extract the gestures and match patterns algorithms to classify the facial gesture. The human spirit is unstoppable, the Paralympics competences are a clear example of the will and tenacity that handicapped patients has, so it s important to develop new and better technology to allow them to reintegrate to the world. Methodology The machine vision system is divided in the stages that Fig. 1 shows. The configuration of the system refers to select an available webcam, so there can t be any configuration issue; the software used to control the IWs is LabVIEW v7.0. The acquisition of the image is realized by means of a webcam, because is cheap and available. manually and is processed to obtain its representation in the diverse space color and its average value within the selected area. The equations 1-10 show the correct representation of the RGB colors in the different spaces of color, the equation 11 shows the correct form to obtain the average value of an area of pixels.,,. (1) /, 0, (2). 2 /, 0,2 (3) min (4) 0,, 1/2 (5), 1/2 (6), 0,1 (7) (8) (9) (10),, (11) Fig. 1. Necessary steps to perform a facial gesture recognition. Skin detection The skin detection task is usually the first stage in many applications like face detection or face/hands recognition and has great acceptation due is capable to separate the background of a person [9]. Skin database. The first step is create a skin database of images, so we can train the detector, our skin data base consist of 2341 images that contains skin information in different perspectives, shadows and lighting conditions. Once the skin database is realized, we select manually the types of skin color to detect, the selection must not include moustache, hair and saturated skin color image. The skin detection task is realized in 5 spaces of color: RGB, HSI, HSV, HSL and YCbCr plus the movement. Each area of skin selected The data obtain is a histogram that represents the intensity of the skin-like pixels, an example of the histograms is the Fig. 2. The numeric skin data is postprocessed to improve the skin detector. The criteria of the improvement is based how much a value repeat itself, so the less probable numeric data is eliminated, this reduce the memory consuming and improve the velocity of the skin color detection. Fig. 2. Histograms of skin-like pixels in the H color space. Pag. 2

3 Skin detection by movement. The human body is in constant movement although we are not aware of, so when we compare two images of a sequence we can see some differences, this aids the detector to identify the movement. The equation 12 and 13 allows identifying the differences in two images in sequence. Equation 12 is a morphological filter that eliminates the effect salt & pepper (random noise), the equation 13 realizes the difference between two images in sequence.,,,,,,,, (12),,,, 1 (13) Five spaces Skin color detection plus movement. The color is a perceptive phenomenon so it depends of lighting conditions, this is a problem when the illumination changes constantly. Based on the different spaces of color it s possible to improve a skin color algorithm, the movement represents a sixth space although it s not color, aids to detect the skin. The equation 14 allows detecting the skin using the 6 spaces of information; the resulting image is show in Fig. 3. (15) The filling hole morphological operation is implemented by a dilatation algorithm. Dilation eliminates tiny holes isolated in particles and expands the particle contours according to the template defined by the structuring element. This function has the opposite effect of an erosion because the dilation is equivalent to eroding the background. The dilatation operation is realized by equation 16. The result image is shown in Fig. 3 (segmented), the skin area pixel are subtracted from the original image. (16) Face detection The face detection is performed by taking into account the position of the user that is in front of the webcam and with the face uncovered. The face detection algorithm is based in circle detection, because the face is an oval of skin pixels, so identifying the position of all the circles and selecting the biggest circle provide us the face position. The Fig. 4 shows the complete algorithm to face detection in images. skin RGB HSI HSL HSV YCbCr MOV (14) Fig. 3. The result image after the sixth space is a gray image, where the lighter pixels represent skin-like pixels and darker represent non-like skin pixels Morphological filters. The result image in gray scale is processed to obtain the skin pixels using a threshold operation, Fig. 3 show the binary image obtained, we can appreciate some areas of pixels missing and other lines that aren t pixels. The criteria to select which morphological filter lie in the nature of the image to analyze, we know that skin pixels must be reunited in big areas and does not must be lines. A morphological operation such as remove particle and fill hole operation are required. The remove particle operation remove lonely particles, is realized with an erosion process as defined by equation 15 [10]. Fig. 4. The face detection algorithm uses the information of the skin detection to identify the circle sin the image, once the bigger circle is identified, the face is cropped to reduce the time to process the facial gestures Facial gestures detection using morphological filters. The facial gestures is information contained in the internal face contour as the Fig. 4 shows, once the face is cropped an image differential is used to remove all color and leaving only the edges of the image, the result Pag. 3

4 is gray edge image, that represents the shadows, this image is threshold to perform binary morphological operations. The important information are the eyes (open/closed) and mouth (open/closed), using a remove border filter and remove particle filter leaves the eyes and the mouth as seen in Fig. 4. Differential Image. The differential image eliminates all color tones and focus in the shadows of the image; it s obtained by the absolute difference between two areas of neighborhood pixels from left to right and up to bottom as equation 22 shows. limits only the area where the information must be found, this is the reason to use skin and face detection. The concept of normalized correlation refers to consider a subimage w(x,y) of KxL size in a Image f(x,y) of MxN size where K M and L N, the correlation between w(x,y) in a (i,j) is given by the equation 18 [10]. The correlation process is very sensitive to changes of amplitude in the image, as intensity; although this sensibility can be obvious if the equation is normalized as 19., 1,,, 1 (17) The Fig, 4 shows the result of the differential image (top right and up), now the morphological operations are use to remove the unwanted information as contour of the face, ears, hair, etcetera. The morphological operations to improve the result is the reject border operation; it s an advanced morphological operator built upon the primary operations because uses basic operations as dilation and erosion with conditional combinations. Pattern matching. The pattern matcing technique use a template that represents the objects of interest, then searches for instances of the template in each acquired image, calculating a score for each match. This score relates how closely the template resembles the located matches. This technique can locate templates regardless of lighting variations, noise and geometric transformations such as shifting, rotation or scaling.,,, (18),,,,,,, (19) The pattern matching is based in the normalized correlation that is the most common method to find the model of the image; it s based in series of multiplications so it consumes a considerable time. To improve the speed of the correlation process the size of the image must be reduce so that the search region Fig. 5. The mouth is detected using pattern matching, once is found the eyes are detected simply by adding x, y coordinates, to determinate if an eye is open or closed a histogram is used to measure the intensity of the pixels in the eyes area. The object to find in the image is the open mouth because is a sign that most the people can do; once the mouth is located the eyes are detected simply by adding x, y coordinates. To determinate if an eye is open or closed a histogram is used to measure the level intensity of the pixel in the eyes. The Table 1 shows the classification of the direction based in the facial gestures. The direction is send to an electronic circuit in the IWs that receive the signal and process the information to detect obstacles. Table 1 Classification of the IWs direction using eyes and mouth. Mouth Right eye Left eye Direction BYTE Undetected X X Alto 0h Detected Open Open Adelante 1h Detected Open Closed Derecha 2h Detected Closed Open Izquierda 3h RESULTS. The Fig. 6 shows the result of the skin color detection algorithm, the morphological operations aids to identify skin areas in the image, removing lonely particles and Pag. 4

5 filling the holes of skin pixels areas, the time of the skin detection is 118 ms. The algorithm has been proved in images that are contained in the image data base and outside of it with a webcam. Table 2 Results of the face detection algorithm in diverses lighting conditions Lighting condition TP FP Percentage of right results Average time (ms) DARK 50 4 NORMAL % % 123 SATURAT ED % 138 CONCLUSIONS. Fig. 6. Results of the skin color detection algorithm in images that aren t contained in the database and with different skin colors and lighting conditions The diverse algorithm presented together can be used to perform facial gesture detection; the patter matching is a technique used to located the mouth in the image however if the searching area isn t limited can produce false positives, the skin and face detection limits its searching area improving the detection. Table 3 Results of the facial gestures detection, these results are taken from a webcam video sequence. Lips detection Right eye Open/closed detection Left eye Open/closed detection Average time (ms) TP 94% 82% 84% 148 FP 6% 12% 26% 143 Fig. 7. Results of the face detection algorithm in images with different persons, skin color and perspective The results of the face detection algorithm is shown in Fig. 7, the images are taken from the image database and sequence of images of a webcam; it takes 120 ms to detect the face of the user, so the maximum rate is 8 frames per second. The detection is successful in normal lighting conditions (blank light that not saturates the webcam sensor). The face detection algorithm produces false positives when the webcam has a bad illumination that provoke that different pixel acquire skin-like colors, this is due the color is an perceptive phenomenon. The table 2 shows the result of the face detection algorithm. The results of the facial gesture detection are shown in Table 3 and the program in Labview is shown in Fig, 8. Fig. 8 The facial gesture detection program was developed in LabVIEW v 7.0, the figure shows the interface for the user. [1] AMundson JS, Amundson SG., A joystick controlled wheelchair., Biomed Sci INstrum 1991;27:131-3 [2] T. Gomi and A Griffith, Developing intelligent wheelchairs dor the handicapped Lectures Notes in AI: Assistive Technology and Artificial Intelligence, Springer vol. 1458, pp , 1998 [3] Humberto Semeno-Villata and jhon Spletzer, Vision-based Control of a smart Wheelchair for the Automated transport and retrieval System (ATRS) p.1, Department of computer science and engineering Lehigh University, Pag. 5

6 [4] Trahanias, P. E. et al, 1997 Navigational support for robotic wheelchair platforms: an approach that combines vision and range sensors Proceedings of the 1997 IEEE International Conference on robotics and automation, Albuquerque, NM, 1265, 2005 [5] Pacnik, G., K. Benkic and B. Brecko, Vouce Operated intelligent wheelchair-voic, Proc. Of the IEEE International Symposium on Industrial Electronics, vol 3, pp , 2005 [6]Ulrico Cnazler, Karl-Friedrich Kraiss, Person-Adapative Facial Feature Analysis for Advanced Wheelchair User-interface, Conference on Mechatronics & Robotics 2004, Volume Part III, pp , September 13-15, Aachen, Sascha Eysoldt Verlag. [7] L. M. Bergaze, M. Mazo, C.T. San Juan, J. A. Herradas Guiado de un móvil mediante los movimientos oculares. I Jornadas de Inteligencia Artificial, control y sistemas expertos, E.U. Politecnica Universidad de Alcala, pp [8]P. Jia and H. Hu (2005), Head Gesture Based Control of an Intelligent Wheelchair, p.1, The 11th Annual Conference of the Chinese Automation and Computing Society in the UK (CACSUK05), Sheffield, UK, 10 September [9] Stan Z. la et al, Handbook of face recognition, Springers, ISBN X, 2004 [10] NI VISION, NI VISION: IMAQ VISION CONCEPTS MANUAL, National Instruments., USA Currículo corto de los autores Rubén Posada Gómez Ingeniero Electrónico egresado del Instituto Tecnológico de Orizaba en Obtuvo el grado de Maestría en Ciencias en 2003, Doctorado en 2005 en el Institud Nacional Polytechnique de la Lorraine (inpl), Nancy,Francia Ensem, Cran. Grupo de Ingeniería para la Salud y Postdoctorado en el Centro de Investigación de Matemáticas en 2008 en Guanajuato, GTO. México. Luis Humberto Sánchez Medel Ingeniero Electrónico egresado del Instituto Tecnológico de Veracruz en 2005, Maestro en ciencias en Ingeniería Electrónica Digital en 2008 en Orizaba, Ver. México. Pag. 6

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

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

Analysis of Various Methodology of Hand Gesture Recognition System using MATLAB

Analysis of Various Methodology of Hand Gesture Recognition System using MATLAB Analysis of Various Methodology of Hand Gesture Recognition System using MATLAB Komal Hasija 1, Rajani Mehta 2 Abstract Recognition is a very effective area of research in regard of security with the involvement

More information

A Robot-vision System for Autonomous Vehicle Navigation with Fuzzy-logic Control using Lab-View

A Robot-vision System for Autonomous Vehicle Navigation with Fuzzy-logic Control using Lab-View A Robot-vision System for Autonomous Vehicle Navigation with Fuzzy-logic Control using Lab-View Juan Manuel Ramírez, IEEE Senior Member Instituto Nacional de Astrofísica, Óptica y Electrónica Coordinación

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

Student Attendance Monitoring System Via Face Detection and Recognition System

Student Attendance Monitoring System Via Face Detection and Recognition System IJSTE - International Journal of Science Technology & Engineering Volume 2 Issue 11 May 2016 ISSN (online): 2349-784X Student Attendance Monitoring System Via Face Detection and Recognition System Pinal

More information

SCIENCE & TECHNOLOGY

SCIENCE & TECHNOLOGY Pertanika J. Sci. & Technol. 25 (S): 163-172 (2017) SCIENCE & TECHNOLOGY Journal homepage: http://www.pertanika.upm.edu.my/ Performance Comparison of Min-Max Normalisation on Frontal Face Detection Using

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

License Plate Localisation based on Morphological Operations

License Plate Localisation based on Morphological Operations License Plate Localisation based on Morphological Operations Xiaojun Zhai, Faycal Benssali and Soodamani Ramalingam School of Engineering & Technology University of Hertfordshire, UH Hatfield, UK Abstract

More information

A SURVEY ON HAND GESTURE RECOGNITION

A SURVEY ON HAND GESTURE RECOGNITION A SURVEY ON HAND GESTURE RECOGNITION U.K. Jaliya 1, Dr. Darshak Thakore 2, Deepali Kawdiya 3 1 Assistant Professor, Department of Computer Engineering, B.V.M, Gujarat, India 2 Assistant Professor, Department

More information

VLSI Implementation of Impulse Noise Suppression in Images

VLSI Implementation of Impulse Noise Suppression in Images VLSI Implementation of Impulse Noise Suppression in Images T. Satyanarayana 1, A. Ravi Chandra 2 1 PG Student, VRS & YRN College of Engg. & Tech.(affiliated to JNTUK), Chirala 2 Assistant Professor, Department

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

Feature Extraction Techniques for Dorsal Hand Vein Pattern

Feature Extraction Techniques for Dorsal Hand Vein Pattern Feature Extraction Techniques for Dorsal Hand Vein Pattern Pooja Ramsoful, Maleika Heenaye-Mamode Khan Department of Computer Science and Engineering University of Mauritius Mauritius pooja.ramsoful@umail.uom.ac.mu,

More information

Combined Approach for Face Detection, Eye Region Detection and Eye State Analysis- Extended Paper

Combined Approach for Face Detection, Eye Region Detection and Eye State Analysis- Extended Paper International Journal of Engineering Research and Development e-issn: 2278-067X, p-issn: 2278-800X, www.ijerd.com Volume 10, Issue 9 (September 2014), PP.57-68 Combined Approach for Face Detection, Eye

More information

Imaging Process (review)

Imaging Process (review) Color Used heavily in human vision Color is a pixel property, making some recognition problems easy Visible spectrum for humans is 400nm (blue) to 700 nm (red) Machines can see much more; ex. X-rays, infrared,

More information

Blind white denoising of speech signals Filtrado ciego de ruido blanco en señales de voz

Blind white denoising of speech signals Filtrado ciego de ruido blanco en señales de voz Blind white denoising of speech signals Filtrado ciego de ruido blanco en señales de voz dora M. Ballesteros* andrés e. gaona** luis F. pedraza*** Fecha de envió: Agosto 2011 Fecha de recepción: Agosto

More information

Wheeler-Classified Vehicle Detection System using CCTV Cameras

Wheeler-Classified Vehicle Detection System using CCTV Cameras Wheeler-Classified Vehicle Detection System using CCTV Cameras Pratishtha Gupta Assistant Professor: Computer Science Banasthali University Jaipur, India G. N. Purohit Professor: Computer Science Banasthali

More information

Research of an Algorithm on Face Detection

Research of an Algorithm on Face Detection , pp.217-222 http://dx.doi.org/10.14257/astl.2016.141.47 Research of an Algorithm on Face Detection Gong Liheng, Yang Jingjing, Zhang Xiao School of Information Science and Engineering, Hebei North University,

More information

Keyword: Morphological operation, template matching, license plate localization, character recognition.

Keyword: Morphological operation, template matching, license plate localization, character recognition. Volume 4, Issue 11, November 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Automatic

More information

A Comparison of Histogram and Template Matching for Face Verification

A Comparison of Histogram and Template Matching for Face Verification A Comparison of and Template Matching for Face Verification Chidambaram Chidambaram Universidade do Estado de Santa Catarina chidambaram@udesc.br Marlon Subtil Marçal, Leyza Baldo Dorini, Hugo Vieira Neto

More information

AUTOMATED MALARIA PARASITE DETECTION BASED ON IMAGE PROCESSING PROJECT REFERENCE NO.: 38S1511

AUTOMATED MALARIA PARASITE DETECTION BASED ON IMAGE PROCESSING PROJECT REFERENCE NO.: 38S1511 AUTOMATED MALARIA PARASITE DETECTION BASED ON IMAGE PROCESSING PROJECT REFERENCE NO.: 38S1511 COLLEGE : BANGALORE INSTITUTE OF TECHNOLOGY, BENGALURU BRANCH : COMPUTER SCIENCE AND ENGINEERING GUIDE : DR.

More information

Application of LonWorks Technology to Low Level Control of an Autonomous Wheelchair.

Application of LonWorks Technology to Low Level Control of an Autonomous Wheelchair. Title: Application of LonWorks Technology to Low Level Control of an Autonomous Wheelchair. Authors: J.Luis Address: Juan Carlos García, Marta Marrón, J. Antonio García, Jesús Ureña, Lázaro, F.Javier Rodríguez,

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

Number Plate Recognition System using OCR for Automatic Toll Collection

Number Plate Recognition System using OCR for Automatic Toll Collection IJSTE - International Journal of Science Technology & Engineering Volume 2 Issue 10 April 2016 ISSN (online): 2349-784X Number Plate Recognition System using OCR for Automatic Toll Collection Mohini S.Karande

More information

Table of contents. Vision industrielle 2002/2003. Local and semi-local smoothing. Linear noise filtering: example. Convolution: introduction

Table of contents. Vision industrielle 2002/2003. Local and semi-local smoothing. Linear noise filtering: example. Convolution: introduction Table of contents Vision industrielle 2002/2003 Session - Image Processing Département Génie Productique INSA de Lyon Christian Wolf wolf@rfv.insa-lyon.fr Introduction Motivation, human vision, history,

More information

ME 6406 MACHINE VISION. Georgia Institute of Technology

ME 6406 MACHINE VISION. Georgia Institute of Technology ME 6406 MACHINE VISION Georgia Institute of Technology Class Information Instructor Professor Kok-Meng Lee MARC 474 Office hours: Tues/Thurs 1:00-2:00 pm kokmeng.lee@me.gatech.edu (404)-894-7402 Class

More information

UNIVERSIDAD CARLOS III DE MADRID ESCUELA POLITÉCNICA SUPERIOR

UNIVERSIDAD CARLOS III DE MADRID ESCUELA POLITÉCNICA SUPERIOR UNIVERSIDAD CARLOS III DE MADRID ESCUELA POLITÉCNICA SUPERIOR TRABAJO DE FIN DE GRADO GRADO EN INGENIERÍA DE SISTEMAS DE COMUNICACIONES CONTROL CENTRALIZADO DE FLOTAS DE ROBOTS CENTRALIZED CONTROL FOR

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

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

Aplicación para controlar dispositivos RC en la frecuencia de 49 MHz usando C #.Net y Arduino

Aplicación para controlar dispositivos RC en la frecuencia de 49 MHz usando C #.Net y Arduino 66 Application Arduino Aplicación para controlar dispositivos RC en la frecuencia de 49 MHz usando C #.Net y Arduino ABRIL-GARCIA- José 1 *, MEZA-IBARRA, Iván 1, ALCÁNTAR-MARTÍNEZ, Adelina 1, GARCÍA- JUÁREZ-

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

Face Detection: A Literature Review

Face Detection: A Literature Review Face Detection: A Literature Review Dr.Vipulsangram.K.Kadam 1, Deepali G. Ganakwar 2 Professor, Department of Electronics Engineering, P.E.S. College of Engineering, Nagsenvana Aurangabad, Maharashtra,

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

Method to acquire regions of fruit, branch and leaf from image of red apple in orchard

Method to acquire regions of fruit, branch and leaf from image of red apple in orchard Modern Physics Letters B Vol. 31, Nos. 19 21 (2017) 1740039 (7 pages) c World Scientific Publishing Company DOI: 10.1142/S0217984917400395 Method to acquire regions of fruit, branch and leaf from image

More information

A Novel Morphological Method for Detection and Recognition of Vehicle License Plates

A Novel Morphological Method for Detection and Recognition of Vehicle License Plates American Journal of Applied Sciences 6 (12): 2066-2070, 2009 ISSN 1546-9239 2009 Science Publications A Novel Morphological Method for Detection and Recognition of Vehicle License Plates 1 S.H. Mohades

More information

SKIN SEGMENTATION USING DIFFERENT INTEGRATED COLOR MODEL APPROACHES FOR FACE DETECTION

SKIN SEGMENTATION USING DIFFERENT INTEGRATED COLOR MODEL APPROACHES FOR FACE DETECTION SKIN SEGMENTATION USING DIFFERENT INTEGRATED COLOR MODEL APPROACHES FOR FACE DETECTION Mrunmayee V. Daithankar 1, Kailash J. Karande 2 1 ME Student, Electronics and Telecommunication Engineering Department,

More information

EFFICIENT ATTENDANCE MANAGEMENT SYSTEM USING FACE DETECTION AND RECOGNITION

EFFICIENT ATTENDANCE MANAGEMENT SYSTEM USING FACE DETECTION AND RECOGNITION EFFICIENT ATTENDANCE MANAGEMENT SYSTEM USING FACE DETECTION AND RECOGNITION 1 Arun.A.V, 2 Bhatath.S, 3 Chethan.N, 4 Manmohan.C.M, 5 Hamsaveni M 1,2,3,4,5 Department of Computer Science and Engineering,

More information

CHAPTER 4 LOCATING THE CENTER OF THE OPTIC DISC AND MACULA

CHAPTER 4 LOCATING THE CENTER OF THE OPTIC DISC AND MACULA 90 CHAPTER 4 LOCATING THE CENTER OF THE OPTIC DISC AND MACULA The objective in this chapter is to locate the centre and boundary of OD and macula in retinal images. In Diabetic Retinopathy, location of

More information

Developing a New Color Model for Image Analysis and Processing

Developing a New Color Model for Image Analysis and Processing UDC 004.421 Developing a New Color Model for Image Analysis and Processing Rashad J. Rasras 1, Ibrahiem M. M. El Emary 2, Dmitriy E. Skopin 1 1 Faculty of Engineering Technology, Amman, Al Balqa Applied

More information

An Electronic Eye to Improve Efficiency of Cut Tile Measuring Function

An Electronic Eye to Improve Efficiency of Cut Tile Measuring Function IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727, Volume 19, Issue 4, Ver. IV. (Jul.-Aug. 2017), PP 25-30 www.iosrjournals.org An Electronic Eye to Improve Efficiency

More information

Bandit Detection using Color Detection Method

Bandit Detection using Color Detection Method Available online at www.sciencedirect.com Procedia Engineering 29 (2012) 1259 1263 2012 International Workshop on Information and Electronic Engineering Bandit Detection using Color Detection Method Junoh,

More information

Number Plate Recognition Using Segmentation

Number Plate Recognition Using Segmentation Number Plate Recognition Using Segmentation Rupali Kate M.Tech. Electronics(VLSI) BVCOE. Pune 411043, Maharashtra, India. Dr. Chitode. J. S BVCOE. Pune 411043 Abstract Automatic Number Plate Recognition

More information

8.2 IMAGE PROCESSING VERSUS IMAGE ANALYSIS Image processing: The collection of routines and

8.2 IMAGE PROCESSING VERSUS IMAGE ANALYSIS Image processing: The collection of routines and 8.1 INTRODUCTION In this chapter, we will study and discuss some fundamental techniques for image processing and image analysis, with a few examples of routines developed for certain purposes. 8.2 IMAGE

More information

DEMONSTRATION OF AUTOMATIC WHEELCHAIR CONTROL BY TRACKING EYE MOVEMENT AND USING IR SENSORS

DEMONSTRATION OF AUTOMATIC WHEELCHAIR CONTROL BY TRACKING EYE MOVEMENT AND USING IR SENSORS DEMONSTRATION OF AUTOMATIC WHEELCHAIR CONTROL BY TRACKING EYE MOVEMENT AND USING IR SENSORS Devansh Mittal, S. Rajalakshmi and T. Shankar Department of Electronics and Communication Engineering, SENSE

More information

Fast, Robust Colour Vision for the Monash Humanoid Andrew Price Geoff Taylor Lindsay Kleeman

Fast, Robust Colour Vision for the Monash Humanoid Andrew Price Geoff Taylor Lindsay Kleeman Fast, Robust Colour Vision for the Monash Humanoid Andrew Price Geoff Taylor Lindsay Kleeman Intelligent Robotics Research Centre Monash University Clayton 3168, Australia andrew.price@eng.monash.edu.au

More information

FPGA based Real-time Automatic Number Plate Recognition System for Modern License Plates in Sri Lanka

FPGA based Real-time Automatic Number Plate Recognition System for Modern License Plates in Sri Lanka RESEARCH ARTICLE OPEN ACCESS FPGA based Real-time Automatic Number Plate Recognition System for Modern License Plates in Sri Lanka Swapna Premasiri 1, Lahiru Wijesinghe 1, Randika Perera 1 1. Department

More information

EE 5359 MULTIMEDIA PROCESSING. Vehicle License Plate Detection Algorithm Based on Statistical Characteristics in HSI Color Model

EE 5359 MULTIMEDIA PROCESSING. Vehicle License Plate Detection Algorithm Based on Statistical Characteristics in HSI Color Model EE 5359 MULTIMEDIA PROCESSING Vehicle License Plate Detection Algorithm Based on Statistical Characteristics in HSI Color Model Under the guidance of Dr. K. R. Rao Submitted by: Prasanna Venkatesh Palani

More information

Controlling Humanoid Robot Using Head Movements

Controlling Humanoid Robot Using Head Movements Volume-5, Issue-2, April-2015 International Journal of Engineering and Management Research Page Number: 648-652 Controlling Humanoid Robot Using Head Movements S. Mounica 1, A. Naga bhavani 2, Namani.Niharika

More information

Near Infrared Face Image Quality Assessment System of Video Sequences

Near Infrared Face Image Quality Assessment System of Video Sequences 2011 Sixth International Conference on Image and Graphics Near Infrared Face Image Quality Assessment System of Video Sequences Jianfeng Long College of Electrical and Information Engineering Hunan University

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

][ R G [ Q] Y =[ a b c. d e f. g h I

][ R G [ Q] Y =[ a b c. d e f. g h I Abstract Unsupervised Thresholding and Morphological Processing for Automatic Fin-outline Extraction in DARWIN (Digital Analysis and Recognition of Whale Images on a Network) Scott Hale Eckerd College

More information

Live Hand Gesture Recognition using an Android Device

Live Hand Gesture Recognition using an Android Device Live Hand Gesture Recognition using an Android Device Mr. Yogesh B. Dongare Department of Computer Engineering. G.H.Raisoni College of Engineering and Management, Ahmednagar. Email- yogesh.dongare05@gmail.com

More information

Image processing for gesture recognition: from theory to practice. Michela Goffredo University Roma TRE

Image processing for gesture recognition: from theory to practice. Michela Goffredo University Roma TRE Image processing for gesture recognition: from theory to practice 2 Michela Goffredo University Roma TRE goffredo@uniroma3.it Image processing At this point we have all of the basics at our disposal. We

More information

Robust Hand Gesture Recognition for Robotic Hand Control

Robust Hand Gesture Recognition for Robotic Hand Control Robust Hand Gesture Recognition for Robotic Hand Control Ankit Chaudhary Robust Hand Gesture Recognition for Robotic Hand Control 123 Ankit Chaudhary Department of Computer Science Northwest Missouri State

More information

A Review of Optical Character Recognition System for Recognition of Printed Text

A Review of Optical Character Recognition System for Recognition of Printed Text IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727, Volume 17, Issue 3, Ver. II (May Jun. 2015), PP 28-33 www.iosrjournals.org A Review of Optical Character Recognition

More information

Research Seminar. Stefano CARRINO fr.ch

Research Seminar. Stefano CARRINO  fr.ch Research Seminar Stefano CARRINO stefano.carrino@hefr.ch http://aramis.project.eia- fr.ch 26.03.2010 - based interaction Characterization Recognition Typical approach Design challenges, advantages, drawbacks

More information

Morphological filters applied to Kinect depth images for noise removal as pre-processing stage

Morphological filters applied to Kinect depth images for noise removal as pre-processing stage Morphological filters applied to Kinect depth images for noise removal as pre-processing stage Garduño-Ramón M. A. #1, Morales-Hernández L. A. *2, Osornio-Rios R. A. #3 # Facultad de Ingeniería, Campus

More information

Recognition Of Vehicle Number Plate Using MATLAB

Recognition Of Vehicle Number Plate Using MATLAB Recognition Of Vehicle Number Plate Using MATLAB Mr. Ami Kumar Parida 1, SH Mayuri 2,Pallabi Nayk 3,Nidhi Bharti 4 1Asst. Professor, Gandhi Institute Of Engineering and Technology, Gunupur 234Under Graduate,

More information

Real-Time Face Detection and Tracking for High Resolution Smart Camera System

Real-Time Face Detection and Tracking for High Resolution Smart Camera System Digital Image Computing Techniques and Applications Real-Time Face Detection and Tracking for High Resolution Smart Camera System Y. M. Mustafah a,b, T. Shan a, A. W. Azman a,b, A. Bigdeli a, B. C. Lovell

More information

NON UNIFORM BACKGROUND REMOVAL FOR PARTICLE ANALYSIS BASED ON MORPHOLOGICAL STRUCTURING ELEMENT:

NON UNIFORM BACKGROUND REMOVAL FOR PARTICLE ANALYSIS BASED ON MORPHOLOGICAL STRUCTURING ELEMENT: IJCE January-June 2012, Volume 4, Number 1 pp. 59 67 NON UNIFORM BACKGROUND REMOVAL FOR PARTICLE ANALYSIS BASED ON MORPHOLOGICAL STRUCTURING ELEMENT: A COMPARATIVE STUDY Prabhdeep Singh1 & A. K. Garg2

More information

Preprocessing of Digitalized Engineering Drawings

Preprocessing of Digitalized Engineering Drawings Modern Applied Science; Vol. 9, No. 13; 2015 ISSN 1913-1844 E-ISSN 1913-1852 Published by Canadian Center of Science and Education Preprocessing of Digitalized Engineering Drawings Matúš Gramblička 1 &

More information

Efficient 2-D Structuring Element for Noise Removal of Grayscale Images using Morphological Operations

Efficient 2-D Structuring Element for Noise Removal of Grayscale Images using Morphological Operations Efficient 2-D Structuring Element for Noise Removal of Grayscale Images using Morphological Operations Mangala A. G. Department of Master of Computer Application, N.M.A.M. Institute of Technology, Nitte.

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

A NOVEL IMAGE PROCESSING TECHNIQUE TO EXTRACT FACIAL EXPRESSIONS FROM MOUTH REGIONS

A NOVEL IMAGE PROCESSING TECHNIQUE TO EXTRACT FACIAL EXPRESSIONS FROM MOUTH REGIONS A NOVEL IMAGE PROCESSING TECHNIQUE TO EXTRACT FACIAL EXPRESSIONS FROM MOUTH REGIONS S.Sowmiya 1, Dr.K.Krishnaveni 2 1 Student, Department of Computer Science 2 1, 2 Associate Professor, Department of Computer

More information

Introduction to computer vision. Image Color Conversion. CIE Chromaticity Diagram and Color Gamut. Color Models

Introduction to computer vision. Image Color Conversion. CIE Chromaticity Diagram and Color Gamut. Color Models Introduction to computer vision In general, computer vision covers very wide area of issues concerning understanding of images by computers. It may be considered as a part of artificial intelligence and

More information

Smart License Plate Recognition Using Optical Character Recognition Based on the Multicopter

Smart License Plate Recognition Using Optical Character Recognition Based on the Multicopter Smart License Plate Recognition Using Optical Character Recognition Based on the Multicopter Sanjaa Bold Department of Computer Hardware and Networking. University of the humanities Ulaanbaatar, Mongolia

More information

Colour Profiling Using Multiple Colour Spaces

Colour Profiling Using Multiple Colour Spaces Colour Profiling Using Multiple Colour Spaces Nicola Duffy and Gerard Lacey Computer Vision and Robotics Group, Trinity College, Dublin.Ireland duffynn@cs.tcd.ie Abstract This paper presents an original

More information

PRACTICAL IMAGE AND VIDEO PROCESSING USING MATLAB

PRACTICAL IMAGE AND VIDEO PROCESSING USING MATLAB PRACTICAL IMAGE AND VIDEO PROCESSING USING MATLAB OGE MARQUES Florida Atlantic University *IEEE IEEE PRESS WWILEY A JOHN WILEY & SONS, INC., PUBLICATION CONTENTS LIST OF FIGURES LIST OF TABLES FOREWORD

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

Automatic Morphological Segmentation and Region Growing Method of Diagnosing Medical Images

Automatic Morphological Segmentation and Region Growing Method of Diagnosing Medical Images International Journal of Information & Computation Technology. ISSN 0974-2239 Volume 2, Number 3 (2012), pp. 173-180 International Research Publications House http://www. irphouse.com Automatic Morphological

More information

Finding Lips in Unconstrained Imagery for Improved Automatic Speech Recognition

Finding Lips in Unconstrained Imagery for Improved Automatic Speech Recognition Finding Lips in Unconstrained Imagery for Improved Automatic Speech Recognition Xiaozheng Jane Zhang, Higinio Ariel Montoya, and Brandon Crow Abstract. Lip movement of a speaker conveys important visual

More information

A Novel Multi-diagonal Matrix Filter for Binary Image Denoising

A Novel Multi-diagonal Matrix Filter for Binary Image Denoising Columbia International Publishing Journal of Advanced Electrical and Computer Engineering (2014) Vol. 1 No. 1 pp. 14-21 Research Article A Novel Multi-diagonal Matrix Filter for Binary Image Denoising

More information

Measuring Temperature with an RTD or Thermistor

Measuring Temperature with an RTD or Thermistor 1 de 5 19/11/2008 17:10 Hola Juan de Juanes Marquez (Usuario equivocado.) Tipo de Documento: Tutorial Soportado por NI: Sí Fecha de Publicación: 27-ago-2008 Measuring Temperature with an RTD or Thermistor

More information

Visual Interpretation of Hand Gestures as a Practical Interface Modality

Visual Interpretation of Hand Gestures as a Practical Interface Modality Visual Interpretation of Hand Gestures as a Practical Interface Modality Frederik C. M. Kjeldsen Submitted in partial fulfillment of the requirements for the degree of Doctor of Philosophy in the Graduate

More information

APPLICATION OF COMPUTER VISION FOR DETERMINATION OF SYMMETRICAL OBJECT POSITION IN THREE DIMENSIONAL SPACE

APPLICATION OF COMPUTER VISION FOR DETERMINATION OF SYMMETRICAL OBJECT POSITION IN THREE DIMENSIONAL SPACE APPLICATION OF COMPUTER VISION FOR DETERMINATION OF SYMMETRICAL OBJECT POSITION IN THREE DIMENSIONAL SPACE Najirah Umar 1 1 Jurusan Teknik Informatika, STMIK Handayani Makassar Email : najirah_stmikh@yahoo.com

More information

International Journal of Computer Sciences and Engineering. Research Paper Volume-5, Issue-12 E-ISSN:

International Journal of Computer Sciences and Engineering. Research Paper Volume-5, Issue-12 E-ISSN: International Journal of Computer Sciences and Engineering Open Access Research Paper Volume-5, Issue-12 E-ISSN: 2347-2693 Performance Analysis of Real-Time Eye Blink Detector for Varying Lighting Conditions

More information

World Journal of Engineering Research and Technology WJERT

World Journal of Engineering Research and Technology WJERT wjert, 2017, Vol. 3, Issue 3, 357-366 Original Article ISSN 2454-695X Shagun et al. WJERT www.wjert.org SJIF Impact Factor: 4.326 NUMBER PLATE RECOGNITION USING MATLAB 1 *Ms. Shagun Chaudhary and 2 Miss

More information

Motion Detector Using High Level Feature Extraction

Motion Detector Using High Level Feature Extraction Motion Detector Using High Level Feature Extraction Mohd Saifulnizam Zaharin 1, Norazlin Ibrahim 2 and Tengku Azahar Tuan Dir 3 Industrial Automation Department, Universiti Kuala Lumpur Malaysia France

More information

Face Tracking using Camshift in Head Gesture Recognition System

Face Tracking using Camshift in Head Gesture Recognition System Face Tracking using Camshift in Head Gesture Recognition System Er. Rushikesh T. Bankar 1, Dr. Suresh S. Salankar 2 1 Department of Electronics Engineering, G H Raisoni College of Engineering, Nagpur,

More information

A Proposal for Security Oversight at Automated Teller Machine System

A Proposal for Security Oversight at Automated Teller Machine System International Journal of Engineering Research and Development e-issn: 2278-067X, p-issn: 2278-800X, www.ijerd.com Volume 10, Issue 6 (June 2014), PP.18-25 A Proposal for Security Oversight at Automated

More information

An Autonomous Vehicle Navigation System using Panoramic Machine Vision Techniques

An Autonomous Vehicle Navigation System using Panoramic Machine Vision Techniques An Autonomous Vehicle Navigation System using Panoramic Machine Vision Techniques Kevin Rushant, Department of Computer Science, University of Sheffield, GB. email: krusha@dcs.shef.ac.uk Libor Spacek,

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

C. Efficient Removal Of Impulse Noise In [7], a method used to remove the impulse noise (ERIN) is based on simple fuzzy impulse detection technique.

C. Efficient Removal Of Impulse Noise In [7], a method used to remove the impulse noise (ERIN) is based on simple fuzzy impulse detection technique. Removal of Impulse Noise In Image Using Simple Edge Preserving Denoising Technique Omika. B 1, Arivuselvam. B 2, Sudha. S 3 1-3 Department of ECE, Easwari Engineering College Abstract Images are most often

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

Color Image Processing

Color Image Processing Color Image Processing Selim Aksoy Department of Computer Engineering Bilkent University saksoy@cs.bilkent.edu.tr Color Used heavily in human vision. Visible spectrum for humans is 400 nm (blue) to 700

More information

Volume 3, Issue 5, May 2015 International Journal of Advance Research in Computer Science and Management Studies

Volume 3, Issue 5, May 2015 International Journal of Advance Research in Computer Science and Management Studies Volume 3, Issue 5, May 2015 International Journal of Advance Research in Computer Science and Management Studies Research Article / Survey Paper / Case Study Available online at: www.ijarcsms.com A Survey

More information

Iraqi Car License Plate Recognition Using OCR

Iraqi Car License Plate Recognition Using OCR Iraqi Car License Plate Recognition Using OCR Safaa S. Omran Computer Engineering Techniques College of Electrical and Electronic Techniques Baghdad, Iraq omran_safaa@ymail.com Jumana A. Jarallah Computer

More information

DESIGN, CONSTRUCTION AND CHARACTERIZATION OF A THREE-CHANNEL COSMIC RAY DETECTOR BASED ON ALUMINUM BLOCKS ELECTRONICS

DESIGN, CONSTRUCTION AND CHARACTERIZATION OF A THREE-CHANNEL COSMIC RAY DETECTOR BASED ON ALUMINUM BLOCKS ELECTRONICS DESIGN, CONSTRUCTION AND CHARACTERIZATION OF A THREE-CHANNEL COSMIC RAY DETECTOR BASED ON ALUMINUM BLOCKS ELECTRONICS Luis Arceo Universidad de Guanajuato, División de Ciencias e Ingenierías campus León

More information

Real-time image processing for the guidance of a small agricultural field inspection vehicle

Real-time image processing for the guidance of a small agricultural field inspection vehicle 434 Int. J. Intelligent Systems Technologies and Applications, Vol. 8, Nos. 1-4, 2010 Real-time image processing for the guidance of a small agricultural field inspection vehicle Richard Gottschalk, Xavier

More information

Iris Segmentation & Recognition in Unconstrained Environment

Iris Segmentation & Recognition in Unconstrained Environment www.ijecs.in International Journal Of Engineering And Computer Science ISSN:2319-7242 Volume - 3 Issue -8 August, 2014 Page No. 7514-7518 Iris Segmentation & Recognition in Unconstrained Environment ABSTRACT

More information

Navigation of PowerPoint Using Hand Gestures

Navigation of PowerPoint Using Hand Gestures Navigation of PowerPoint Using Hand Gestures Dnyanada R Jadhav 1, L. M. R. J Lobo 2 1 M.E Department of Computer Science & Engineering, Walchand Institute of technology, Solapur, India 2 Associate Professor

More information

Preprocessing and Segregating Offline Gujarati Handwritten Datasheet for Character Recognition

Preprocessing and Segregating Offline Gujarati Handwritten Datasheet for Character Recognition Preprocessing and Segregating Offline Gujarati Handwritten Datasheet for Character Recognition Hetal R. Thaker Atmiya Institute of Technology & science, Kalawad Road, Rajkot Gujarat, India C. K. Kumbharana,

More information

Automatic Crack Detection on Pressed panels using camera image Processing

Automatic Crack Detection on Pressed panels using camera image Processing 8th European Workshop On Structural Health Monitoring (EWSHM 2016), 5-8 July 2016, Spain, Bilbao www.ndt.net/app.ewshm2016 Automatic Crack Detection on Pressed panels using camera image Processing More

More information

THERMAL DETECTION OF WATER SATURATION SPOTS FOR LANDSLIDE PREDICTION

THERMAL DETECTION OF WATER SATURATION SPOTS FOR LANDSLIDE PREDICTION THERMAL DETECTION OF WATER SATURATION SPOTS FOR LANDSLIDE PREDICTION Aufa Zin, Kamarul Hawari and Norliana Khamisan Faculty of Electrical and Electronics Engineering, Universiti Malaysia Pahang, Pekan,

More information

Colored Rubber Stamp Removal from Document Images

Colored Rubber Stamp Removal from Document Images Colored Rubber Stamp Removal from Document Images Soumyadeep Dey, Jayanta Mukherjee, Shamik Sural, and Partha Bhowmick Indian Institute of Technology, Kharagpur {soumyadeepdey@sit,jay@cse,shamik@sit,pb@cse}.iitkgp.ernet.in

More information

Hand & Upper Body Based Hybrid Gesture Recognition

Hand & Upper Body Based Hybrid Gesture Recognition Hand & Upper Body Based Hybrid Gesture Prerna Sharma #1, Naman Sharma *2 # Research Scholor, G. B. P. U. A. & T. Pantnagar, India * Ideal Institue of Technology, Ghaziabad, India Abstract Communication

More information

Automated Number Plate Recognition System Using Machine learning algorithms (Kstar)

Automated Number Plate Recognition System Using Machine learning algorithms (Kstar) Automated Number Plate Recognition System Using Machine learning algorithms (Kstar) Er. Dinesh Bhardwaj 1, Er. Shruti Gujral 2 1, 2 Computer Science and Engineering Department, Chandigarh University, Mohali,

More information

Upgrading pulse detection with time shift properties using wavelets and Support Vector Machines

Upgrading pulse detection with time shift properties using wavelets and Support Vector Machines Upgrading pulse detection with time shift properties using wavelets and Support Vector Machines Jaime Gómez 1, Ignacio Melgar 2 and Juan Seijas 3. Sener Ingeniería y Sistemas, S.A. 1 2 3 Escuela Politécnica

More information

A New Social Emotion Estimating Method by Measuring Micro-movement of Human Bust

A New Social Emotion Estimating Method by Measuring Micro-movement of Human Bust A New Social Emotion Estimating Method by Measuring Micro-movement of Human Bust Eui Chul Lee, Mincheol Whang, Deajune Ko, Sangin Park and Sung-Teac Hwang Abstract In this study, we propose a new micro-movement

More information

FACE RECOGNITION BY PIXEL INTENSITY

FACE RECOGNITION BY PIXEL INTENSITY FACE RECOGNITION BY PIXEL INTENSITY Preksha jain & Rishi gupta Computer Science & Engg. Semester-7 th All Saints College Of Technology, Gandhinagar Bhopal. Email Id-Priky0889@yahoo.com Abstract Face Recognition

More information