Eye Detection using Wavelets and ANN

Size: px
Start display at page:

Download "Eye Detection using Wavelets and ANN"

Transcription

1 Eye Detection using Wavelets and ANN Rakhi C. Motwani Mukesh C. Motwani Dr. Frederick C. Harris, Jr. University of Nevada, Reno Image Process Technology, Inc. University of Nevada, Reno Dept of Comp. Sci. and Engr Back Country Road Dept of Comp. Sci. & Engr. University of Nevada, Reno Reno, NV University of Nevada, Reno Reno, NV USA USA Reno, NV USA (775) (775) (775) Abstract In this paper we suggest a novel method which is robust and efficient in extracting eye windows using Wavelets and Neural Networks. Wavelet analysis is used as a pre-processor for a back propagation neural network with conjugate gradient learning. The inputs to the neural network are the wavelet maxima neighborhood coefficients of face images at a particular scale. The output of the neural network is the classification of the input into an eye or non-eye region. An accuracy of 88% is observed for test images under different environment conditions not included during training. 1. Introduction Recognition of human faces out of still images or image sequences is an actively developing research field. There are many different applications for systems coping with the problem of face localization and recognition e.g. model based video coding, face identification for security systems, gaze detection and human computer interaction. The detection and location of the face as well as the extraction of facial features from the images are crucial. Due to variations in illumination, background, visual angle and facial expressions, the problem is complex. In the first step of face recognition, the localization of facial regions within the facial contours is followed by the detection of facial features such as eyes, nose and mouth. In this paper, we describe a novel algorithm for eye detection that is robust against changes in light conditions, visual angle, and noise in addition to being low in computational cost. Many factors conspire to considerably complicate images of actual eyes: glasses, eyebrows, eyelashes, makeup, perspiration, the wide range of deformation and movement of the eyelid, different directions of gaze, and variations in lighting and viewpoint. Of even greater concern is the fact that the structure of an image of an eye varies considerably with distance and camera resolution. Even at the coarsest resolution the most significant structure is an intensity valley caused by the self-shadowing of the eye socket. One of the motivations of our work is to detect facial features for 3D modeling of the human head, which is used to estimate pose for the human-machine interaction. The following section summarizes the various techniques that have been utilized thus far in the filed of eye detection research. 2. Related Work A lot of research work has been published in the field of eye detection in the last decade. Various techniques have been proposed using texture, depth, shape and color information or combinations of these for eye detection. Vezhnevets et al. [1] focus on several landmark points (eye corners, iris border points), from which the approximate eyelid contours are estimated. The iris center and radius is detected by looking for a circle separating dark iris and bright sclera. The upper eyelid points are found using on the observation that eye border pixels are significantly darker than surrounding skin and sclera. The detected eye boundary points are filtered to remove outliers and a polynomial curve is fitted to the remaining boundary points. The lower lid is estimated from the known iris and eye corners. Reinders et al. [2] present a method where based

2 on the technique of template matching the positions of the eyes on the face image can be followed throughout a sequence of video images. To increase the robustness of the tracking scheme the method automatically generates a codebook of images representing the encountered different appearances of the eyes. Yuille et al. [3] first proposed using deformable templates in locating human eye. The weaknesses of the deformable templates are that the processing time is lengthy and success relies on the initial position of the template. Lam et al. [4] introduced the concept of eye corners to improve the deformable template approach. Saber et al. [5] and Jeng et al. [6] proposed to use facial features geometrical structure to estimate the location of eyes. Takacs et al. [7] developed iconic filter banks for detecting facial landmarks. Projection functions have also been employed to locate eye windows [9, 10, 11, 12]. Feng and Yeun [9] developed a variance projection function for locating the corner points of the eye. Zhou and Geng [10] propose a hybrid projection function to locate the eyes. By combining an integral projection function, which considers mean of intensity, and a variance projection function, which considers the variance of intensity, the hybrid function better captures the vertical variation in intensity of the eyes. Kumar et al. [11] suggest a technique in which possible eye areas are localized using a simple thresholding in color space followed by a connected component analysis to quantify spatially connected regions and further reduce the search space to determine the contending eye pair windows. Finally the mean and variance projection functions are utilized in each eye pair window to validate the presence of the eye. Feng and Yeun [12] employ multi cues for eye detection on gray images using variance projection function The most common approach employed to achieve eye detection in real-time [13, 14, 15, 16] is by using infrared lighting to capture the physiological properties of eyes and an appearance-based model to represent the eye patterns. The appearance-based approach detects eyes based on the intensity distribution of the eyes by exploiting the differences in appearance of eyes from the rest of the face. This method requires a significant number of training data to enumerate all possible appearances of eyes i.e. representing the eyes of different subjects, under different face orientations, and different illumination conditions. The collected data is used to train a classifier such as a neural net or support vector machine to achieve detection. Various other methods that have been adopted for eye detection include wavelets, principal component analysis, fuzzy logic, support vector machines, neural networks, evolutionary computation and hidden markov models. Huang and Wechsler [17] perform the task of eye detection by using optimal wavelet packets for eye representation and radial basis functions for subsequent classification of facial areas into eye and non-eye regions. Filters based on Gabor wavelets to detect eyes in gray level images are used in [18]. Talmi et al. and Pentland et al. [19, 21] use principal component analysis to describe and represent the general characteristics of human eyes with only very few dimensions. In [19] eigeneyes are calculated by applying Karhunen-Loeve-Transformation to represent the major characteristics of human eyes and are stored as reference patterns for the localization of human eyes in video images. Given a new input image of the same size, it is projected into the eigeneye space. The produced vector describes the similarity of this new image to the eigeneyes. If similarity measure (the Euclidean distance between the mean adjusted input image and its projection onto the eigeneye space) smaller than a threshold, the new image is classified as an eye region. Hjelms and Wroldsen [20] utilize Gabor Filters and PCA for eye detection. Li et al. [22] construct a fuzzy template which is based on the piecewise boundary. A judgment of eye or non-eye is made according to the similarity between the input image and eye template. In the template, the eyelid is constructed by a region of adjacent segments along the piecewise boundary. Each segment in the fuzzy template is filled with the darkest intensity value within this segment. This makes the method have invariance to slight change of eye images in size and shape and it gives the method high robustness to different illumination and resolution for input images, by increasing the contrast between eyelid region and its adjacent regions. Furthermore, histogram equalization and multi-thresholding image binarization measures are also taken to deal with

3 the problem of different illumination, contrast and resolution for input images. Huang et al. [23] employ SVM classifier to scan for possible eye locations across the whole face. Genetic algorithms have been exploited for eye detection [24] by fitting image distributions (mean, entropy and standard deviation) between training and probed image. Using evolutionary computation based methods the most likely eye locations are discovered and a model-based eye recognition component probes the suggested locations for actual eye detection. Bala et al. [25] utilize genetic algorithms for feature selection. Base features representations and visual routines for eye detection represented as decision trees are evolved. The proposed technique uses induction of decision trees for the evaluation function, in hybrid architecture. Koch et al. [26] use a neural network to scan an input window of pixels across the image, where each gray value in the input window serves as an input for the neural network. The neural network is then trained to give a high response when the input window is centered on the eye. After scanning the entire image, the position with the highest response then reveals the center position of the eye in the image. In order to allow applicability in far more general situations, i.e. covering a large variety of eye appearances, allowing rotation and scaling, and allowing different lighting conditions the eyes are located by locating micro-features, rather than entire eyes and the neural network responses are post-processed by a probabilistic method which exploits the geometrical information about the micro-features. Samaria and Harter [27] employ stochastic modeling, using Hidden Markov Models (HMMs) to holistically encode feature information. When frontal images of faces are sampled using topbottom scanning, there is a natural order in which the features appear and this is conveniently modeled using a top-bottom HMM. The HMM lead to the efficient detection of eye strips. 3. Proposed Method The system consists mainly of two stages training and detection stage. A block diagram of these two stages is shown in Figure 1. Figure 1 - Block Diagram 3.1 Acquisition Of Training Data The training data typically consists of 50 images of different persons with different hair styles, different illumination conditions and varying facial expressions. Some of the images have different states of the eye such as eyes closed. The size of the images varies from 64x64 to 256x Discrete Wavelet Transform Wavelet decomposition provides local information in both space domain and frequency domain. Despite the equal subband sizes, different subbands carry different amounts of information. The letter L stands for low frequency and the letter H stands for high frequency. The left upper band is called LL band because it contains low frequency information in both the row and column directions. The LL band is a coarser approximation to the original image containing the overall information about the whole image. The LH subband is the result of applying the filter bank column wise and extracts the facial features very well. The HL subband, which is the result of applying the filter bank row wise, extracts the outline of the face boundary very well. While the HH band shows the high frequency component of the image in non-horizontal, non-vertical directions it proved to be a redundant subband and was not considered having significant information about the face. This observation was made at all resolutions of the image. This is the first level decomposition. A CDF (2, 2) biorthogonal wavelet is used. Gabor Wavelets seem to be the most probable candidate for feature extraction. But they suffer from certain limitations i.e. they cannot be implemented using

4 Lifting Scheme and secondly the Gabor Wavelets form a non-orthogonal set thus making the computation of wavelet coefficients difficult and expensive. Special hardware is required to make the algorithm work in real time. Thus choosing a wavelet for eye detection depends on a lot of trial and error. Experiments were done with Haar and Daub4 Wavelets and no improvement in performance was observed. Discrete Wavelet Transform is recursively applied to all the images in the training data set until the lowest frequency subband is of size 32x32 pixels i.e. the LH subband at a particular level or depth of DWT is of size 32x32. The original image and it s wavelet decomposition is shown in Figure 2 and 3. The LH subband at resolution 32x32 is shown in Figure 4. Figure 2 - Original Image it was difficult even manually too to separate them. This would burden the Neural Network model and a small error in locating the eyes at this low resolution would result in a large error in locating the eyes in the original image. Figure 4 - LH subband of resolution 32x Detection of Wavelet Maxima Our approach to eye detection is based on the observation that, in intensity images eyes differ from the rest of the face because of their low intensity. Even if the eyes are closed, the darkness of the eye sockets is sufficient to extract the eye regions. These intensity peaks are well captured by the wavelet coefficients. Thus, wavelet coefficients have a high value at the coordinates surrounding the eyes. We then detect the wavelet maxima or the wavelet peaks in this LH subband of resolution 32x32. Note that several such peaks are detected, which can be the potential locations of the eyes. The intensity peaks are shown in Figure 5 and 6. Figure 5 - Wavelet Maxima Detection Figure 3 - Discrete Wavelet Transform of Original Image We take the modulus of the wavelet coefficients in the LH subband. Experiments were performed to go to a resolution even coarser than 32x32. However, it was observed that in certain cases the features would be too close to each other and Figure 6 - Subband with Peaks replaced by 3x3 neighborhood wavelet coefficients from the previous image

5 3.4 Neural Network Training The wavelet peaks detected are the center of potential eye windows. We then feed 3x3 neighborhood wavelet coefficients of each of these local maxima s in 32x32 LH subbands of all training images to a Neural Network for training. The Neural Network has 9 input nodes, 4 hidden nodes, and 2 output nodes. A diagram of the Neural Network architecture is shown in Figure 7. A (0, 1) at the output of Neural Network indicates an eye at the location of the wavelet maxima whereas (1, 0) indicates a non-eye. Two output nodes instead of one were taken to improve the performance of the Neural Network. MATLAB s Neural Network Toolbox was used for simulation of the back propagation Neural Network. A conjugate gradient learning rate of 0.7 was chosen while training. This completes the training stage. the peaks as eye or non-eye in this 32x32 subband. Thus we need to post process the image to locate the coordinates of the eyes in the image of original size. If post processing is not done the algorithm can only be used to indicate the presence of eyes in the image of original size. Post processing is necessary for the algorithm to indicate the presence of eyes in the original image. The Embedded Zero Tree (EZW) coder [29] exploits the relations between wavelet coefficients in different subbands. Figure 8 depicts the relations between wavelet coefficients in different subbands. Input Layer Layer of Output Layer Neurons Figure 8 - The relations between wavelet coefficients in different subbands Figure 7 - Neural Network Architecture 3.5 Location of Eye Coordinates In Test Image Discrete Wavelet Transform is recursively applied to the test image until the lowest frequency subband is of size 32x32 pixels i.e. the LH subband is of size 32x32. The test image size maybe an integer multiple of 64x64. The absolute values of the wavelet coefficients are taken in this subband. Wavelet peaks in this subband are detected which are location of the potential eye windows. These peaks are then replaced with 3x3 neighborhood wavelet coefficients from the previous image and then fed to the Neural Network. The Neural Network classifies each of The EZW encoder is based on two important observations i) a coefficient in a low subband can be thought of as having descendants in the next higher subband and ii) large wavelet coefficients are more important than small wavelet coefficients. EZW encoder uses the dependency between the wavelet coefficients across different scales to efficiently encode large parts of the image which are below a certain threshold. Thus, if we change the value of a larger wavelet coefficient and then take the inverse DWT of the image, the change will be reflected in the reconstructed image in the region surrounding the spatial location of the modified wavelet coefficient. This logical reasoning was verified experimentally and it was observed that if the wavelet coefficients corresponding to the location of the eyes in the LH subband of resolution 32x32 are reset to a very large negative value and then the Inverse is Discrete Wavelet Transform of the image taken, a

6 petal shaped distortion occurred at the location Figure 9 - Eyes detected of the eyes in the original image size, as shown in Figure 9. This image can be subtracted with the original image to replace the petal shaped distortion with an eye window. 4. Performance A number of experiments were done to test the robustness of the algorithm and to increase the accuracy of eye detection. Various architectures of Neural Networks with different learning rates were tried and it was found that back propagation with conjugate gradient learning seemed to be the best choice. A very high learning rate of 0.7 was chosen because the learning algorithm was getting trapped in local minima while training the network. Final training was stopped when the error graph, as shown in Figure 10, didn t show any significant fluctuation. An experiment was done in which the face was analyzed using wavelet packets and it was found that most of the information was retained by the low frequency subbands and the high frequency packets had no information. Images with different states of the eye (closed, open, half open, looking sideways, head tilted etc.) and varying eye width were chosen. The eye positions found were compared with the positions that were pointed out manually. The eyes were correctly located when its location is within two pixels, in both x and y directions, of the manually assigned point. The variation of 2 pixels is deliberately allowed, to compensate for the inaccuracies in the location of eyes during training. An accuracy of 88% was observed in the final location of the eyes. A database of 75 test images was evaluated for performance. Most of the images were from the Olivetti Research Laboratory in Cambridge, UK. All these test images were captured in totally different environment conditions and were not included while training the Neural Network. Most of the error cases occurred in images with complex background. Also there was an error in accurately determining the exact location of the eyes since a 1 pixel shift at a resolution of 32x32 corresponded to a larger shift in the exact location of the eye. In some cases the Neural Network classified only 1 peak as an eye in spite of the presence of 2 eyes in the image. In a few cases observations were made in which regions of the face not belonging to the eyes were detected as eyes. In other cases more than 2 eyes were indicated in the image. Face images with closed eyes were also tested and the eyes were located as shown in Figure 11. Figure 10 - Conjugate Training Error Curve Figure 11 - Person with closed eyes

7 In contrast, the performance of this algorithm which uses wavelets as a preprocessor to Neural Networks, the algorithm with only Neural Networks achieved an accuracy of 61% in detecting the exact location of the eyes. 5. Conclusion This paper gives a new dimension to the existing eye detection algorithms. The present algorithm is robust and at par with the other existing methods but still has a lot of scope for improvement. This paper proposed a wavelet subband approach in using Neural Networks for eye detection. Wavelet Transform is adopted to decompose an image into different subbands with different frequency components. A low frequency subband is selected for feature extraction. The proposed method is robust against illumination, background, facial expression changes and also works for images of different sizes. However, a combination of information in different frequency bands at different scales, or using multiple cues can even give better performance. Further studies in using Fuzzy Logic for data fusion of multiple cues will be our future direction. 6. References [1] Vezhnevets V., Degtiareva A., "Robust and Accurate Eye Contour Extraction", Proc. Graphicon-2003, pp , Moscow, Russia, September [2] M.J.T. Reinders, "Eye tracking by template matching using an automatic codebook generation scheme", Third annual conference of the Advanced School for Computing and Imaging, pp , Heijen, The Netherlands, June [3] A. L. Yuille, P. W. Hallinan, D. S. Cohen, Feature extraction from faces using deformable templates, International Journal of Computer Vision 8(2) (1992) [4] K. M. Lam, H. Yan, Locating and extracting the eye in human face images, Pattern Recognition, Vol. 29, No. 5 (1996) [5] E. Saber and A.M. Tekalp, "Frontal-view face detection and facial feature extraction using color, shape and symmetry based cost functions", Pattern Recognition Letters, Vol. 19, No. 8, pp , [6] Jeng, S.H., Liao, H.Y.M., Han, C.C., Chern, M.Y., Liu, Y.T., Facial Feature Detection Using Geometrical Face Model: An Efficient Approach, Pattern Recognition, Vol. 31, No. 3, March 1998, pp [7] Takacs, B., Wechsler, H., "Detection of faces and facial landmarks using iconic filter banks", Pattern Recognition, Vol. 30, No. 10, October 1997, pp [8] L. Zhang, "Estimation of eye and mouth corner point positions in a knowledge-based coding system", SPIE Vol. 2952, Digital Compression Technologies and Systems for Video Communications, Berlin, October 1996, pp [9] Feng, G.C., Yuen, P.C., Variance Projection Function and its Application to Eye Detection for Human Face Recognition, Pattern Recognition Letters, Vol. 19, July 1998, pp [10] Z.-H. Zhou and X. Geng, "Projection Functions for Eye Detection", Pattern Recognition, 2004, 37(5): [11] Kumar, Thilak R and Raja, Kumar S and Ramakrishnan, Eye detection using color cues and projection functions, Proceedings 2002 International Conference on Image Processing ICIP, pages Vol , Rochester, New York, USA. [12] Guo Can Feng and Pong C. Yuen, "Multicues eye detection on gray intensity image", Pattern Recognition. Vol 34, 2001, [13] X. Liu, F. Xu and K. Fujimura, Real-Time Eye Detection and Tracking for Driver Observation Under Various Light Conditions, IEEE Intelligent Vehicle Symposium, Versailles, France, June 18-20, 2002 [14] Zhiwei Zhu, Kikuo Fujimura, Qiang Ji, Real- Time Eye Detection and Tracking Under Various Light Conditions and Face Orientations, ACM

8 SIGCHI Symposium on Eye Tracking Research & Applications, March 25th-27th 2002, New Orleans, LA, USA. [15] A. Haro, M. Flickner, and I. Essa, "Detecting and Tracking Eyes By Using Their Physiological Properties, Dynamics, and Appearance", Proceedings IEEE CVPR 2000, Hilton Head Island, South Carolina, June [16] C. Morimoto, D. Koons, A. Amir, and M. Flickner, Real-Time Detection of Eyes and Faces, Proceedings of 1998 Workshop on Perceptual User Interfaces, pages , San Francisco, CA, November [17] J. Huang and H. Wechsler, Eye Detection Using Optimal Wavelet Packets and Radial Basis Functions (RBFs), International Journal of Pattern Recognition and Artificial Intelligence, Vol 13 No 7, 1999 [18] S. A. Sirohey and Azriel Rosenfeld, "Eye detection in a face image using linear and nonlinear filters", Pattern Recognition. Vol , [19] K. Talmi, J. Liu, Eye and Gaze Tracking for Visually Controlled Interactive Stereoscopic Displays, Signal Processing: Image Communication 14 (1999) Berlin, Germany [20] Erik Hjelms and Jrn Wroldsen, "Recognizing faces from the eyes only", Proceedings of the 11th Scandinavian Conference on Image Analysis, Support Vector Machines (SVMs), Proceeding of NATO-ASI on Face Recognition: From Theory to Applications, Springer Verlag, pp [24] Huang, J., C. Liu, and H. Wechsler, (1998). Eye Detection and Face Recognition Using Evolutionary Computation, Proceeding of NATO- ASI on Face Recognition: From Theory to Applications, Springer Verlag, pp [25] Bala, J., Huang, H., Vafaie, H., Wechsler, H., "Visual Routine for Eye Detection Using Hybrid Genetic Architectures", Proc. ICPR'96, Vienna, Austria, Vol. III, pp , 1996 [26] M.J.T. Reinders, R.W.C. Koch, and J.J. Gerbrands, Tracking facial features in image sequences using neural networks, Proceedings of the Second international conference on Automatic Face and Gesture Recognition, 1996 [27] F. S. Samaria, A. C. Harter, Parameterization of a stochastic model for human face identification, Proceedings of the 2nd IEEE Workshop on Applications of Computer Vision, Sarasota, FL, 1994, pp [28] W. Sweldens and P. Schrder, "Building your own wavelets at home", Wavelets in Computer Graphics, pp , ACM SIGGRAPH Course notes, [29] J. M. Shapiro, "Embedded image coding using zerotrees of wavelet coefficients", IEEE Trans. on Signal Processing, Vol. 41, No. 12, pp , Dec [21] A. Pentland, B. Moghaddam, T. Starner, View-based and modular eigenspaces for face recognition, Proceedings of the IEEE International Conference on Computer Vision and Pattern Recognition, Seattle, WA, 1994, pp [22] Ying Li, Xiang-lin Qi and Yun-jiu Wang, Eye detection using fuzzy template matching and feature-parameter-based judgement, Pattern Recognition Letters, Volume 22, Issue 10, pp , Aug [23] Huang, J., D. Ii, X. Shao, and H. Wechsler, Pose Discrimination and Eye Detection Using

An Automatic Face Recognition System in the Near Infrared Spectrum

An Automatic Face Recognition System in the Near Infrared Spectrum An Automatic Face Recognition System in the Near Infrared Spectrum Shuyan Zhao and Rolf-Rainer Grigat Technical University Hamburg Harburg Vision Systems, 4-08/1 Harburger Schloßstr 20 21079 Hamburg, Germany

More information

A Robust and Efficient Algorithm for Eye Detection on Gray Intensity Face

A Robust and Efficient Algorithm for Eye Detection on Gray Intensity Face A Robust and Efficient Algorithm for Eye Detection on Gray Intensity Face Kun Peng 1, Liming Chen 1, Su Ruan 2, and Georgy Kukharev 3 1 Laboratoire d'informatique en Images et Systems d'information (LIRIS),

More information

Projection Functions for Eye Detection

Projection Functions for Eye Detection Projection Functions for Eye Detection Zhi-Hua Zhou* and Xin Geng State Key Laboratory for Novel Software Technology, Nanjing University, Nanjing 20093, China Abstract In this paper, the generalized projection

More information

EYE DETECTION USING WAVELETS AND ANN

EYE DETECTION USING WAVELETS AND ANN EYE DETECTION USING WAVELETS AND ANN A THESIS SUBMITTED IN PARTIAL FULFILLMENT OF THE REQUIREMENTS FOR THE DEGREE OF Bachelor of Technology In Electronics & Instrumentation Engineering By DIPTI RANJAN

More information

Eye Detection System using Orientation Histogram

Eye Detection System using Orientation Histogram Eye Detection System using Orientation Histogram Nwe Ni San, Nyein Aye Abstract Face alignment is an important issue in face recognition systems. The performance of the face recognition system depends

More information

CHAPTER 3 DIFFERENT DOMAINS OF WATERMARKING. domain. In spatial domain the watermark bits directly added to the pixels of the cover

CHAPTER 3 DIFFERENT DOMAINS OF WATERMARKING. domain. In spatial domain the watermark bits directly added to the pixels of the cover 38 CHAPTER 3 DIFFERENT DOMAINS OF WATERMARKING Digital image watermarking can be done in both spatial domain and transform domain. In spatial domain the watermark bits directly added to the pixels of the

More information

A Hierarchical Face Identification System Based on Facial Components

A Hierarchical Face Identification System Based on Facial Components A Hierarchical Face Identification System Based on Facial Components Mehrtash T. Harandi, Majid Nili Ahmadabadi, and Babak N. Araabi Control and Intelligent Processing Center of Excellence Department of

More information

Eye detection, face detection, face recognition, line edge map, primary line segment Hausdorff distance.

Eye detection, face detection, face recognition, line edge map, primary line segment Hausdorff distance. Eye Detection using Line Edge Map Template Mihir Jain, Suman K. Mitra, Naresh D. Jotwani Dhirubhai Institute of Information and Communication Technology, Near Indroda Circle Gandhinagar,India mihir_jain@daiict.ac.in,

More information

Region Segmentation for Facial Image Compression

Region Segmentation for Facial Image Compression Region Segmentation for Facial Image Compression Alexander Tropf and Douglas Chai Visual Information Processing Research Group School of Engineering and Mathematics, Edith Cowan University Perth, Australia

More information

Face Detection and Recognition in an Image Sequence using Eigenedginess

Face Detection and Recognition in an Image Sequence using Eigenedginess Face Detection and Recognition in an Image Sequence using Eigenedginess B S Venkatesh, S Palanivel and B Yegnanarayana Department of Computer Science and Engineering. Indian Institute of Technology, Madras

More information

Image-Based Face Recognition using Global Features

Image-Based Face Recognition using Global Features Image-Based Face Recognition using Global Features Xiaoyin xu Research Centre for Integrated Microsystems Electrical and Computer Engineering University of Windsor Supervisors: Dr. Ahmadi May 13, 2005

More information

Critique: Efficient Iris Recognition by Characterizing Key Local Variations

Critique: Efficient Iris Recognition by Characterizing Key Local Variations Critique: Efficient Iris Recognition by Characterizing Key Local Variations Authors: L. Ma, T. Tan, Y. Wang, D. Zhang Published: IEEE Transactions on Image Processing, Vol. 13, No. 6 Critique By: Christopher

More information

Multi-focus Image Fusion Using Stationary Wavelet Transform (SWT) with Principal Component Analysis (PCA)

Multi-focus Image Fusion Using Stationary Wavelet Transform (SWT) with Principal Component Analysis (PCA) Multi-focus Image Fusion Using Stationary Wavelet Transform (SWT) with Principal Component Analysis (PCA) Samet Aymaz 1, Cemal Köse 1 1 Department of Computer Engineering, Karadeniz Technical University,

More information

Face Alignment Under Various Poses and Expressions

Face Alignment Under Various Poses and Expressions Face Alignment Under Various Poses and Expressions Shengjun Xin and Haizhou Ai Computer Science and Technology Department, Tsinghua University, Beijing 100084, China ahz@mail.tsinghua.edu.cn Abstract.

More information

Image Enhancement Techniques for Fingerprint Identification

Image Enhancement Techniques for Fingerprint Identification March 2013 1 Image Enhancement Techniques for Fingerprint Identification Pankaj Deshmukh, Siraj Pathan, Riyaz Pathan Abstract The aim of this paper is to propose a new method in fingerprint enhancement

More information

Illumination Invariant Face Recognition Based on Neural Network Ensemble

Illumination Invariant Face Recognition Based on Neural Network Ensemble Invariant Face Recognition Based on Network Ensemble Wu-Jun Li 1, Chong-Jun Wang 1, Dian-Xiang Xu 2, and Shi-Fu Chen 1 1 National Laboratory for Novel Software Technology Nanjing University, Nanjing 210093,

More information

Eye Detection by Haar wavelets and cascaded Support Vector Machine

Eye Detection by Haar wavelets and cascaded Support Vector Machine Eye Detection by Haar wavelets and cascaded Support Vector Machine Vishal Agrawal B.Tech 4th Year Guide: Simant Dubey / Amitabha Mukherjee Dept of Computer Science and Engineering IIT Kanpur - 208 016

More information

A STUDY OF FEATURES EXTRACTION ALGORITHMS FOR HUMAN FACE RECOGNITION

A STUDY OF FEATURES EXTRACTION ALGORITHMS FOR HUMAN FACE RECOGNITION A STUDY OF FEATURES EXTRACTION ALGORITHMS FOR HUMAN FACE RECOGNITION Ismaila W. O. Adetunji A. B. Falohun A. S. Ladoke Akintola University of Technology, Ogbomoso Iwashokun G. B. Federal University of

More information

Face Recognition Using Vector Quantization Histogram and Support Vector Machine Classifier Rong-sheng LI, Fei-fei LEE *, Yan YAN and Qiu CHEN

Face Recognition Using Vector Quantization Histogram and Support Vector Machine Classifier Rong-sheng LI, Fei-fei LEE *, Yan YAN and Qiu CHEN 2016 International Conference on Artificial Intelligence: Techniques and Applications (AITA 2016) ISBN: 978-1-60595-389-2 Face Recognition Using Vector Quantization Histogram and Support Vector Machine

More information

Tutorial 8. Jun Xu, Teaching Asistant March 30, COMP4134 Biometrics Authentication

Tutorial 8. Jun Xu, Teaching Asistant March 30, COMP4134 Biometrics Authentication Tutorial 8 Jun Xu, Teaching Asistant csjunxu@comp.polyu.edu.hk COMP4134 Biometrics Authentication March 30, 2017 Table of Contents Problems Problem 1: Answer The Questions Problem 2: Daugman s Method Problem

More information

Face Recognition using Principle Component Analysis, Eigenface and Neural Network

Face Recognition using Principle Component Analysis, Eigenface and Neural Network Face Recognition using Principle Component Analysis, Eigenface and Neural Network Mayank Agarwal Student Member IEEE Noida,India mayank.agarwal@ieee.org Nikunj Jain Student Noida,India nikunj262@gmail.com

More information

Texture Analysis of Painted Strokes 1) Martin Lettner, Paul Kammerer, Robert Sablatnig

Texture Analysis of Painted Strokes 1) Martin Lettner, Paul Kammerer, Robert Sablatnig Texture Analysis of Painted Strokes 1) Martin Lettner, Paul Kammerer, Robert Sablatnig Vienna University of Technology, Institute of Computer Aided Automation, Pattern Recognition and Image Processing

More information

IMPROVED FACE RECOGNITION USING ICP TECHNIQUES INCAMERA SURVEILLANCE SYSTEMS. Kirthiga, M.E-Communication system, PREC, Thanjavur

IMPROVED FACE RECOGNITION USING ICP TECHNIQUES INCAMERA SURVEILLANCE SYSTEMS. Kirthiga, M.E-Communication system, PREC, Thanjavur IMPROVED FACE RECOGNITION USING ICP TECHNIQUES INCAMERA SURVEILLANCE SYSTEMS Kirthiga, M.E-Communication system, PREC, Thanjavur R.Kannan,Assistant professor,prec Abstract: Face Recognition is important

More information

Eyes extraction from facial images using edge density

Eyes extraction from facial images using edge density Loughborough University Institutional Repository Eyes extraction from facial images using edge density This item was submitted to Loughborough University's Institutional Repository by the/an author. Citation:

More information

FACE RECOGNITION USING FUZZY NEURAL NETWORK

FACE RECOGNITION USING FUZZY NEURAL NETWORK FACE RECOGNITION USING FUZZY NEURAL NETWORK TADI.CHANDRASEKHAR Research Scholar, Dept. of ECE, GITAM University, Vishakapatnam, AndraPradesh Assoc. Prof., Dept. of. ECE, GIET Engineering College, Vishakapatnam,

More information

Color Local Texture Features Based Face Recognition

Color Local Texture Features Based Face Recognition Color Local Texture Features Based Face Recognition Priyanka V. Bankar Department of Electronics and Communication Engineering SKN Sinhgad College of Engineering, Korti, Pandharpur, Maharashtra, India

More information

Digital Vision Face recognition

Digital Vision Face recognition Ulrik Söderström ulrik.soderstrom@tfe.umu.se 27 May 2007 Digital Vision Face recognition 1 Faces Faces are integral to human interaction Manual facial recognition is already used in everyday authentication

More information

LOCAL APPEARANCE BASED FACE RECOGNITION USING DISCRETE COSINE TRANSFORM

LOCAL APPEARANCE BASED FACE RECOGNITION USING DISCRETE COSINE TRANSFORM LOCAL APPEARANCE BASED FACE RECOGNITION USING DISCRETE COSINE TRANSFORM Hazim Kemal Ekenel, Rainer Stiefelhagen Interactive Systems Labs, University of Karlsruhe Am Fasanengarten 5, 76131, Karlsruhe, Germany

More information

Image Classification Using Wavelet Coefficients in Low-pass Bands

Image Classification Using Wavelet Coefficients in Low-pass Bands Proceedings of International Joint Conference on Neural Networks, Orlando, Florida, USA, August -7, 007 Image Classification Using Wavelet Coefficients in Low-pass Bands Weibao Zou, Member, IEEE, and Yan

More information

TEXT DETECTION AND RECOGNITION IN CAMERA BASED IMAGES

TEXT DETECTION AND RECOGNITION IN CAMERA BASED IMAGES TEXT DETECTION AND RECOGNITION IN CAMERA BASED IMAGES Mr. Vishal A Kanjariya*, Mrs. Bhavika N Patel Lecturer, Computer Engineering Department, B & B Institute of Technology, Anand, Gujarat, India. ABSTRACT:

More information

A Survey on Feature Extraction Techniques for Palmprint Identification

A Survey on Feature Extraction Techniques for Palmprint Identification International Journal Of Computational Engineering Research (ijceronline.com) Vol. 03 Issue. 12 A Survey on Feature Extraction Techniques for Palmprint Identification Sincy John 1, Kumudha Raimond 2 1

More information

Palmprint Recognition Using Transform Domain and Spatial Domain Techniques

Palmprint Recognition Using Transform Domain and Spatial Domain Techniques Palmprint Recognition Using Transform Domain and Spatial Domain Techniques Jayshri P. Patil 1, Chhaya Nayak 2 1# P. G. Student, M. Tech. Computer Science and Engineering, 2* HOD, M. Tech. Computer Science

More information

Combined Histogram-based Features of DCT Coefficients in Low-frequency Domains for Face Recognition

Combined Histogram-based Features of DCT Coefficients in Low-frequency Domains for Face Recognition Combined Histogram-based Features of DCT Coefficients in Low-frequency Domains for Face Recognition Qiu Chen, Koji Kotani *, Feifei Lee, and Tadahiro Ohmi New Industry Creation Hatchery Center, Tohoku

More information

Adaptive Quantization for Video Compression in Frequency Domain

Adaptive Quantization for Video Compression in Frequency Domain Adaptive Quantization for Video Compression in Frequency Domain *Aree A. Mohammed and **Alan A. Abdulla * Computer Science Department ** Mathematic Department University of Sulaimani P.O.Box: 334 Sulaimani

More information

Eye characteristic detection and gaze direction calculation in gaze tracking system

Eye characteristic detection and gaze direction calculation in gaze tracking system 24 9 Vol. 24 No. 9 Cont rol an d Decision 2009 9 Sep. 2009 : 100120920 (2009) 0921345206,,,, (, 100083) :., ;, ;., ;.. : ; ; ; : TP391. 41 : A Eye characteristic detection and gaze direction calculation

More information

A robust method for eye features extraction on color image

A robust method for eye features extraction on color image Pattern Recognition Letters 26 (2005) 2252 2261 www.elsevier.com/locate/patrec A robust method for eye features extraction on color image Zhonglong Zheng a,b, *, Jie Yang a, Limin Yang a a Department of

More information

FACE RECOGNITION USING INDEPENDENT COMPONENT

FACE RECOGNITION USING INDEPENDENT COMPONENT Chapter 5 FACE RECOGNITION USING INDEPENDENT COMPONENT ANALYSIS OF GABORJET (GABORJET-ICA) 5.1 INTRODUCTION PCA is probably the most widely used subspace projection technique for face recognition. A major

More information

Recognition of Non-symmetric Faces Using Principal Component Analysis

Recognition of Non-symmetric Faces Using Principal Component Analysis Recognition of Non-symmetric Faces Using Principal Component Analysis N. Krishnan Centre for Information Technology & Engineering Manonmaniam Sundaranar University, Tirunelveli-627012, India Krishnan17563@yahoo.com

More information

An Adaptive Threshold LBP Algorithm for Face Recognition

An Adaptive Threshold LBP Algorithm for Face Recognition An Adaptive Threshold LBP Algorithm for Face Recognition Xiaoping Jiang 1, Chuyu Guo 1,*, Hua Zhang 1, and Chenghua Li 1 1 College of Electronics and Information Engineering, Hubei Key Laboratory of Intelligent

More information

A Survey of Light Source Detection Methods

A Survey of Light Source Detection Methods A Survey of Light Source Detection Methods Nathan Funk University of Alberta Mini-Project for CMPUT 603 November 30, 2003 Abstract This paper provides an overview of the most prominent techniques for light

More information

IRIS SEGMENTATION OF NON-IDEAL IMAGES

IRIS SEGMENTATION OF NON-IDEAL IMAGES IRIS SEGMENTATION OF NON-IDEAL IMAGES William S. Weld St. Lawrence University Computer Science Department Canton, NY 13617 Xiaojun Qi, Ph.D Utah State University Computer Science Department Logan, UT 84322

More information

A NEW ROBUST IMAGE WATERMARKING SCHEME BASED ON DWT WITH SVD

A NEW ROBUST IMAGE WATERMARKING SCHEME BASED ON DWT WITH SVD A NEW ROBUST IMAGE WATERMARKING SCHEME BASED ON WITH S.Shanmugaprabha PG Scholar, Dept of Computer Science & Engineering VMKV Engineering College, Salem India N.Malmurugan Director Sri Ranganathar Institute

More information

Human Detection. A state-of-the-art survey. Mohammad Dorgham. University of Hamburg

Human Detection. A state-of-the-art survey. Mohammad Dorgham. University of Hamburg Human Detection A state-of-the-art survey Mohammad Dorgham University of Hamburg Presentation outline Motivation Applications Overview of approaches (categorized) Approaches details References Motivation

More information

Component-based Face Recognition with 3D Morphable Models

Component-based Face Recognition with 3D Morphable Models Component-based Face Recognition with 3D Morphable Models Jennifer Huang 1, Bernd Heisele 1,2, and Volker Blanz 3 1 Center for Biological and Computational Learning, M.I.T., Cambridge, MA, USA 2 Honda

More information

Face Recognition Technology Based On Image Processing Chen Xin, Yajuan Li, Zhimin Tian

Face Recognition Technology Based On Image Processing Chen Xin, Yajuan Li, Zhimin Tian 4th International Conference on Machinery, Materials and Computing Technology (ICMMCT 2016) Face Recognition Technology Based On Image Processing Chen Xin, Yajuan Li, Zhimin Tian Hebei Engineering and

More information

Automatic Texture Segmentation for Texture-based Image Retrieval

Automatic Texture Segmentation for Texture-based Image Retrieval Automatic Texture Segmentation for Texture-based Image Retrieval Ying Liu, Xiaofang Zhou School of ITEE, The University of Queensland, Queensland, 4072, Australia liuy@itee.uq.edu.au, zxf@itee.uq.edu.au

More information

Spatial Frequency Domain Methods for Face and Iris Recognition

Spatial Frequency Domain Methods for Face and Iris Recognition Spatial Frequency Domain Methods for Face and Iris Recognition Dept. of Electrical and Computer Engineering Carnegie Mellon University Pittsburgh, PA 15213 e-mail: Kumar@ece.cmu.edu Tel.: (412) 268-3026

More information

IMAGE PROCESSING USING DISCRETE WAVELET TRANSFORM

IMAGE PROCESSING USING DISCRETE WAVELET TRANSFORM IMAGE PROCESSING USING DISCRETE WAVELET TRANSFORM Prabhjot kour Pursuing M.Tech in vlsi design from Audisankara College of Engineering ABSTRACT The quality and the size of image data is constantly increasing.

More information

On Modeling Variations for Face Authentication

On Modeling Variations for Face Authentication On Modeling Variations for Face Authentication Xiaoming Liu Tsuhan Chen B.V.K. Vijaya Kumar Department of Electrical and Computer Engineering, Carnegie Mellon University, Pittsburgh, PA 15213 xiaoming@andrew.cmu.edu

More information

Reversible Wavelets for Embedded Image Compression. Sri Rama Prasanna Pavani Electrical and Computer Engineering, CU Boulder

Reversible Wavelets for Embedded Image Compression. Sri Rama Prasanna Pavani Electrical and Computer Engineering, CU Boulder Reversible Wavelets for Embedded Image Compression Sri Rama Prasanna Pavani Electrical and Computer Engineering, CU Boulder pavani@colorado.edu APPM 7400 - Wavelets and Imaging Prof. Gregory Beylkin -

More information

From Gaze to Focus of Attention

From Gaze to Focus of Attention From Gaze to Focus of Attention Rainer Stiefelhagen, Michael Finke, Jie Yang, Alex Waibel stiefel@ira.uka.de, finkem@cs.cmu.edu, yang+@cs.cmu.edu, ahw@cs.cmu.edu Interactive Systems Laboratories University

More information

Learning to Recognize Faces in Realistic Conditions

Learning to Recognize Faces in Realistic Conditions 000 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017 018 019 020 021 022 023 024 025 026 027 028 029 030 031 032 033 034 035 036 037 038 039 040 041 042 043 044 045 046 047 048 049 050

More information

Robust Face Detection Based on Convolutional Neural Networks

Robust Face Detection Based on Convolutional Neural Networks Robust Face Detection Based on Convolutional Neural Networks M. Delakis and C. Garcia Department of Computer Science, University of Crete P.O. Box 2208, 71409 Heraklion, Greece {delakis, cgarcia}@csd.uoc.gr

More information

A Hybrid Face Detection System using combination of Appearance-based and Feature-based methods

A Hybrid Face Detection System using combination of Appearance-based and Feature-based methods IJCSNS International Journal of Computer Science and Network Security, VOL.9 No.5, May 2009 181 A Hybrid Face Detection System using combination of Appearance-based and Feature-based methods Zahra Sadri

More information

Feature Based Watermarking Algorithm by Adopting Arnold Transform

Feature Based Watermarking Algorithm by Adopting Arnold Transform Feature Based Watermarking Algorithm by Adopting Arnold Transform S.S. Sujatha 1 and M. Mohamed Sathik 2 1 Assistant Professor in Computer Science, S.T. Hindu College, Nagercoil, Tamilnadu, India 2 Associate

More information

Scene Text Detection Using Machine Learning Classifiers

Scene Text Detection Using Machine Learning Classifiers 601 Scene Text Detection Using Machine Learning Classifiers Nafla C.N. 1, Sneha K. 2, Divya K.P. 3 1 (Department of CSE, RCET, Akkikkvu, Thrissur) 2 (Department of CSE, RCET, Akkikkvu, Thrissur) 3 (Department

More information

A Novel Algorithm for Color Image matching using Wavelet-SIFT

A Novel Algorithm for Color Image matching using Wavelet-SIFT International Journal of Scientific and Research Publications, Volume 5, Issue 1, January 2015 1 A Novel Algorithm for Color Image matching using Wavelet-SIFT Mupuri Prasanth Babu *, P. Ravi Shankar **

More information

Review and Implementation of DWT based Scalable Video Coding with Scalable Motion Coding.

Review and Implementation of DWT based Scalable Video Coding with Scalable Motion Coding. Project Title: Review and Implementation of DWT based Scalable Video Coding with Scalable Motion Coding. Midterm Report CS 584 Multimedia Communications Submitted by: Syed Jawwad Bukhari 2004-03-0028 About

More information

Mingle Face Detection using Adaptive Thresholding and Hybrid Median Filter

Mingle Face Detection using Adaptive Thresholding and Hybrid Median Filter Mingle Face Detection using Adaptive Thresholding and Hybrid Median Filter Amandeep Kaur Department of Computer Science and Engg Guru Nanak Dev University Amritsar, India-143005 ABSTRACT Face detection

More information

Comparison of Digital Image Watermarking Algorithms. Xu Zhou Colorado School of Mines December 1, 2014

Comparison of Digital Image Watermarking Algorithms. Xu Zhou Colorado School of Mines December 1, 2014 Comparison of Digital Image Watermarking Algorithms Xu Zhou Colorado School of Mines December 1, 2014 Outlier Introduction Background on digital image watermarking Comparison of several algorithms Experimental

More information

Haresh D. Chande #, Zankhana H. Shah *

Haresh D. Chande #, Zankhana H. Shah * Illumination Invariant Face Recognition System Haresh D. Chande #, Zankhana H. Shah * # Computer Engineering Department, Birla Vishvakarma Mahavidyalaya, Gujarat Technological University, India * Information

More information

Image Fusion Using Double Density Discrete Wavelet Transform

Image Fusion Using Double Density Discrete Wavelet Transform 6 Image Fusion Using Double Density Discrete Wavelet Transform 1 Jyoti Pujar 2 R R Itkarkar 1,2 Dept. of Electronics& Telecommunication Rajarshi Shahu College of Engineeing, Pune-33 Abstract - Image fusion

More information

Face Quality Assessment System in Video Sequences

Face Quality Assessment System in Video Sequences Face Quality Assessment System in Video Sequences Kamal Nasrollahi, Thomas B. Moeslund Laboratory of Computer Vision and Media Technology, Aalborg University Niels Jernes Vej 14, 9220 Aalborg Øst, Denmark

More information

Face recognition using Singular Value Decomposition and Hidden Markov Models

Face recognition using Singular Value Decomposition and Hidden Markov Models Face recognition using Singular Value Decomposition and Hidden Markov Models PETYA DINKOVA 1, PETIA GEORGIEVA 2, MARIOFANNA MILANOVA 3 1 Technical University of Sofia, Bulgaria 2 DETI, University of Aveiro,

More information

A face recognition system based on local feature analysis

A face recognition system based on local feature analysis A face recognition system based on local feature analysis Stefano Arca, Paola Campadelli, Raffaella Lanzarotti Dipartimento di Scienze dell Informazione Università degli Studi di Milano Via Comelico, 39/41

More information

Compression of RADARSAT Data with Block Adaptive Wavelets Abstract: 1. Introduction

Compression of RADARSAT Data with Block Adaptive Wavelets Abstract: 1. Introduction Compression of RADARSAT Data with Block Adaptive Wavelets Ian Cumming and Jing Wang Department of Electrical and Computer Engineering The University of British Columbia 2356 Main Mall, Vancouver, BC, Canada

More information

AN EXAMINING FACE RECOGNITION BY LOCAL DIRECTIONAL NUMBER PATTERN (Image Processing)

AN EXAMINING FACE RECOGNITION BY LOCAL DIRECTIONAL NUMBER PATTERN (Image Processing) AN EXAMINING FACE RECOGNITION BY LOCAL DIRECTIONAL NUMBER PATTERN (Image Processing) J.Nithya 1, P.Sathyasutha2 1,2 Assistant Professor,Gnanamani College of Engineering, Namakkal, Tamil Nadu, India ABSTRACT

More information

Pupil Localization Algorithm based on Hough Transform and Harris Corner Detection

Pupil Localization Algorithm based on Hough Transform and Harris Corner Detection Pupil Localization Algorithm based on Hough Transform and Harris Corner Detection 1 Chongqing University of Technology Electronic Information and Automation College Chongqing, 400054, China E-mail: zh_lian@cqut.edu.cn

More information

The Method of User s Identification Using the Fusion of Wavelet Transform and Hidden Markov Models

The Method of User s Identification Using the Fusion of Wavelet Transform and Hidden Markov Models The Method of User s Identification Using the Fusion of Wavelet Transform and Hidden Markov Models Janusz Bobulski Czȩstochowa University of Technology, Institute of Computer and Information Sciences,

More information

Image enhancement for face recognition using color segmentation and Edge detection algorithm

Image enhancement for face recognition using color segmentation and Edge detection algorithm Image enhancement for face recognition using color segmentation and Edge detection algorithm 1 Dr. K Perumal and 2 N Saravana Perumal 1 Computer Centre, Madurai Kamaraj University, Madurai-625021, Tamilnadu,

More information

A Study on Similarity Computations in Template Matching Technique for Identity Verification

A Study on Similarity Computations in Template Matching Technique for Identity Verification A Study on Similarity Computations in Template Matching Technique for Identity Verification Lam, S. K., Yeong, C. Y., Yew, C. T., Chai, W. S., Suandi, S. A. Intelligent Biometric Group, School of Electrical

More information

A GENERIC FACE REPRESENTATION APPROACH FOR LOCAL APPEARANCE BASED FACE VERIFICATION

A GENERIC FACE REPRESENTATION APPROACH FOR LOCAL APPEARANCE BASED FACE VERIFICATION A GENERIC FACE REPRESENTATION APPROACH FOR LOCAL APPEARANCE BASED FACE VERIFICATION Hazim Kemal Ekenel, Rainer Stiefelhagen Interactive Systems Labs, Universität Karlsruhe (TH) 76131 Karlsruhe, Germany

More information

Illumination-Robust Face Recognition based on Gabor Feature Face Intrinsic Identity PCA Model

Illumination-Robust Face Recognition based on Gabor Feature Face Intrinsic Identity PCA Model Illumination-Robust Face Recognition based on Gabor Feature Face Intrinsic Identity PCA Model TAE IN SEOL*, SUN-TAE CHUNG*, SUNHO KI**, SEONGWON CHO**, YUN-KWANG HONG*** *School of Electronic Engineering

More information

CORRELATION BASED CAR NUMBER PLATE EXTRACTION SYSTEM

CORRELATION BASED CAR NUMBER PLATE EXTRACTION SYSTEM CORRELATION BASED CAR NUMBER PLATE EXTRACTION SYSTEM 1 PHYO THET KHIN, 2 LAI LAI WIN KYI 1,2 Department of Information Technology, Mandalay Technological University The Republic of the Union of Myanmar

More information

International Journal of Electrical, Electronics ISSN No. (Online): and Computer Engineering 3(2): 85-90(2014)

International Journal of Electrical, Electronics ISSN No. (Online): and Computer Engineering 3(2): 85-90(2014) I J E E E C International Journal of Electrical, Electronics ISSN No. (Online): 2277-2626 Computer Engineering 3(2): 85-90(2014) Robust Approach to Recognize Localize Text from Natural Scene Images Khushbu

More information

Performance Evaluation of Fusion of Infrared and Visible Images

Performance Evaluation of Fusion of Infrared and Visible Images Performance Evaluation of Fusion of Infrared and Visible Images Suhas S, CISCO, Outer Ring Road, Marthalli, Bangalore-560087 Yashas M V, TEK SYSTEMS, Bannerghatta Road, NS Palya, Bangalore-560076 Dr. Rohini

More information

Hybrid Face Recognition and Classification System for Real Time Environment

Hybrid Face Recognition and Classification System for Real Time Environment Hybrid Face Recognition and Classification System for Real Time Environment Dr.Matheel E. Abdulmunem Department of Computer Science University of Technology, Baghdad, Iraq. Fatima B. Ibrahim Department

More information

CHAPTER 5 GLOBAL AND LOCAL FEATURES FOR FACE RECOGNITION

CHAPTER 5 GLOBAL AND LOCAL FEATURES FOR FACE RECOGNITION 122 CHAPTER 5 GLOBAL AND LOCAL FEATURES FOR FACE RECOGNITION 5.1 INTRODUCTION Face recognition, means checking for the presence of a face from a database that contains many faces and could be performed

More information

Learning based face hallucination techniques: A survey

Learning based face hallucination techniques: A survey Vol. 3 (2014-15) pp. 37-45. : A survey Premitha Premnath K Department of Computer Science & Engineering Vidya Academy of Science & Technology Thrissur - 680501, Kerala, India (email: premithakpnath@gmail.com)

More information

An algorithm of lips secondary positioning and feature extraction based on YCbCr color space SHEN Xian-geng 1, WU Wei 2

An algorithm of lips secondary positioning and feature extraction based on YCbCr color space SHEN Xian-geng 1, WU Wei 2 International Conference on Advances in Mechanical Engineering and Industrial Informatics (AMEII 015) An algorithm of lips secondary positioning and feature extraction based on YCbCr color space SHEN Xian-geng

More information

Video Inter-frame Forgery Identification Based on Optical Flow Consistency

Video Inter-frame Forgery Identification Based on Optical Flow Consistency Sensors & Transducers 24 by IFSA Publishing, S. L. http://www.sensorsportal.com Video Inter-frame Forgery Identification Based on Optical Flow Consistency Qi Wang, Zhaohong Li, Zhenzhen Zhang, Qinglong

More information

Optimized Progressive Coding of Stereo Images Using Discrete Wavelet Transform

Optimized Progressive Coding of Stereo Images Using Discrete Wavelet Transform Optimized Progressive Coding of Stereo Images Using Discrete Wavelet Transform Torsten Palfner, Alexander Mali and Erika Müller Institute of Telecommunications and Information Technology, University of

More information

Improving License Plate Recognition Rate using Hybrid Algorithms

Improving License Plate Recognition Rate using Hybrid Algorithms Improving License Plate Recognition Rate using Hybrid Algorithms 1 Anjli Varghese, 2 R Srikantaswamy 1,2 Dept. of Electronics and Communication Engineering, Siddaganga Institute of Technology, Tumakuru,

More information

Discrete Wavelet Transform in Face Recognition

Discrete Wavelet Transform in Face Recognition Discrete Wavelet Transform in Face Recognition Mrs. Pallavi D.Wadkar 1, Mr. Jitendra M.Bakliwal 2 and Mrs. Megha Wankhade 3 1 Assistant Professor, Department of Electronics and Telecommunication,University

More information

A New Feature Local Binary Patterns (FLBP) Method

A New Feature Local Binary Patterns (FLBP) Method A New Feature Local Binary Patterns (FLBP) Method Jiayu Gu and Chengjun Liu The Department of Computer Science, New Jersey Institute of Technology, Newark, NJ 07102, USA Abstract - This paper presents

More information

Improving Latent Fingerprint Matching Performance by Orientation Field Estimation using Localized Dictionaries

Improving Latent Fingerprint Matching Performance by Orientation Field Estimation using Localized Dictionaries Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 11, November 2014,

More information

Dual-state Parametric Eye Tracking

Dual-state Parametric Eye Tracking Dual-state Parametric Eye Tracking Ying-li Tian 1;3 Takeo Kanade 1 and Jeffrey F. Cohn 1;2 1 Robotics Institute, Carnegie Mellon University, Pittsburgh, PA 15213 2 Department of Psychology, University

More information

Non-rigid body Object Tracking using Fuzzy Neural System based on Multiple ROIs and Adaptive Motion Frame Method

Non-rigid body Object Tracking using Fuzzy Neural System based on Multiple ROIs and Adaptive Motion Frame Method Proceedings of the 2009 IEEE International Conference on Systems, Man, and Cybernetics San Antonio, TX, USA - October 2009 Non-rigid body Object Tracking using Fuzzy Neural System based on Multiple ROIs

More information

A Laplacian Based Novel Approach to Efficient Text Localization in Grayscale Images

A Laplacian Based Novel Approach to Efficient Text Localization in Grayscale Images A Laplacian Based Novel Approach to Efficient Text Localization in Grayscale Images Karthik Ram K.V & Mahantesh K Department of Electronics and Communication Engineering, SJB Institute of Technology, Bangalore,

More information

Robust face recognition under the polar coordinate system

Robust face recognition under the polar coordinate system Robust face recognition under the polar coordinate system Jae Hyun Oh and Nojun Kwak Department of Electrical & Computer Engineering, Ajou University, Suwon, Korea Abstract In this paper, we propose a

More information

Countermeasure for the Protection of Face Recognition Systems Against Mask Attacks

Countermeasure for the Protection of Face Recognition Systems Against Mask Attacks Countermeasure for the Protection of Face Recognition Systems Against Mask Attacks Neslihan Kose, Jean-Luc Dugelay Multimedia Department EURECOM Sophia-Antipolis, France {neslihan.kose, jean-luc.dugelay}@eurecom.fr

More information

A 3-D Virtual SPIHT for Scalable Very Low Bit-Rate Embedded Video Compression

A 3-D Virtual SPIHT for Scalable Very Low Bit-Rate Embedded Video Compression A 3-D Virtual SPIHT for Scalable Very Low Bit-Rate Embedded Video Compression Habibollah Danyali and Alfred Mertins University of Wollongong School of Electrical, Computer and Telecommunications Engineering

More information

Journal of Industrial Engineering Research

Journal of Industrial Engineering Research IWNEST PUBLISHER Journal of Industrial Engineering Research (ISSN: 2077-4559) Journal home page: http://www.iwnest.com/aace/ Mammogram Image Segmentation Using voronoi Diagram Properties Dr. J. Subash

More information

Illumination invariant face recognition and impostor rejection using different MINACE filter algorithms

Illumination invariant face recognition and impostor rejection using different MINACE filter algorithms Illumination invariant face recognition and impostor rejection using different MINACE filter algorithms Rohit Patnaik and David Casasent Dept. of Electrical and Computer Engineering, Carnegie Mellon University,

More information

Gender Classification Technique Based on Facial Features using Neural Network

Gender Classification Technique Based on Facial Features using Neural Network Gender Classification Technique Based on Facial Features using Neural Network Anushri Jaswante Dr. Asif Ullah Khan Dr. Bhupesh Gour Computer Science & Engineering, Rajiv Gandhi Proudyogiki Vishwavidyalaya,

More information

Adaptive Fuzzy Watermarking for 3D Models

Adaptive Fuzzy Watermarking for 3D Models International Conference on Computational Intelligence and Multimedia Applications 2007 Adaptive Fuzzy Watermarking for 3D Models Mukesh Motwani.*, Nikhil Beke +, Abhijit Bhoite +, Pushkar Apte +, Frederick

More information

Automatic Mouth Localization Using Edge Projection

Automatic Mouth Localization Using Edge Projection Journal of Computer Science 6 (7): 679-683, 2010 ISSN 1549-3636 2010 Science Publications Automatic Mouth Localization Using Edge Projection Mohamed izon Department of Biomedical Technology, King Saud

More information

Estimation of eye and mouth corner point positions in a knowledge based coding system

Estimation of eye and mouth corner point positions in a knowledge based coding system Estimation of eye and mouth corner point positions in a knowledge based coding system Liang Institut für Theoretische Nachrichtentechnik und Informationsverarbeitung Universität Hannover, Appelstraße 9A,

More information

Robust Lossless Image Watermarking in Integer Wavelet Domain using SVD

Robust Lossless Image Watermarking in Integer Wavelet Domain using SVD Robust Lossless Image Watermarking in Integer Domain using SVD 1 A. Kala 1 PG scholar, Department of CSE, Sri Venkateswara College of Engineering, Chennai 1 akala@svce.ac.in 2 K. haiyalnayaki 2 Associate

More information

FACIAL FEATURE EXTRACTION BASED ON THE SMALLEST UNIVALUE SEGMENT ASSIMILATING NUCLEUS (SUSAN) ALGORITHM. Mauricio Hess 1 Geovanni Martinez 2

FACIAL FEATURE EXTRACTION BASED ON THE SMALLEST UNIVALUE SEGMENT ASSIMILATING NUCLEUS (SUSAN) ALGORITHM. Mauricio Hess 1 Geovanni Martinez 2 FACIAL FEATURE EXTRACTION BASED ON THE SMALLEST UNIVALUE SEGMENT ASSIMILATING NUCLEUS (SUSAN) ALGORITHM Mauricio Hess 1 Geovanni Martinez 2 Image Processing and Computer Vision Research Lab (IPCV-LAB)

More information