AUTOMATIC EYE DETECTION IN FACIAL IMAGES WITH UNCONSTRAINED BACKGROUNDS

Size: px
Start display at page:

Download "AUTOMATIC EYE DETECTION IN FACIAL IMAGES WITH UNCONSTRAINED BACKGROUNDS"

Transcription

1 AUTOMATIC EYE DETECTION IN FACIAL IMAGES WITH UNCONSTRAINED BACKGROUNDS Dr John Cowell Dept. of Computer Science, De Montfort University, The Gateway, Leicester, LE1 9BH England, ABSTRACT Humans convey information on their emotional state by their facial expression. A system capable of determining the emotions of a person based on expression would have many useful applications including security, assessment of satisfaction of commercial products, and interactive systems which were able to respond in a more satisfactory manner taking into account the emotional state of the user. In this paper we describe a system which explores the use of two statistical metrics which use different characteristics of full face images to allow the position of the eyes to be calculated, in under one second, as the first stage in an automated system for measuring facial expressions. The test video images use head and shoulder images filmed on a plain background superimposed on a range of virtual backgrounds. KEY WORDS : facial expression, facial action encoding system, FACS, emotional classification. 1. INTRODUCTION Humans communicate through their facial expressions, speech, movement and hand gestures, but of these only one is always active: the expression on the face. Even a neutral display apparently showing no emotion conveys information to the viewer. Extensive research on the relative importance of these modes of communication indicate the importance of facial expression. Mehrabian [1] experiments indicated that the contribution of the spoken part of a message was only 7%, while the intonation accounted for 38% and the facial expression 55%. The ability to detect and classify the emotional state of humans from their facial expressions is an attractive one which has many application of a social, economic and political nature. While automatic classification systems are unlikely to perform better than a trained human observer, automatic systems are cheaper, do not grow tired, or lose interest and therefore can be used in a more extensive way. Identifiable applications include: Assessment of commercial products, particularly where the user interacts with the product over a long time period, such as a robot system, a vehicle or a movie. Interactive systems capable of identifying the users' degree of satisfaction could adapt to provide greater satisfaction to users. Security applications such as at airports where individuals exhibiting particular facial expressions identified with stress could be identified. Monitoring systems for people with severe disabilities with communication difficulties. 2. CATEGORIZATION OF EMOTION The Facial Expression Program of the 1980's has been the most influential work on the relationship between facial expressions and emotional states. This consists of a set of assumptions, theories and methods. Russell[4] captures the essence of the Program with a list of 14 items which contain essential information required for the development of an automated system. The first item in the list states that there are a small number of emotions (seven plus or

2 minus two). These emotions are happiness, surprise, fear, anger, contempt, disgust and sadness. This group of emotions has been used by most automatic emotion detection systems. The Facial Expression Program has broad but by no means universal acceptance, however it is clear that it is the most widely presented set of corollaries and is presented as the dominant paradigm in text books [5][6] and advisory documents for practicing psychologists[7]. While there is extensive research to indicate that for western literate people there are a common set of facial expressions which can be correctly interpreted with varying degrees of success (although better than chance), some expressions are interpreted more correctly than others. Notably happiness is the easiest to identify and disgust the hardest. There are strong suggestions from researchers such as Russell[8], Fernández-Dols[9] and Fridlund[10] that the earlier work of researchers such as Ekman[11][13] which pointed to a universality of expression is flawed. 2.1 The Facial Action Coding System The most widely accepted technique for an objective measurement of facial expressions is a system produced by Ekman[12] the Facial Action Coding System FACS. FACS breaks each facial movement into 46 action units (AU). Each AU is assigned a five point intensity value. FACS is the dominant encoding system in use, however a major problem it takes about 100 hours to become proficient in using FACS and to process one minute of video takes at least an hour. If this process could be automated it would be of significant benefit. 2.2 Automated Identification of Facial Elements There is currently has no satisfactory automated system available, however Pantic [2] gives a review of the state of the art and identifies three key areas: Detection of the face in an image; extracting data on the expression of the face ; and classification of the extracted data. The first two areas are within the field of image analysis and pattern recognition and satisfactory systems can be developed if a constrained environment is used, however the classification and interpretation of the extracted data is the most complex area, with an extensive body of literature beginning with Darwin[3] in Kapoor[14,15] reports on a fully automatic system for tracking the facial features of the upper face. The system operates in real time, however it requires an infra red camera to detect the eyes, since the eyes are the brightest part of the image in infra red. The system only looks at the upper part of the face and does not work in the presence of strong infra red sources such as bright sunlight or with a subject wearing glasses. The test images had a plain background. Tian[17] developed a neural network based solution for recognising sixteen action units, however the user had first to identify the location of the facial components in the first frame, which were then tracked using an adaptive template system. Donato[18] used a Gabor Wavelet approach to recognise eight action units, however the system has to be manually initialised to identify the facial components and head movement must be restricted. The use of Gabor wavelets has been extended by Tian[19], however although he uses an automated system for approximate identification of facial features used by Rowley[20] manual adjustment in the first frame is still needed. Kruger et al [21,22] use Gabor wavelets for face tracking in real time, however a grey scale template of the face to be tracked is required. Hager and Belhumeur[23] describes an effective tracking system which requires a defined template of the face to be tracked. Kruger et al[24] and Raja et al[25] use a colour based approach for tracking faces. In conclusion, the real-time detection and tracking of faces in an unconstrained video images is still a problem which has not been completely solved.

3 3. THE AIMS OF THE PROJECT Although the overall aim of this project is to detect the face, identify the expression and then relate the expression to an emotional state, this paper reports on the first phase of the work : the detection of the eyes in unconstrained images. All the data was collected using an inexpensive web cam and stored in standard AVI files with a resolution of pixels with 24 bit RGB colour at 15 frames per second. The subject were initially filmed in from of a plain lime-green background, and then superimposed on a variety of complex backgrounds. This had a number of advantages over collecting data in real-world situations. It is time consuming and expensive to find and visit a suitable range of locations; subjects may be unwilling or unable to visit all of the sites. Examples of the same frame but with different backgrounds are shown in figure 1: Figure 1 Four backgrounds the same subject (Martin). Ten backgrounds and seven subjects were used for the experimental part of the work. 3.1 Two Metrics for Eye Identification High level structural analysis of frames for shapes which correspond to the face, or parts of the face such as the eyes are computationally expensive. Due to the inherent variation in the shape of eyes this is an unreliable approach to adopt if the background is complex. For these reasons, a statistical approach is used which looks at two different metrics each of which looks at different characteristics of the region which is being detected. The region which we are searching for is the left eye. When this is found, the other eye, the nose and mouth can be readily found by using an adaptive template system such as used by Tian [17]. This aspect of the work is not reported here. 3.2 Metric 1 - Activity The region around the eye has a different degree of activity compared to other parts of the face, that is, the variation in intensity between small groups of adjacent pixels is characteristic of that region. A simple and very fast way of measuring activity is as follows: Calculate the difference in RGB intensity between a pixel and the pixel on its right, and the pixel below it. Sum these differences for a small rectangular region of width w, and height h, which approximates to the expected eye region. To calculate the activity centred on that pixel. Repeat for each pixel in the image, to find the activity centred around every pixel in the image. Experimentation has found that the size of the region scanned for each is not critical to the performance of the algorithm, but should conform roughly to the size of the eyes. In figure 2, image (a) shows the original image. Image (b) shows the degree of activity. Image (c) shows the original image with regions which have activity values outside specified limits, A 0 and A 1,as black.

4 (a) (b) (c) Figure2 Displaying activity values (Mario) metric is not sufficient on its own to isolate the eye region. For all the images considered, there existed A 0 and A 1 values which would identify the eye region. However numerous other regions were also shown as these exhibited similar activity characteristics. This indicates that the activity 3.3 Metric 2 - symmetry Another characteristic of the human face when viewed from the front is that it exhibits a high degree of symmetry about a centre line drawn about a vertical line between the eyes and the centre of the nose and mouth. Pixel under consideration Figure3 Measuring A and S. This metric was calculated by comparing adjacent groups of pixels and checking for the difference between them. The two regions used for each pixel were the rectangular area used for calculating the activity value, and a region of the same size on the right of that region. To test the performance of this approach a system has been implemented which allows the user to clock on any point of the image and calculates the activity and symmetry metrics for that point. Part of the working system is shown in figure 3. In this case a point near the centre of the left eye was clicked on. The activity for that point is calculated using the surrounding pixels in the left rectangle. The symmetry of that point is calculated by comparing the pixels in the left rectangle with those in the right region. In addition to calculating symmetry at a specified point, the symmetry value between a minimum value S 0 and a maximum value S 1 may also be displayed as illustrated in figure 4. In same way as for the activity diagram (figure 2), areas outside of the range S 0 to S 1 are shown in black. 3.4 Combining the Metrics Figure 4 displaying similarity Areas of the original image which match both the activity and also the symmetry metric as shown in figure 5a. The size of these areas is calculated by finding a nonblack pixel and region growing from that seed pixel to identify the extent of that area. The process is repeated for every region in order that the largest can be found. This is the region most likely to be the region corresponding (a) (b) to the eye on the left of the image. Figure 5 eye detection Taking the centre of this image and transferring it to the original identifies the eye as shown in figure 5b. The left eye is identified by the intersection of the two lines. (a) (b)

5 4. RESULTS To evaluate the performance of the system, seven subjects were used, five male, two female. Each subject was tested with ten backgrounds. The backgrounds were a variety of outdoor scenes showing roads and buildings, and indoor scenes of complex office and shop environments. Subject A0 A1 Mario John Martin Jane Pam Aladdin Ralph Table 1 : Activity thresholds The range of symmetry values was kept a constant in all cases with S 0 =80% and S 1 =95%. The critical factor in the success of the algorithm was the choice of the A 0 and A 1 values. In each case this varies dependent on the lighting conditions and the appearance of the person. The ranges used are shown in table 1. These values identified the left eye for every subject and every background, however, the A 0 and A 1 values were not the same for all subjects. The last two subjects, shown in figure 6 needed a different range. Aladdin, was filmed in lower light conditions than the other images and has the darkest skin colour of the subjects. Ralph is not fully face on to the camera and occupies a smaller proportion of the picture than the other subjects. Under more controlled conditions of light and background constant values of A0 and A1 values could be chosen, however since an important aim of the project is to work in unconstrained environments, this is an unsatisfactory (a) Aladdin (b) Ralph Figure 6 Subjects with low activity values. compromise. At this stage of the project the A0 and A1 values have to be chosen manually, however sufficient work has been done to strongly suggest that for typical images S0, S1 and A0,A1 values exist that the eye can be identified. 5. CONCLUSIONS The research has shown that for the images considered in a wide variety of backgrounds there is a range of activity and symmetry values which correspond to the region of the eye. The identification of regions which match both of these criteria identifies the eye region. The algorithm executes fast, taking about a second in the present form to identify the eye region. Having found this region, alternatives techniques can be used to find the other components which are involved in making facial expressions, such as the eyebrows, nose and mouth. The S 0 and S 1 symmetry values were found to be remarkably consistent for the images considered, a value of between 80% and 95% successfully identifying the eye region while not identifying many other areas of the image in the set of backgrounds considered. The weakness in the algorithm is that the absolute activity values vary depending on the subject and also the lighting conditions. One key area for future research is to investigate techniques which can automatically identify the A 0 and A 1 values. 6. REFERENCES [1] A Mehrabian. Communication without words, Psychology Today, vol 2 no4. pp [2] Maja Pantic, Leon J Rothkrantz. Automatic Analysis of facial expressions: The State of the Art. IEEE transactions on Pattern Analysis and Machine Intelligence, vol. 22 no. 12, pp December 2000 [3] C Darwin. The expressions of the emotions in man and animals. Chicago: University of Chicago Press (Original work published 1872)

6 [4] James A Russell, J Fernández-Dols. The psychology of facial expressions. Cambridge University Press ISBN [5] J G Carlson, E Hatfield. Psychology of emotion. New York: Holt, Rinehart & Winston. [6] J Ingram. The burning house : Unlocking the mysteries of the brain. London: Penguin. [7] Behavioural Science Task Force of the national Advisory Mental Health Council Basic behavioural science research for mental health: A national investment: motivation and emotion. American psychologist 50 pp [8] James A Russell Is there a universal recognition of emotion from facial expression? Psychological Bulletin 115 pp , [9] J M Fernández-Dols M Ruiz-Belda. Are smiles a sign of happiness? Gold Medal winners at the Olympic games. Journal personality and social psychology 69. pp [10] A J Fridlund. Human facial expressions: An evolutionary view. NY Academic Press 1995 [11] P Ekman. Universals and cultural differences in facial expressions of emotions. Nebraska Symposium on Motivation vol. 19 pp Univ. of Nebraska Press. [12] P Ekman. Emotions in the human face. Cambridge University Press [13] P Ekman. Friesen W., Ellsworth P. Emotions in the human face. Pergamon Press [14] Ashish Kapoor, Automatic facial Action Analysis. MSc thesis, program in media Arts and Sciences, School of Architecture and Planning MIT, May [15] Ashish Kapoor, Rosalind Picard. Real-time, Fully automatic upper facial feature tracking. Proceedings 5 th International Conference on Automatic Face and Gesture recognition. [16] I Essa, A Pentland. Coding, analysis, interpretation and recognition of facial expressions. Pattern Analysis and Machine Intelligence, 7: , July 1997 [17] Y Tian, T Kanade, J F Cohn., Recognising action units for facial expression analysis. Pattern Analysis and Machine Intelligence, 23(2), February [18] G Donato, M Bartlett, J Hager, P Ekman, T Sejnowski. Classifying facial actions. IEEE Pattern Analysis and Machine Intelligence, 21(10): , October [19] Ying-li Tian, T Kanade, J F Cohn. Evaluation of Gabor-Wavelet based facial Action Unit recognition in Image sequences of increasing complexity. Proc. of 5 th IEEE international conference on Automatic face and Gesture recognition, May 2002, pp [20] H A Rowley. S Baluja, T Kanade. Neural network based face detection. IEEE Transactions on Pattern Analysis and machine Intelligence, 20(1):2-38, January [21] Volker Krueger, Sven Bruns, Gerald Sommer. Efficient Head pose estimation with Gabor Wavelet networks. British Machine Vision Conference, Bristol UK September [22] Volker Krueger, Alexander Happe, Gerald Sommer. Affine real-time face tracking using Gabor wavelets. International conference on pattern recognition, Sept [23] G Hager, P Belhumeur. Efficient region tracking with parametric models of geometry and illumination. IEEE Trans. Pattern Analysis and machine Intelligence, 20(10): , [24] Volker Kruger, R Herpers, K Daniilidis, G Sommer. Teleconferencing using an attentive camera system. International conference on audio and video-based biometric person authentication, pp [25] Y Raja. J McKenna, S Gong. Tracking and segmenting people in varying lighting conditions using colour. International conference on automatic face and gesture-recognition. pp , Nara, Japan, April 1998.

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY A PATH FOR HORIZING YOUR INNOVATIVE WORK SMILE DETECTION WITH IMPROVED MISDETECTION RATE AND REDUCED FALSE ALARM RATE VRUSHALI

More information

Paul Smith and Sam Redfern; Smith, Paul; Redfern, Sam.

Paul Smith and Sam Redfern; Smith, Paul; Redfern, Sam. Provided by the author(s) and NUI Galway in accordance with publisher policies. Please cite the published version when available. Title Emotion Tracking for Remote Conferencing Applications using Neural

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

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

Accurate Emotion Detection of Digital Images Using Bezier Curves

Accurate Emotion Detection of Digital Images Using Bezier Curves Accurate Emotion Detection of Digital Images Using Bezier Curves C.Karuna Sharma, T.Aswini, A.Vinodhini, V.Selvi Abstract Image capturing and detecting the emotions of face that have unconstrained level

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

[2005] IEEE. Reprinted, with permission, from [Hatice Gunes and Massimo Piccardi, Fusing Face and Body Gesture for Machine Recognition of Emotions,

[2005] IEEE. Reprinted, with permission, from [Hatice Gunes and Massimo Piccardi, Fusing Face and Body Gesture for Machine Recognition of Emotions, [2005] IEEE. Reprinted, with permission, from [Hatice Gunes and Massimo Piccardi, Fusing Face and Body Gesture for Machine Recognition of Emotions, Robot and Human Interactive Communication, 2005. ROMAN

More information

Iranian Face Database With Age, Pose and Expression

Iranian Face Database With Age, Pose and Expression Iranian Face Database With Age, Pose and Expression Azam Bastanfard, Melika Abbasian Nik, Mohammad Mahdi Dehshibi Islamic Azad University, Karaj Branch, Computer Engineering Department, Daneshgah St, Rajaee

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

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

R (2) Controlling System Application with hands by identifying movements through Camera

R (2) Controlling System Application with hands by identifying movements through Camera R (2) N (5) Oral (3) Total (10) Dated Sign Assignment Group: C Problem Definition: Controlling System Application with hands by identifying movements through Camera Prerequisite: 1. Web Cam Connectivity

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

Chapter 6 Face Recognition at a Distance: System Issues

Chapter 6 Face Recognition at a Distance: System Issues Chapter 6 Face Recognition at a Distance: System Issues Meng Ao, Dong Yi, Zhen Lei, and Stan Z. Li Abstract Face recognition at a distance (FRAD) is one of the most challenging forms of face recognition

More information

Segmentation Extracting image-region with face

Segmentation Extracting image-region with face Facial Expression Recognition Using Thermal Image Processing and Neural Network Y. Yoshitomi 3,N.Miyawaki 3,S.Tomita 3 and S. Kimura 33 *:Department of Computer Science and Systems Engineering, Faculty

More information

BIOMETRIC IDENTIFICATION USING 3D FACE SCANS

BIOMETRIC IDENTIFICATION USING 3D FACE SCANS BIOMETRIC IDENTIFICATION USING 3D FACE SCANS Chao Li Armando Barreto Craig Chin Jing Zhai Electrical and Computer Engineering Department Florida International University Miami, Florida, 33174, USA ABSTRACT

More information

Multi-PIE. Robotics Institute, Carnegie Mellon University 2. Department of Psychology, University of Pittsburgh 3

Multi-PIE. Robotics Institute, Carnegie Mellon University 2. Department of Psychology, University of Pittsburgh 3 Multi-PIE Ralph Gross1, Iain Matthews1, Jeffrey Cohn2, Takeo Kanade1, Simon Baker3 1 Robotics Institute, Carnegie Mellon University 2 Department of Psychology, University of Pittsburgh 3 Microsoft Research,

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

3D Face Recognition in Biometrics

3D Face Recognition in Biometrics 3D Face Recognition in Biometrics CHAO LI, ARMANDO BARRETO Electrical & Computer Engineering Department Florida International University 10555 West Flagler ST. EAS 3970 33174 USA {cli007, barretoa}@fiu.edu

More information

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY A PATH FOR HORIZING YOUR INNOVATIVE WORK NC-FACE DATABASE FOR FACE AND FACIAL EXPRESSION RECOGNITION DINESH N. SATANGE Department

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

Associated Emotion and its Expression in an Entertainment Robot QRIO

Associated Emotion and its Expression in an Entertainment Robot QRIO Associated Emotion and its Expression in an Entertainment Robot QRIO Fumihide Tanaka 1. Kuniaki Noda 1. Tsutomu Sawada 2. Masahiro Fujita 1.2. 1. Life Dynamics Laboratory Preparatory Office, Sony Corporation,

More information

ROBOT VISION. Dr.M.Madhavi, MED, MVSREC

ROBOT VISION. Dr.M.Madhavi, MED, MVSREC ROBOT VISION Dr.M.Madhavi, MED, MVSREC Robotic vision may be defined as the process of acquiring and extracting information from images of 3-D world. Robotic vision is primarily targeted at manipulation

More information

Night-time pedestrian detection via Neuromorphic approach

Night-time pedestrian detection via Neuromorphic approach Night-time pedestrian detection via Neuromorphic approach WOO JOON HAN, IL SONG HAN Graduate School for Green Transportation Korea Advanced Institute of Science and Technology 335 Gwahak-ro, Yuseong-gu,

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

FaceReader Methodology Note

FaceReader Methodology Note FaceReader Methodology Note By Dr. Leanne Loijens and Dr. Olga Krips Behavioral research consultants at Noldus Information Technology A white paper by Noldus Information Technology what is facereader?

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

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

Content Based Image Retrieval Using Color Histogram

Content Based Image Retrieval Using Color Histogram Content Based Image Retrieval Using Color Histogram Nitin Jain Assistant Professor, Lokmanya Tilak College of Engineering, Navi Mumbai, India. Dr. S. S. Salankar Professor, G.H. Raisoni College of Engineering,

More information

An Un-awarely Collected Real World Face Database: The ISL-Door Face Database

An Un-awarely Collected Real World Face Database: The ISL-Door Face Database An Un-awarely Collected Real World Face Database: The ISL-Door Face Database Hazım Kemal Ekenel, Rainer Stiefelhagen Interactive Systems Labs (ISL), Universität Karlsruhe (TH), Am Fasanengarten 5, 76131

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

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

Effects of the Unscented Kalman Filter Process for High Performance Face Detector

Effects of the Unscented Kalman Filter Process for High Performance Face Detector Effects of the Unscented Kalman Filter Process for High Performance Face Detector Bikash Lamsal and Naofumi Matsumoto Abstract This paper concerns with a high performance algorithm for human face detection

More information

Convolutional Neural Networks: Real Time Emotion Recognition

Convolutional Neural Networks: Real Time Emotion Recognition Convolutional Neural Networks: Real Time Emotion Recognition Bruce Nguyen, William Truong, Harsha Yeddanapudy Motivation: Machine emotion recognition has long been a challenge and popular topic in the

More information

Gesture Recognition with Real World Environment using Kinect: A Review

Gesture Recognition with Real World Environment using Kinect: A Review Gesture Recognition with Real World Environment using Kinect: A Review Prakash S. Sawai 1, Prof. V. K. Shandilya 2 P.G. Student, Department of Computer Science & Engineering, Sipna COET, Amravati, Maharashtra,

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

Improved SIFT Matching for Image Pairs with a Scale Difference

Improved SIFT Matching for Image Pairs with a Scale Difference Improved SIFT Matching for Image Pairs with a Scale Difference Y. Bastanlar, A. Temizel and Y. Yardımcı Informatics Institute, Middle East Technical University, Ankara, 06531, Turkey Published in IET Electronics,

More information

An Automated Face Reader for Fatigue Detection

An Automated Face Reader for Fatigue Detection An Automated Face Reader for Fatigue Detection Haisong Gu Dept. of Computer Science University of Nevada Reno Haisonggu@ieee.org Qiang Ji Dept. of ECSE Rensselaer Polytechnic Institute qji@ecse.rpi.edu

More information

Inversion improves the recognition of facial expression in thatcherized images

Inversion improves the recognition of facial expression in thatcherized images Perception, 214, volume 43, pages 715 73 doi:1.168/p7755 Inversion improves the recognition of facial expression in thatcherized images Lilia Psalta, Timothy J Andrews Department of Psychology and York

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

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

Implicit Fitness Functions for Evolving a Drawing Robot

Implicit Fitness Functions for Evolving a Drawing Robot Implicit Fitness Functions for Evolving a Drawing Robot Jon Bird, Phil Husbands, Martin Perris, Bill Bigge and Paul Brown Centre for Computational Neuroscience and Robotics University of Sussex, Brighton,

More information

On The Correlation of Image Size to System Accuracy in Automatic Fingerprint Identification Systems

On The Correlation of Image Size to System Accuracy in Automatic Fingerprint Identification Systems On The Correlation of Image Size to System Accuracy in Automatic Fingerprint Identification Systems J.K. Schneider, C. E. Richardson, F.W. Kiefer, and Venu Govindaraju Ultra-Scan Corporation, 4240 Ridge

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

Orientation-sensitivity to facial features explains the Thatcher illusion

Orientation-sensitivity to facial features explains the Thatcher illusion Journal of Vision (2014) 14(12):9, 1 10 http://www.journalofvision.org/content/14/12/9 1 Orientation-sensitivity to facial features explains the Thatcher illusion Department of Psychology and York Neuroimaging

More information

Experiments with An Improved Iris Segmentation Algorithm

Experiments with An Improved Iris Segmentation Algorithm Experiments with An Improved Iris Segmentation Algorithm Xiaomei Liu, Kevin W. Bowyer, Patrick J. Flynn Department of Computer Science and Engineering University of Notre Dame Notre Dame, IN 46556, U.S.A.

More information

Transactions on Information and Communications Technologies vol 1, 1993 WIT Press, ISSN

Transactions on Information and Communications Technologies vol 1, 1993 WIT Press,   ISSN Combining multi-layer perceptrons with heuristics for reliable control chart pattern classification D.T. Pham & E. Oztemel Intelligent Systems Research Laboratory, School of Electrical, Electronic and

More information

A new method to recognize Dimension Sets and its application in Architectural Drawings. I. Introduction

A new method to recognize Dimension Sets and its application in Architectural Drawings. I. Introduction A new method to recognize Dimension Sets and its application in Architectural Drawings Yalin Wang, Long Tang, Zesheng Tang P O Box 84-187, Tsinghua University Postoffice Beijing 100084, PRChina Email:

More information

Image Extraction using Image Mining Technique

Image Extraction using Image Mining Technique IOSR Journal of Engineering (IOSRJEN) e-issn: 2250-3021, p-issn: 2278-8719 Vol. 3, Issue 9 (September. 2013), V2 PP 36-42 Image Extraction using Image Mining Technique Prof. Samir Kumar Bandyopadhyay,

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

Facial Biometric For Performance. Best Practice Guide

Facial Biometric For Performance. Best Practice Guide Facial Biometric For Performance Best Practice Guide Foreword State-of-the-art face recognition systems under controlled lighting condition are proven to be very accurate with unparalleled user-friendliness,

More information

ISSN No: International Journal & Magazine of Engineering, Technology, Management and Research

ISSN No: International Journal & Magazine of Engineering, Technology, Management and Research Design of Automatic Number Plate Recognition System Using OCR for Vehicle Identification M.Kesab Chandrasen Abstract: Automatic Number Plate Recognition (ANPR) is an image processing technology which uses

More information

Scanned Image Segmentation and Detection Using MSER Algorithm

Scanned Image Segmentation and Detection Using MSER Algorithm Scanned Image Segmentation and Detection Using MSER Algorithm P.Sajithira 1, P.Nobelaskitta 1, Saranya.E 1, Madhu Mitha.M 1, Raja S 2 PG Students, Dept. of ECE, Sri Shakthi Institute of, Coimbatore, India

More information

IMAGE PROCESSING TECHNIQUES FOR CROWD DENSITY ESTIMATION USING A REFERENCE IMAGE

IMAGE PROCESSING TECHNIQUES FOR CROWD DENSITY ESTIMATION USING A REFERENCE IMAGE Second Asian Conference on Computer Vision (ACCV9), Singapore, -8 December, Vol. III, pp. 6-1 (invited) IMAGE PROCESSING TECHNIQUES FOR CROWD DENSITY ESTIMATION USING A REFERENCE IMAGE Jia Hong Yin, Sergio

More information

A Neural Network Facial Expression Recognition System using Unsupervised Local Processing

A Neural Network Facial Expression Recognition System using Unsupervised Local Processing A Neural Network Facial Expression Recognition System using Unsupervised Local Processing Leonardo Franco Alessandro Treves Cognitive Neuroscience Sector - SISSA 2-4 Via Beirut, Trieste, 34014 Italy lfranco@sissa.it,

More information

UMCS. Music Playlist Generation using Facial Expression Analysis and Task Extraction

UMCS. Music Playlist Generation using Facial Expression Analysis and Task Extraction ANNALES INFORMATICA DOI: 10.17951/AI.2016.16.2.1 Music Playlist Generation using Facial Expression Analysis and Task Extraction Arnaja Sen e-mail: arnaja.sen@somaiya.edu Dhaval Popat e-mail: d.popat@somaiya.edu

More information

Principal Component Analysis(PCA) with Back Propogation Neural Network(BPNN) for Face Recognition System

Principal Component Analysis(PCA) with Back Propogation Neural Network(BPNN) for Face Recognition System Principal Component Analysis(PCA) with Back Propogation Neural Network(BPNN) for Face Recognition System Ms. Sneha P. Wandale 1, Prof. P.A.Tijare 2 and Prof. S.N.Sawalkar 3 1 Student, M.E. Computer Science

More information

Figure 1. Mr Bean cartoon

Figure 1. Mr Bean cartoon Dan Diggins MSc Computer Animation 2005 Major Animation Assignment Live Footage Tooning using FilterMan 1 Introduction This report discusses the processes and techniques used to convert live action footage

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 VERIFICATION SYSTEM IN MOBILE DEVICES BY USING COGNITIVE SERVICES

FACE VERIFICATION SYSTEM IN MOBILE DEVICES BY USING COGNITIVE SERVICES International Journal of Intelligent Systems and Applications in Engineering Advanced Technology and Science ISSN:2147-67992147-6799 www.atscience.org/ijisae Original Research Paper FACE VERIFICATION SYSTEM

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

INTERNATIONAL RESEARCH JOURNAL IN ADVANCED ENGINEERING AND TECHNOLOGY (IRJAET)

INTERNATIONAL RESEARCH JOURNAL IN ADVANCED ENGINEERING AND TECHNOLOGY (IRJAET) INTERNATIONAL RESEARCH JOURNAL IN ADVANCED ENGINEERING AND TECHNOLOGY (IRJAET) www.irjaet.com ISSN (PRINT) : 2454-4744 ISSN (ONLINE): 2454-4752 Vol. 1, Issue 4, pp.240-245, November, 2015 IRIS RECOGNITION

More information

A comparative study of different feature sets for recognition of handwritten Arabic numerals using a Multi Layer Perceptron

A comparative study of different feature sets for recognition of handwritten Arabic numerals using a Multi Layer Perceptron Proc. National Conference on Recent Trends in Intelligent Computing (2006) 86-92 A comparative study of different feature sets for recognition of handwritten Arabic numerals using a Multi Layer Perceptron

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

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

Multi-PIE. Ralph Gross a, Iain Matthews a, Jeffrey Cohn b, Takeo Kanade a, Simon Baker c

Multi-PIE. Ralph Gross a, Iain Matthews a, Jeffrey Cohn b, Takeo Kanade a, Simon Baker c Multi-PIE Ralph Gross a, Iain Matthews a, Jeffrey Cohn b, Takeo Kanade a, Simon Baker c a Robotics Institute, Carnegie Mellon University b Department of Psychology, University of Pittsburgh c Microsoft

More information

A Comparison Study of Image Descriptors on Low- Resolution Face Image Verification

A Comparison Study of Image Descriptors on Low- Resolution Face Image Verification A Comparison Study of Image Descriptors on Low- Resolution Face Image Verification Gittipat Jetsiktat, Sasipa Panthuwadeethorn and Suphakant Phimoltares Advanced Virtual and Intelligent Computing (AVIC)

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

Real-Time License Plate Localisation on FPGA

Real-Time License Plate Localisation on FPGA Real-Time License Plate Localisation on FPGA X. Zhai, F. Bensaali and S. Ramalingam School of Engineering & Technology University of Hertfordshire Hatfield, UK {x.zhai, f.bensaali, s.ramalingam}@herts.ac.uk

More information

Automatic Locating the Centromere on Human Chromosome Pictures

Automatic Locating the Centromere on Human Chromosome Pictures Automatic Locating the Centromere on Human Chromosome Pictures M. Moradi Electrical and Computer Engineering Department, Faculty of Engineering, University of Tehran, Tehran, Iran moradi@iranbme.net S.

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

Face Recognition: Identifying Facial Expressions Using Back Propagation

Face Recognition: Identifying Facial Expressions Using Back Propagation Face Recognition: Identifying Facial Expressions Using Back Propagation Manisha Agrawal 1, Tarun Goyal 2 and Harvendra Kumar 3 1 B.Tech CSE Final Year Student, SLSET, Kichha, Distt: U. S, Nagar, Uttarakhand,

More information

An Improved Bernsen Algorithm Approaches For License Plate Recognition

An Improved Bernsen Algorithm Approaches For License Plate Recognition IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) ISSN: 78-834, ISBN: 78-8735. Volume 3, Issue 4 (Sep-Oct. 01), PP 01-05 An Improved Bernsen Algorithm Approaches For License Plate Recognition

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

The Classification of Gun s Type Using Image Recognition Theory

The Classification of Gun s Type Using Image Recognition Theory International Journal of Information and Electronics Engineering, Vol. 4, No. 1, January 214 The Classification of s Type Using Image Recognition Theory M. L. Kulthon Kasemsan Abstract The research aims

More information

Proceedings of th IEEE-RAS International Conference on Humanoid Robots ! # Adaptive Systems Research Group, School of Computer Science

Proceedings of th IEEE-RAS International Conference on Humanoid Robots ! # Adaptive Systems Research Group, School of Computer Science Proceedings of 2005 5th IEEE-RAS International Conference on Humanoid Robots! # Adaptive Systems Research Group, School of Computer Science Abstract - A relatively unexplored question for human-robot social

More information

Implementation of Neural Network Algorithm for Face Detection Using MATLAB

Implementation of Neural Network Algorithm for Face Detection Using MATLAB International Journal of Scientific and Research Publications, Volume 6, Issue 7, July 2016 239 Implementation of Neural Network Algorithm for Face Detection Using MATLAB Hay Mar Yu Maung*, Hla Myo Tun*,

More information

Multi-modal Human-Computer Interaction. Attila Fazekas.

Multi-modal Human-Computer Interaction. Attila Fazekas. Multi-modal Human-Computer Interaction Attila Fazekas Attila.Fazekas@inf.unideb.hu Szeged, 12 July 2007 Hungary and Debrecen Multi-modal Human-Computer Interaction - 2 Debrecen Big Church Multi-modal Human-Computer

More information

MIN-Fakultät Fachbereich Informatik. Universität Hamburg. Socially interactive robots. Christine Upadek. 29 November Christine Upadek 1

MIN-Fakultät Fachbereich Informatik. Universität Hamburg. Socially interactive robots. Christine Upadek. 29 November Christine Upadek 1 Christine Upadek 29 November 2010 Christine Upadek 1 Outline Emotions Kismet - a sociable robot Outlook Christine Upadek 2 Denition Social robots are embodied agents that are part of a heterogeneous group:

More information

Main Subject Detection of Image by Cropping Specific Sharp Area

Main Subject Detection of Image by Cropping Specific Sharp Area Main Subject Detection of Image by Cropping Specific Sharp Area FOTIOS C. VAIOULIS 1, MARIOS S. POULOS 1, GEORGE D. BOKOS 1 and NIKOLAOS ALEXANDRIS 2 Department of Archives and Library Science Ionian University

More information

Intelligent Nighttime Video Surveillance Using Multi-Intensity Infrared Illuminator

Intelligent Nighttime Video Surveillance Using Multi-Intensity Infrared Illuminator , October 19-21, 2011, San Francisco, USA Intelligent Nighttime Video Surveillance Using Multi-Intensity Infrared Illuminator Peggy Joy Lu, Jen-Hui Chuang, and Horng-Horng Lin Abstract In nighttime video

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

Vision-based User-interfaces for Pervasive Computing. CHI 2003 Tutorial Notes. Trevor Darrell Vision Interface Group MIT AI Lab

Vision-based User-interfaces for Pervasive Computing. CHI 2003 Tutorial Notes. Trevor Darrell Vision Interface Group MIT AI Lab Vision-based User-interfaces for Pervasive Computing Tutorial Notes Vision Interface Group MIT AI Lab Table of contents Biographical sketch..ii Agenda..iii Objectives.. iv Abstract..v Introduction....1

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

The 2019 Biometric Technology Rally

The 2019 Biometric Technology Rally DHS SCIENCE AND TECHNOLOGY The 2019 Biometric Technology Rally Kickoff Webinar, November 5, 2018 Arun Vemury -- DHS S&T Jake Hasselgren, John Howard, and Yevgeniy Sirotin -- The Maryland Test Facility

More information

Blur Estimation for Barcode Recognition in Out-of-Focus Images

Blur Estimation for Barcode Recognition in Out-of-Focus Images Blur Estimation for Barcode Recognition in Out-of-Focus Images Duy Khuong Nguyen, The Duy Bui, and Thanh Ha Le Human Machine Interaction Laboratory University Engineering and Technology Vietnam National

More information

System of Recognizing Human Action by Mining in Time-Series Motion Logs and Applications

System of Recognizing Human Action by Mining in Time-Series Motion Logs and Applications The 2010 IEEE/RSJ International Conference on Intelligent Robots and Systems October 18-22, 2010, Taipei, Taiwan System of Recognizing Human Action by Mining in Time-Series Motion Logs and Applications

More information

A Fast Segmentation Algorithm for Bi-Level Image Compression using JBIG2

A Fast Segmentation Algorithm for Bi-Level Image Compression using JBIG2 A Fast Segmentation Algorithm for Bi-Level Image Compression using JBIG2 Dave A. D. Tompkins and Faouzi Kossentini Signal Processing and Multimedia Group Department of Electrical and Computer Engineering

More information

Non Verbal Communication of Emotions in Social Robots

Non Verbal Communication of Emotions in Social Robots Non Verbal Communication of Emotions in Social Robots Aryel Beck Supervisor: Prof. Nadia Thalmann BeingThere Centre, Institute for Media Innovation, Nanyang Technological University, Singapore INTRODUCTION

More information

Policy Forum. Science 26 January 2001: Vol no. 5504, pp DOI: /science Prev Table of Contents Next

Policy Forum. Science 26 January 2001: Vol no. 5504, pp DOI: /science Prev Table of Contents Next Science 26 January 2001: Vol. 291. no. 5504, pp. 599-600 DOI: 10.1126/science.291.5504.599 Prev Table of Contents Next Policy Forum ARTIFICIAL INTELLIGENCE: Autonomous Mental Development by Robots and

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

Linear Gaussian Method to Detect Blurry Digital Images using SIFT

Linear Gaussian Method to Detect Blurry Digital Images using SIFT IJCAES ISSN: 2231-4946 Volume III, Special Issue, November 2013 International Journal of Computer Applications in Engineering Sciences Special Issue on Emerging Research Areas in Computing(ERAC) www.caesjournals.org

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

A SURVEY ON GESTURE RECOGNITION TECHNOLOGY

A SURVEY ON GESTURE RECOGNITION TECHNOLOGY A SURVEY ON GESTURE RECOGNITION TECHNOLOGY Deeba Kazim 1, Mohd Faisal 2 1 MCA Student, Integral University, Lucknow (India) 2 Assistant Professor, Integral University, Lucknow (india) ABSTRACT Gesture

More information

RESEARCH AND DEVELOPMENT OF DSP-BASED FACE RECOGNITION SYSTEM FOR ROBOTIC REHABILITATION NURSING BEDS

RESEARCH AND DEVELOPMENT OF DSP-BASED FACE RECOGNITION SYSTEM FOR ROBOTIC REHABILITATION NURSING BEDS RESEARCH AND DEVELOPMENT OF DSP-BASED FACE RECOGNITION SYSTEM FOR ROBOTIC REHABILITATION NURSING BEDS Ming XING and Wushan CHENG College of Mechanical Engineering, Shanghai University of Engineering Science,

More information

An Enhanced Approach in Run Length Encoding Scheme (EARLE)

An Enhanced Approach in Run Length Encoding Scheme (EARLE) An Enhanced Approach in Run Length Encoding Scheme (EARLE) A. Nagarajan, Assistant Professor, Dept of Master of Computer Applications PSNA College of Engineering &Technology Dindigul. Abstract: Image compression

More information

Pose Invariant Face Recognition

Pose Invariant Face Recognition Pose Invariant Face Recognition Fu Jie Huang Zhihua Zhou Hong-Jiang Zhang Tsuhan Chen Electrical and Computer Engineering Department Carnegie Mellon University jhuangfu@cmu.edu State Key Lab for Novel

More information

Multi-modal Human-computer Interaction

Multi-modal Human-computer Interaction Multi-modal Human-computer Interaction Attila Fazekas Attila.Fazekas@inf.unideb.hu SSIP 2008, 9 July 2008 Hungary and Debrecen Multi-modal Human-computer Interaction - 2 Debrecen Big Church Multi-modal

More information

The Behavior Evolving Model and Application of Virtual Robots

The Behavior Evolving Model and Application of Virtual Robots The Behavior Evolving Model and Application of Virtual Robots Suchul Hwang Kyungdal Cho V. Scott Gordon Inha Tech. College Inha Tech College CSUS, Sacramento 253 Yonghyundong Namku 253 Yonghyundong Namku

More information

Applied Surveillance using Biometrics on Agents Infrastructures

Applied Surveillance using Biometrics on Agents Infrastructures Applied Surveillance using Biometrics on Agents Infrastructures Manolis Sardis, Vasilis Anagnostopoulos, Nikos Doulamis National Technical University of Athens, Department of Telecommunications & Software

More information

An Efficient Approach to Face Recognition Using a Modified Center-Symmetric Local Binary Pattern (MCS-LBP)

An Efficient Approach to Face Recognition Using a Modified Center-Symmetric Local Binary Pattern (MCS-LBP) , pp.13-22 http://dx.doi.org/10.14257/ijmue.2015.10.8.02 An Efficient Approach to Face Recognition Using a Modified Center-Symmetric Local Binary Pattern (MCS-LBP) Anusha Alapati 1 and Dae-Seong Kang 1

More information