Near Infrared Face Image Quality Assessment System of Video Sequences

Size: px
Start display at page:

Download "Near Infrared Face Image Quality Assessment System of Video Sequences"

Transcription

1 2011 Sixth International Conference on Image and Graphics Near Infrared Face Image Quality Assessment System of Video Sequences Jianfeng Long College of Electrical and Information Engineering Hunan University Changsha, China Shutao Li College of Electrical and Information Engineering Hunan University Changsha, China Abstract--In near infrared face recognition systems, situations including head rotation, motion blur, darkness, eyes closed, mouth opened and the small face region will deteriorate the recognition accuracy. Thus, it is necessary to design a quality assessment system to select the best frame from the input video sequence before face recognition or saving it to database. In this paper we present a scoring evaluation system based on five features including sharpness, brightness, resolution, head pose and expression. Firstly, the score of each feature is computed independently, and then the final quality score is obtained by combining the scores of five features with weights. Center for Biometrics and Security Research (CBSR) Near Infrared Face Dataset is used to test the system. The experiment results demonstrate the effectiveness of the proposed quality assessment. Keywords- near infrared; face quality assessment; scoring evaluation system; video sequences I. INTRODUCTION In the computer vision community, more and more attentions have been paid to beyond the visible spectrum for imaging and vision procession such as near infrared, far infrared and thermal infrared [1], [2], [3]. The thermal and far infrared imagery have been used for face detection and recognition, because they offer a promising alternative to visible imagery for handling variations in face appearance caused by illumination changes. However, thermal and far infrared are not only sensitive to the changes of environmental temperature and health condition, but also affected by the eyeglasses. Different from the thermal and far infrared, near infrared imaging brings a new view for face detection and recognition, due to its advantages of illumination invariance, anti-spoofing (reect photo printing, reect video replay, reect 3D mimics) and reducing the interference of eyeglasses. Like the visible light face recognition, near infrared face recognition system which works well with highresolution frontal face images is very sensitive to the quality and resolution of its input face images. If the face of the input images is head rotated, motion blurred, dark, eyes closed, mouth opened and too small, the recognition rate will decline significantly. Furthermore, as the development of near infrared face recognition, more and more near infrared cameras will be installed in institutions all around the world. Most of these places need to save the face images of clients to a database as basic information. The detected face is checked with the client primitive information to confirm or deny the identity claimed by the client. If the face is verified, it will be used to update the client primitive information. In some cases, the face images can even be used to match against criminal mug shots on file nationwide. Therefore, in order to ensure the face images saved in the database are reliable, there is a need for a quality estimation system to select the best frame from the input video sequence before saving it to the database or recognizing. There are many works in the literature [4-8] to deal with the problem of face image quality assessment under visible light. Adam and Robert [4] extracted six features to assign score, and then contributed them to the overall quality score of an image. Among the six features, the computation of rotation and sharpness was time-consuming. Nasrollahi and Moeslund [7] [8] used four features including out-of-plan rotation, sharpness, brightness and resolution, yields high performance when assessing the visual face quality in a video sequence. As far as we know, there is little work based on near infrared face image quality assessment. The imaging of near infrared produces face images of good condition regardless of visible lights in the environment. So, we need not to consider the influence of illumination. In addition, the background of near infrared image is usually dark. Some features (brightness, sharpness) are computed differently from the visible light image. This paper proposes a scoring evaluation system working with near infrared faces from video sequences. To cope with the computational cost of quality assessment system, we utilize five features including brightness, sharpness, resolution, head pose and expression. Brightness, sharpness and resolution are inspired by the face quality assessment in visual face images, while we make some modifications to these features, in order to fit the characters of the near infrared image. The head pose feature in [7] [8] only take into account left-toright head rotation. In this paper, the new head pose and expression features, e.g. eyes closed and mouth opened, are proposed. These five features having been chosen, are not only sufficient for quality assessment, but also /11 $ IEEE DOI /ICIG

2 yield more accurate recognition. The experimental results indicate that our assessment system is practical and reliable, and can be used to improve the performance of face recognition and select the best face image to update the database. The rest of this paper is organized as follows: Section Ⅱ. gives a short introduction of face detection. In Section Ⅲ, the details of five features and the scoring process for quality assessment are explanation. Experimental results are given in Section Ⅳ. The conclusions of the assessment system are presented in Section Ⅴ. II. FACE DETECTION Because some of the features should be extracted from the face block, it is necessary to locate the face regions first, thus the area of search is reduced to the face region instead of a whole frame. In this section, we briefly describe the face detection. The real-time face detection is implemented using AdaBoost algorithm based on Haar-like features which proposed by Viola and Jones [9]. AdaBoost is a simple learning algorithm that selects some weak classifiers from the Haar-like features and then integrates them into a strong classifier. Finally, all these strong classifiers are cascaded to achieve the purpose of face detection. In our system, only one face is accepted in one image (See Fig. 1). If face detection has searched more than one face, the system will discard this image. III. QUALITY ASSESSMENT In this section, we present our scoring evaluation system for assessing the quality of near infrared images of video sequences, with respect to sharpness, brightness, resolution, head pose and expression. The details of the five features and the scoring process are described as follow. A. Sharpness In practical applications, blur images are usually generated when people are shaking in front of the camera. The well-focused image get a high sharpness value, while the blurred image get low one [4], we define sharpness of face V 1 as N 1M 1 V 1 1 = I( x, N M, (1) x= 0 y = 0 I ( x, = abs( P( x, P ( x, ), (2) where P(x, indicates face block of image and P ( x, indicates the result of applying 3 3 mean filter to the face block, I( x, is pixel value of the face block, N and M are height and width of the face block. It s waste of time to compute sharpness value for all face images of all sequences ust to get the global maximum value of sharpness as the reference normalization. In order to minimize computation time, we use the local maximum value of the sharpness V 1max in each sequence as the reference image and let the rest of images compared with the reference image to obtain sharpness score (see Fig. 2): V1 S 1 = (3) V 1max B. Brightness Although the near infrared camera produces face images of good condition regardless of visible lights in the environment, the produced face image is still affected by the distance between face and the near infrared lights and camera lens. If the face is too close to the camera, the face area of the image will be very bright. On the contrary, if people move far away from camera, the area will be very dark. This paper takes these aspects into consideration. Define brightness of face V 2 as the value of averaging face region pixels: N 1 M 1 V 1 2 = I ( x, N M (4) x = 0 y= 0 sharpness S Figure 2. A normalized face image after face detection with different sharpness conditions and the associated scores. brightness S Figure 3. A normalized face image after face detection with different brightness conditions and the associated scores. Extracted Figure 1. Face detection. From left to right: Input near infrared image, detected face. w h S Figure 4. Extracted faces are arranged from highest resolution to lowest resolution and the associated scores, when read from left to right. 276

3 (a) (b) (c) Figure 5. The mouth detection is shown in (a). The eye detection is shown in (b). In (c) the red lines represent level line and vertical line, the green lines represent the centers of the eyes and the center of the mouth. Based on experience of a large number of experiments, we set a threshold to discard too bright face image and give these image zero brightness score. Then, V 2max the maximum brightness value of the rest face images is selected. Finally, like the sharpness, S 2 the brightness score of each other face image is calculated as: V2 S 2 = (5) V2 max The threshold value obtained by experiments is 150. Part of the results can be seen in Fig. 3. C. Resolution As we known, faces images with high resolution are preferred over low resolution in many ways. So, we always want to feed high resolution face image to the database or face recognition. In practice, the smaller the face is, the lower the resolution is after being normalized. The first step is to set a lower limit for the size of detected faces, but usually set the limit of pixels is suitable for which can work for the faces with different original image sizes [4] [7]. Define w and h to be the width and height of the face image, the resolution score can be obtained as (see Fig. 4): w h S 3 = min 1, (6) Since the sizes of extracted faces from the CBSR NIR Face Dataset are all bigger than the lower limit, we choose one of the extracted faces, and then change the size of the chosen face image, use the resolution feature to assess them. D. Head pose The head pose variation has been one of the most difficult obstacles for face recognition. Besides, incorrect head pose should not be saved to the database as the client s information. We assume that the high quality face image is a frontal face image without large changes in head pose orientation. To be specific, the individual s head rotated angle should be less than +/- 5 degree, and the face should lies on the center of the image. In order to evaluate the head pose feature, the center of two eyes and the mouth are located first. The Fig. 5 shows results of mouth detection (a) and eyes detection (b). S Figure 6. A normalized face image after face detection with different head pose and the associated scores. Figure 7. From left to right: mouth block process, eye block process. From top to bottom: Detection, normalization and its binary image. Define the coordinate of the right eye A 1 is (x r, y r ), the coordinate of the left eye A 2 is (x l, y l ), the coordinate of midpoint of two eyes A 3 is (x c, y c ) and the coordinate of the mouth B is (x m, y m ). From Fig. 5(c), the rotated angleθ of the line through A 1 and A 2 can be obtained: yr yl θ = arctan (7) xr xl C d is the tilt score of face image: π 1 if θ < 36 C d = 3 (8) θ π 1 if θ π / 2 36 If the tilt angle of face is less than +/- 5 degree, we will udge the face is on the normal state. Otherwise, more than 5 degree, the lower score C d is given. l 1 is the distance between A 1 and A 2, l 2 is the distance between A 3 and B: l l ( x x ) 2 + ( y y ) 2 =, 1 r l r l ( x x ) 2 + ( y y ) 2 = (9) 2 c m c m The distances ratio r is computed as: l2 r = (10) l1 Finally, the score of head pose S 4 can be obtained as: 277

4 S 4 2 Cd r if r < 1 = (11) Cd if r 1 If participant s head rotates around the camera from up (+90 degrees) to down (-90 degrees), the ratio r will change gradually. Generally, the face on the normal state, the ratio r is greater than or equal to 1. So, we integrate the tilt score C d and ratio r to get the final head pose score S 4. The results show that we can fast estimate head pitch and roll from 0 up to 90. E. Expression Different researchers adopt different algorithms to solve the expression problem [7]. Most expression are relevant to the organs of face especially including eyes and mouth. The neutral face expression: no smile, both eyes normally opened, mouth closed. The detection of eyes and mouth is performed using the Adaboost algorithm (see Fig. 7). Once the eyes and mouth are located, we can analyze whether eyes close or mouth open. The expression score S 5 is defined as S 5 V V e, (12) = m Rm V m = min 1,, Ve = min 1,, (13) R l R r where R m is the ratio of length to width of the normalization mouth, R l and R r are the ratio of length width of the normalization left eye and right eye area respectively. If R m is above 7.0, the mouth is closed. If R l and R r are below 3.0, the eyes are open. F. Combining the features into a general score Each of the five features discussed in the previous sections can score in the range [0, 1]. Now, we combine the features into a general score to choose the best face in a given sequence, as shown in the following equation 5 = 1 5 Q = w S / w, (14) i = 1 where Q i is the quality score for the ith face image in the sequence, S is the value of the th normalized facial feature for this face image, and w is the value of the weight that is associated to this feature. The images are sorted based on their combined scores and depending on the application, one or more images with the greatest values in S are considered as the highest quality image in the given sequence. From experiment, we obtain five feature weights are 2, 2, 2, 3 and 3 respectively base on the impact each of the feature have on the final image quality score. S Figure 8. A normalized face image after face detection with different expressions and the associated scores. Human System Human System Figure 9. Some sampled sequence of images: The quality assessment results based by human (first row of each sequence) vs. our proposed system output based (second row) first best image second best image third best image Figure 10. The overall agreement between the quality assessment results by human and our proposed system in finding the first, the second, and the third best images from near infrared video sequence of the database. IV. EXPERIMENTAL RESULTS In order to investigate the performance of the proposed assessment system, we selected the CBSR NIR Face Dataset [1], [11]. The images were taken by an NIR camera with active NIR lighting. This database contains 197 sequences. These sequences are captured at a rate of 30 frames per second, at a resolution of pixels. In one representative video sequence, one participant is observed standing towards a stationary camera while looking with all kinds of 278

5 actions, and then a total of 20 images of one video sequence are captured. All these face images are under different conditions include the variation of face size, head pose, brightness and sometimes sharpness and expression. This provides good examples for evaluating all the features together. In experiment, a group of people based on their perception (comfort, expression nature and sharpness), evaluates all images of the database. According to the human perception, the image which has the higher quality is given the better rank. As for the proposed system, the image which has the higher score represents the better rank. Finally, the results assessed by human are compared to that of mine. Fig. 9 shows the example sequences from database and the results of the quality based by the proposed system and the human. From the results, we can obviously find that there is a general agreement between the s of the human and system. Fig. 10 illustrates the overall results of agreement between the quality assessment results by human and our proposed system for finding the first, second, and third best images of all the near infrared video sequences of the database. The higher the rate, the more similar agreed between the human perception and system results. During the experiment, if the quality of the images is not too poor, the gotten rank of the images by our proposed system is similar to the rank decided by the human. Especially, the first rank of all the sequences assessed by human ust the same as evaluated by our proposed system. However, slight differences of the second and third rank are occurred mainly due to participants roll or bulge their eyes. V. CONCLUSIONS In this paper, we present a system based on five features to assess the quality of near infrared images affected by factors such as sharpness, brightness, resolution, head pose and expression. The five features are integrated using their own scoring algorithm and weight. Our experiments using near infrared face image database show that our system is capable of assessing the quality of near infrared face images of video sequences for there is a general agreement between the quality scores of our proposed system and human perception scores of quality. Our system applied to select the best frame from the input near infrared video sequence can not only ensure accurate automated and manual face recognition but also feed the best image to the database. Proects Program of National Laboratory of Pattern Recognition, China. REFERENCES [1] S.Z. Li, R. Chu, S. Liao and L. Zhang, Illumination invariant face recognition using near-infrared images, IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 29, no. 4, 2007, pp [2] Z. Pan, G. Healey, M. Prasad and B. Tromberg, Face Recognition in Hyperspectral Images, IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 25, no. 12, 2003, pp [3] X. Chen, P.J. Flynn and K.W. Bowyer, IR and Visible Light Face Recognition, Computer Vision and Image Understanding, vol. 99, no. 3, 2005, pp [4] A. Fourney and R. Laganiere, Constructing Face Image Logs that are Both Complete and Concise, In: 4th Canadian Conference on Computer Vision and Robot Vision, Canada, 2007, pp [5] M. Subasic, S. Loncaric, T. Petkovic and H. Bogunvoic, Face Image Validation System, In: 4th International Symposium on Image and Signal Processing and Analysis, 2005, pp [6] H. Fronthaler, K. Kollreider and J. Bigun, Automatic Image Quality Assessment with Application in Biometrics, In: International Conference on Computer Vision and Pattern Recognition, 2006, pp [7] K. Nasrollahi and T.B. Moeslund, Face Quality Assess- ment System in Video Sequences, Proc. BIOID, Denmark, 2008, pp [8] K. Nasrollahi and T.B. Moeslund, Finding and Improv-ing the Key-frames of Long Video Sequences for Face Recognition, In: 2010 Fourth IEEE International Conference on Theory Applications and Systems, 2010, pp [9] P. Viola and M. Jones, Rapid Obect Detection using a Boosted Cascade of Simple Features, Proceedings of IEEE International Conference on Computer Vision and Pattern Recognition, 2001, pp [10] W. Hizem, L. Allano, A. Mellakh and B. Dorizzi, Face Recognition from Synchronised Visible and Near-infrared Images, IET Signal Processing, vol. 3, no. 4, 2009, pp [11] Stan Z. Li, R. Chu, M. Ao, L. Zhang and R He, Highly Accurate and Fast Face Recognition Using Near Infrared Images, Lecture Notes in Computer Science, vol. 3832, 2005, pp ACKNOWLEDGEMENT This paper is supported by the National Natural Science Foundation of China (No ), the Ph.D. Programs Foundation of Ministry of Education of China (No ), the Key Proect of Chinese Ministry of Education ( ), and the Open 279

Outdoor Face Recognition Using Enhanced Near Infrared Imaging

Outdoor Face Recognition Using Enhanced Near Infrared Imaging Outdoor Face Recognition Using Enhanced Near Infrared Imaging Dong Yi, Rong Liu, RuFeng Chu, Rui Wang, Dong Liu, and Stan Z. Li Center for Biometrics and Security Research & National Laboratory of Pattern

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

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

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

3D Face Recognition System in Time Critical Security Applications

3D Face Recognition System in Time Critical Security Applications Middle-East Journal of Scientific Research 25 (7): 1619-1623, 2017 ISSN 1990-9233 IDOSI Publications, 2017 DOI: 10.5829/idosi.mejsr.2017.1619.1623 3D Face Recognition System in Time Critical Security Applications

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

Pupil Detection and Tracking Based on a Round Shape Criterion by Image Processing Techniques for a Human Eye-Computer Interaction System

Pupil Detection and Tracking Based on a Round Shape Criterion by Image Processing Techniques for a Human Eye-Computer Interaction System Pupil Detection and Tracking Based on a Round Shape Criterion by Image Processing Techniques for a Human Eye-Computer Interaction System Tsumoru Ochiai and Yoshihiro Mitani Abstract The pupil detection

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

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

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

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

An Efficient Method for Vehicle License Plate Detection in Complex Scenes

An Efficient Method for Vehicle License Plate Detection in Complex Scenes Circuits and Systems, 011,, 30-35 doi:10.436/cs.011.4044 Published Online October 011 (http://.scirp.org/journal/cs) An Efficient Method for Vehicle License Plate Detection in Complex Scenes Abstract Mahmood

More information

Implementation of Face Detection System Based on ZYNQ FPGA Jing Feng1, a, Busheng Zheng1, b* and Hao Xiao1, c

Implementation of Face Detection System Based on ZYNQ FPGA Jing Feng1, a, Busheng Zheng1, b* and Hao Xiao1, c 6th International Conference on Mechatronics, Computer and Education Informationization (MCEI 2016) Implementation of Face Detection System Based on ZYNQ FPGA Jing Feng1, a, Busheng Zheng1, b* and Hao

More information

Enhanced Method for Face Detection Based on Feature Color

Enhanced Method for Face Detection Based on Feature Color Journal of Image and Graphics, Vol. 4, No. 1, June 2016 Enhanced Method for Face Detection Based on Feature Color Nobuaki Nakazawa1, Motohiro Kano2, and Toshikazu Matsui1 1 Graduate School of Science and

More information

Face Recognition System Based on Infrared Image

Face Recognition System Based on Infrared Image International Journal of Engineering Inventions e-issn: 2278-7461, p-issn: 2319-6491 Volume 6, Issue 1 [October. 217] PP: 47-56 Face Recognition System Based on Infrared Image Yong Tang School of Electronics

More information

The Effect of Image Resolution on the Performance of a Face Recognition System

The Effect of Image Resolution on the Performance of a Face Recognition System The Effect of Image Resolution on the Performance of a Face Recognition System B.J. Boom, G.M. Beumer, L.J. Spreeuwers, R. N. J. Veldhuis Faculty of Electrical Engineering, Mathematics and Computer Science

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

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

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

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

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

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

A Chinese License Plate Recognition System

A Chinese License Plate Recognition System A Chinese License Plate Recognition System Bai Yanping, Hu Hongping, Li Fei Key Laboratory of Instrument Science and Dynamic Measurement North University of China, No xueyuan road, TaiYuan, ShanXi 00051,

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

Global and Local Quality Measures for NIR Iris Video

Global and Local Quality Measures for NIR Iris Video Global and Local Quality Measures for NIR Iris Video Jinyu Zuo and Natalia A. Schmid Lane Department of Computer Science and Electrical Engineering West Virginia University, Morgantown, WV 26506 jzuo@mix.wvu.edu

More information

Iris Recognition using Hamming Distance and Fragile Bit Distance

Iris Recognition using Hamming Distance and Fragile Bit Distance IJSRD - International Journal for Scientific Research & Development Vol. 3, Issue 06, 2015 ISSN (online): 2321-0613 Iris Recognition using Hamming Distance and Fragile Bit Distance Mr. Vivek B. Mandlik

More information

A Vehicle Speed Measurement System for Nighttime with Camera

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

More information

Research on Pupil Segmentation and Localization in Micro Operation Hu BinLiang1, a, Chen GuoLiang2, b, Ma Hui2, c

Research on Pupil Segmentation and Localization in Micro Operation Hu BinLiang1, a, Chen GuoLiang2, b, Ma Hui2, c 3rd International Conference on Machinery, Materials and Information Technology Applications (ICMMITA 2015) Research on Pupil Segmentation and Localization in Micro Operation Hu BinLiang1, a, Chen GuoLiang2,

More information

VIDEO DATABASE FOR FACE RECOGNITION

VIDEO DATABASE FOR FACE RECOGNITION VIDEO DATABASE FOR FACE RECOGNITION P. Bambuch, T. Malach, J. Malach EBIS, spol. s r.o. Abstract This paper deals with video sequences database design and assembly for face recognition system working under

More information

International Journal of Scientific & Engineering Research, Volume 7, Issue 12, December ISSN IJSER

International Journal of Scientific & Engineering Research, Volume 7, Issue 12, December ISSN IJSER International Journal of Scientific & Engineering Research, Volume 7, Issue 12, December-2016 192 A Novel Approach For Face Liveness Detection To Avoid Face Spoofing Attacks Meenakshi Research Scholar,

More information

Specific Sensors for Face Recognition

Specific Sensors for Face Recognition Specific Sensors for Face Recognition Walid Hizem, Emine Krichen, Yang Ni, Bernadette Dorizzi, and Sonia Garcia-Salicetti Département Electronique et Physique, Institut National des Télécommunications,

More information

A Survey on Different Face Detection Algorithms in Image Processing

A Survey on Different Face Detection Algorithms in Image Processing A Survey on Different Face Detection Algorithms in Image Processing Doyle Fermi 1, Faiza N B 2, Ranjana Radhakrishnan 3, Swathi S Kartha 4, Anjali S 5 U.G. Student, Department of Computer Engineering,

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

Multi-Image Deblurring For Real-Time Face Recognition System

Multi-Image Deblurring For Real-Time Face Recognition System Volume 118 No. 8 2018, 295-301 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Multi-Image Deblurring For Real-Time Face Recognition System B.Sarojini

More information

LabVIEW based Intelligent Frontal & Non- Frontal Face Recognition System

LabVIEW based Intelligent Frontal & Non- Frontal Face Recognition System LabVIEW based Intelligent Frontal & Non- Frontal Face Recognition System Muralindran Mariappan, Manimehala Nadarajan, and Karthigayan Muthukaruppan Abstract Face identification and tracking has taken a

More information

Intelligent Traffic Sign Detector: Adaptive Learning Based on Online Gathering of Training Samples

Intelligent Traffic Sign Detector: Adaptive Learning Based on Online Gathering of Training Samples 2011 IEEE Intelligent Vehicles Symposium (IV) Baden-Baden, Germany, June 5-9, 2011 Intelligent Traffic Sign Detector: Adaptive Learning Based on Online Gathering of Training Samples Daisuke Deguchi, Mitsunori

More information

Université Laval Face Motion and Time-Lapse Video Database (UL-FMTV)

Université Laval Face Motion and Time-Lapse Video Database (UL-FMTV) 14 th Quantitative InfraRed Thermography Conference Université Laval Face Motion and Time-Lapse Video Database (UL-FMTV) by Reza Shoja Ghiass*, Hakim Bendada*, Xavier Maldague* *Computer Vision and Systems

More information

Face detection, face alignment, and face image parsing

Face detection, face alignment, and face image parsing Lecture overview Face detection, face alignment, and face image parsing Brandon M. Smith Guest Lecturer, CS 534 Monday, October 21, 2013 Brief introduction to local features Face detection Face alignment

More information

Recognition of very low-resolution characters from motion images captured by a portable digital camera

Recognition of very low-resolution characters from motion images captured by a portable digital camera Recognition of very low-resolution characters from motion images captured by a portable digital camera Shinsuke Yanadume 1, Yoshito Mekada 2, Ichiro Ide 1, Hiroshi Murase 1 1 Graduate School of Information

More information

A new seal verification for Chinese color seal

A new seal verification for Chinese color seal Edith Cowan University Research Online ECU Publications 2011 2011 A new seal verification for Chinese color seal Zhihu Huang Jinsong Leng Edith Cowan University 10.4028/www.scientific.net/AMM.58-60.2558

More information

A software video stabilization system for automotive oriented applications

A software video stabilization system for automotive oriented applications A software video stabilization system for automotive oriented applications A. Broggi, P. Grisleri Dipartimento di Ingegneria dellinformazione Universita degli studi di Parma 43100 Parma, Italy Email: {broggi,

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

EFFECTS OF SEVERE SIGNAL DEGRADATION ON EAR DETECTION. J. Wagner, A. Pflug, C. Rathgeb and C. Busch

EFFECTS OF SEVERE SIGNAL DEGRADATION ON EAR DETECTION. J. Wagner, A. Pflug, C. Rathgeb and C. Busch EFFECTS OF SEVERE SIGNAL DEGRADATION ON EAR DETECTION J. Wagner, A. Pflug, C. Rathgeb and C. Busch da/sec Biometrics and Internet Security Research Group Hochschule Darmstadt, Darmstadt, Germany {johannes.wagner,anika.pflug,christian.rathgeb,christoph.busch}@cased.de

More information

Image Enhancement Using Frame Extraction Through Time

Image Enhancement Using Frame Extraction Through Time Image Enhancement Using Frame Extraction Through Time Elliott Coleshill University of Guelph CIS Guelph, Ont, Canada ecoleshill@cogeco.ca Dr. Alex Ferworn Ryerson University NCART Toronto, Ont, Canada

More information

Face Image Quality Evaluation for ISO/IEC Standards and

Face Image Quality Evaluation for ISO/IEC Standards and Face Image Quality Evaluation for ISO/IEC Standards 19794-5 and 29794-5 Jitao Sang, Zhen Lei, and Stan Z. Li Center for Biometrics and Security Research, Institute of Automation, Chinese Academy of Sciences,

More information

A Comparison Between Camera Calibration Software Toolboxes

A Comparison Between Camera Calibration Software Toolboxes 2016 International Conference on Computational Science and Computational Intelligence A Comparison Between Camera Calibration Software Toolboxes James Rothenflue, Nancy Gordillo-Herrejon, Ramazan S. Aygün

More information

Visible-light and Infrared Face Recognition

Visible-light and Infrared Face Recognition Visible-light and Infrared Face Recognition Xin Chen Patrick J. Flynn Kevin W. Bowyer Department of Computer Science and Engineering University of Notre Dame Notre Dame, IN 46556 {xchen2, flynn, kwb}@nd.edu

More information

Real Time Face Recognition using Raspberry Pi II

Real Time Face Recognition using Raspberry Pi II Real Time Face Recognition using Raspberry Pi II A.Viji 1, A.Pavithra 2 Department of Electronics Engineering, Madras Institute of Technology, Anna University, Chennai, India 1 Department of Electronics

More information

CCD Automatic Gain Algorithm Design of Noncontact Measurement System Based on High-speed Circuit Breaker

CCD Automatic Gain Algorithm Design of Noncontact Measurement System Based on High-speed Circuit Breaker 2016 3 rd International Conference on Engineering Technology and Application (ICETA 2016) ISBN: 978-1-60595-383-0 CCD Automatic Gain Algorithm Design of Noncontact Measurement System Based on High-speed

More information

An Enhanced Biometric System for Personal Authentication

An Enhanced Biometric System for Personal Authentication IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735. Volume 6, Issue 3 (May. - Jun. 2013), PP 63-69 An Enhanced Biometric System for Personal Authentication

More information

Vehicle Detection using Images from Traffic Security Camera

Vehicle Detection using Images from Traffic Security Camera Vehicle Detection using Images from Traffic Security Camera Lamia Iftekhar Final Report of Course Project CS174 May 30, 2012 1 1 The Task This project is an application of supervised learning algorithms.

More information

How does prism technology help to achieve superior color image quality?

How does prism technology help to achieve superior color image quality? WHITE PAPER How does prism technology help to achieve superior color image quality? Achieving superior image quality requires real and full color depth for every channel, improved color contrast and color

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

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

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

More information

Multi-Resolution Estimation of Optical Flow on Vehicle Tracking under Unpredictable Environments

Multi-Resolution Estimation of Optical Flow on Vehicle Tracking under Unpredictable Environments , pp.32-36 http://dx.doi.org/10.14257/astl.2016.129.07 Multi-Resolution Estimation of Optical Flow on Vehicle Tracking under Unpredictable Environments Viet Dung Do 1 and Dong-Min Woo 1 1 Department of

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

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

Face Detection using 3-D Time-of-Flight and Colour Cameras

Face Detection using 3-D Time-of-Flight and Colour Cameras Face Detection using 3-D Time-of-Flight and Colour Cameras Jan Fischer, Daniel Seitz, Alexander Verl Fraunhofer IPA, Nobelstr. 12, 70597 Stuttgart, Germany Abstract This paper presents a novel method to

More information

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

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

More information

Exercise questions for Machine vision

Exercise questions for Machine vision Exercise questions for Machine vision This is a collection of exercise questions. These questions are all examination alike which means that similar questions may appear at the written exam. I ve divided

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

Face Detector using Network-based Services for a Remote Robot Application

Face Detector using Network-based Services for a Remote Robot Application Face Detector using Network-based Services for a Remote Robot Application Yong-Ho Seo Department of Intelligent Robot Engineering, Mokwon University Mokwon Gil 21, Seo-gu, Daejeon, Republic of Korea yhseo@mokwon.ac.kr

More information

White Intensity = 1. Black Intensity = 0

White Intensity = 1. Black Intensity = 0 A Region-based Color Image Segmentation Scheme N. Ikonomakis a, K. N. Plataniotis b and A. N. Venetsanopoulos a a Dept. of Electrical and Computer Engineering, University of Toronto, Toronto, Canada b

More information

Real-Time Tracking via On-line Boosting Helmut Grabner, Michael Grabner, Horst Bischof

Real-Time Tracking via On-line Boosting Helmut Grabner, Michael Grabner, Horst Bischof Real-Time Tracking via On-line Boosting, Michael Grabner, Horst Bischof Graz University of Technology Institute for Computer Graphics and Vision Tracking Shrek M Grabner, H Grabner and H Bischof Real-time

More information

Automatic Vehicles Detection from High Resolution Satellite Imagery Using Morphological Neural Networks

Automatic Vehicles Detection from High Resolution Satellite Imagery Using Morphological Neural Networks Automatic Vehicles Detection from High Resolution Satellite Imagery Using Morphological Neural Networks HONG ZHENG Research Center for Intelligent Image Processing and Analysis School of Electronic Information

More information

Applications of Flash and No-Flash Image Pairs in Mobile Phone Photography

Applications of Flash and No-Flash Image Pairs in Mobile Phone Photography Applications of Flash and No-Flash Image Pairs in Mobile Phone Photography Xi Luo Stanford University 450 Serra Mall, Stanford, CA 94305 xluo2@stanford.edu Abstract The project explores various application

More information

PupilMouse: Cursor Control by Head Rotation Using Pupil Detection Technique

PupilMouse: Cursor Control by Head Rotation Using Pupil Detection Technique PupilMouse: Cursor Control by Head Rotation Using Pupil Detection Technique Yoshinobu Ebisawa, Daisuke Ishima, Shintaro Inoue, Yasuko Murayama Faculty of Engineering, Shizuoka University Hamamatsu, 432-8561,

More information

Multimodal Face Recognition using Hybrid Correlation Filters

Multimodal Face Recognition using Hybrid Correlation Filters Multimodal Face Recognition using Hybrid Correlation Filters Anamika Dubey, Abhishek Sharma Electrical Engineering Department, Indian Institute of Technology Roorkee, India {ana.iitr, abhisharayiya}@gmail.com

More information

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

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

More information

Color Image Segmentation in RGB Color Space Based on Color Saliency

Color Image Segmentation in RGB Color Space Based on Color Saliency Color Image Segmentation in RGB Color Space Based on Color Saliency Chen Zhang 1, Wenzhu Yang 1,*, Zhaohai Liu 1, Daoliang Li 2, Yingyi Chen 2, and Zhenbo Li 2 1 College of Mathematics and Computer Science,

More information

Image Averaging for Improved Iris Recognition

Image Averaging for Improved Iris Recognition Image Averaging for Improved Iris Recognition Karen P. Hollingsworth, Kevin W. Bowyer, and Patrick J. Flynn University of Notre Dame Abstract. We take advantage of the temporal continuity in an iris video

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

Real Time Word to Picture Translation for Chinese Restaurant Menus

Real Time Word to Picture Translation for Chinese Restaurant Menus Real Time Word to Picture Translation for Chinese Restaurant Menus Michelle Jin, Ling Xiao Wang, Boyang Zhang Email: mzjin12, lx2wang, boyangz @stanford.edu EE268 Project Report, Spring 2014 Abstract--We

More information

White paper. More than face value. Facial Recognition in video surveillance

White paper. More than face value. Facial Recognition in video surveillance White paper More than face value Facial Recognition in video surveillance Table of contents 1. Introduction 3 2. Matching faces 3 3. Recognizing a greater usability 3 4. Technical requirements 4 4.1 Computers

More information

Learning and Using Models of Kicking Motions for Legged Robots

Learning and Using Models of Kicking Motions for Legged Robots Learning and Using Models of Kicking Motions for Legged Robots Sonia Chernova and Manuela Veloso Computer Science Department Carnegie Mellon University Pittsburgh, PA 15213 {soniac, mmv}@cs.cmu.edu Abstract

More information

Software Development Kit to Verify Quality Iris Images

Software Development Kit to Verify Quality Iris Images Software Development Kit to Verify Quality Iris Images Isaac Mateos, Gualberto Aguilar, Gina Gallegos Sección de Estudios de Posgrado e Investigación Culhuacan, Instituto Politécnico Nacional, México D.F.,

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

2 Human Visual Characteristics

2 Human Visual Characteristics 3rd International Conference on Multimedia Technology(ICMT 2013) Study on new gray transformation of infrared image based on visual property Shaosheng DAI 1, Xingfu LI 2, Zhihui DU 3, Bin ZhANG 4 and Xinlin

More information

A Novel Algorithm for Hand Vein Recognition Based on Wavelet Decomposition and Mean Absolute Deviation

A Novel Algorithm for Hand Vein Recognition Based on Wavelet Decomposition and Mean Absolute Deviation Sensors & Transducers, Vol. 6, Issue 2, December 203, pp. 53-58 Sensors & Transducers 203 by IFSA http://www.sensorsportal.com A Novel Algorithm for Hand Vein Recognition Based on Wavelet Decomposition

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

Recent research results in iris biometrics

Recent research results in iris biometrics Recent research results in iris biometrics Karen Hollingsworth, Sarah Baker, Sarah Ring Kevin W. Bowyer, and Patrick J. Flynn Computer Science and Engineering Department, University of Notre Dame, Notre

More information

A Global-Local Contrast based Image Enhancement Technique based on Local Standard Deviation

A Global-Local Contrast based Image Enhancement Technique based on Local Standard Deviation A Global-Local Contrast based Image Enhancement Technique based on Local Standard Deviation Archana Singh Ch. Beeri Singh College of Engg & Management Agra, India Neeraj Kumar Hindustan College of Science

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

Anti-shaking Algorithm for the Mobile Phone Camera in Dim Light Conditions

Anti-shaking Algorithm for the Mobile Phone Camera in Dim Light Conditions Anti-shaking Algorithm for the Mobile Phone Camera in Dim Light Conditions Jong-Ho Lee, In-Yong Shin, Hyun-Goo Lee 2, Tae-Yoon Kim 2, and Yo-Sung Ho Gwangju Institute of Science and Technology (GIST) 26

More information

中国科技论文在线. An Efficient Method of License Plate Location in Natural-scene Image. Haiqi Huang 1, Ming Gu 2,Hongyang Chao 2

中国科技论文在线. An Efficient Method of License Plate Location in Natural-scene Image.   Haiqi Huang 1, Ming Gu 2,Hongyang Chao 2 Fifth International Conference on Fuzzy Systems and Knowledge Discovery n Efficient ethod of License Plate Location in Natural-scene Image Haiqi Huang 1, ing Gu 2,Hongyang Chao 2 1 Department of Computer

More information

Image Measurement of Roller Chain Board Based on CCD Qingmin Liu 1,a, Zhikui Liu 1,b, Qionghong Lei 2,c and Kui Zhang 1,d

Image Measurement of Roller Chain Board Based on CCD Qingmin Liu 1,a, Zhikui Liu 1,b, Qionghong Lei 2,c and Kui Zhang 1,d Applied Mechanics and Materials Online: 2010-11-11 ISSN: 1662-7482, Vols. 37-38, pp 513-516 doi:10.4028/www.scientific.net/amm.37-38.513 2010 Trans Tech Publications, Switzerland Image Measurement of Roller

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 SMILE DETECTION WITH IMPROVED MISDETECTION RATE AND REDUCED FALSE ALARM RATE VRUSHALI

More information

International Journal of Innovative Research in Engineering Science and Technology APRIL 2018 ISSN X

International Journal of Innovative Research in Engineering Science and Technology APRIL 2018 ISSN X HIGH DYNAMIC RANGE OF MULTISPECTRAL ACQUISITION USING SPATIAL IMAGES 1 M.Kavitha, M.Tech., 2 N.Kannan, M.E., and 3 S.Dharanya, M.E., 1 Assistant Professor/ CSE, Dhirajlal Gandhi College of Technology,

More information

Proposed Method for Off-line Signature Recognition and Verification using Neural Network

Proposed Method for Off-line Signature Recognition and Verification using Neural Network e-issn: 2349-9745 p-issn: 2393-8161 Scientific Journal Impact Factor (SJIF): 1.711 International Journal of Modern Trends in Engineering and Research www.ijmter.com Proposed Method for Off-line Signature

More information

Distinguishing Identical Twins by Face Recognition

Distinguishing Identical Twins by Face Recognition Distinguishing Identical Twins by Face Recognition P. Jonathon Phillips, Patrick J. Flynn, Kevin W. Bowyer, Richard W. Vorder Bruegge, Patrick J. Grother, George W. Quinn, and Matthew Pruitt Abstract The

More information

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

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

More information

International Journal of Advance Engineering and Research Development CONTRAST ENHANCEMENT OF IMAGES USING IMAGE FUSION BASED ON LAPLACIAN PYRAMID

International Journal of Advance Engineering and Research Development CONTRAST ENHANCEMENT OF IMAGES USING IMAGE FUSION BASED ON LAPLACIAN PYRAMID Scientific Journal of Impact Factor(SJIF): 3.134 e-issn(o): 2348-4470 p-issn(p): 2348-6406 International Journal of Advance Engineering and Research Development Volume 2,Issue 7, July -2015 CONTRAST ENHANCEMENT

More information

1. INTRODUCTION ABSTRACT

1. INTRODUCTION ABSTRACT Long-Range Night/Day Human Identification using Active-SWIR Imaging Brian E. Lemoff, Robert B. Martin, Mikhail Sluch, Kristopher M. Kafka, William McCormick and Robert Ice WVHTC Foundation, 1000 Technology

More information

IMPLEMENTATION METHOD VIOLA JONES FOR DETECTION MANY FACES

IMPLEMENTATION METHOD VIOLA JONES FOR DETECTION MANY FACES IMPLEMENTATION METHOD VIOLA JONES FOR DETECTION MANY FACES Liza Angriani 1,Abd. Rahman Dayat 2, and Syahril Amin 3 Abstract In this study will be explained about how the Viola Jones, and apply it in a

More information

Study on OFDM Symbol Timing Synchronization Algorithm

Study on OFDM Symbol Timing Synchronization Algorithm Vol.7, No. (4), pp.43-5 http://dx.doi.org/.457/ijfgcn.4.7..4 Study on OFDM Symbol Timing Synchronization Algorithm Jing Dai and Yanmei Wang* College of Information Science and Engineering, Shenyang Ligong

More information

Impact of out-of-focus blur on iris recognition

Impact of out-of-focus blur on iris recognition Impact of out-of-focus blur on iris recognition Nadezhda Sazonova 1, Stephanie Schuckers, Peter Johnson, Paulo Lopez-Meyer 1, Edward Sazonov 1, Lawrence Hornak 3 1 Department of Electrical and Computer

More information

Fast Subsequent Color Iris Matching in large Database

Fast Subsequent Color Iris Matching in large Database www.ijcsi.org 72 Fast Subsequent Color Iris Matching in large Database Adnan Alam Khan 1, Safeeullah Soomro 2 and Irfan Hyder 3 1 PAF-KIET Department of Telecommunications, Employer of Institute of Business

More information

Background Subtraction Fusing Colour, Intensity and Edge Cues

Background Subtraction Fusing Colour, Intensity and Edge Cues Background Subtraction Fusing Colour, Intensity and Edge Cues I. Huerta and D. Rowe and M. Viñas and M. Mozerov and J. Gonzàlez + Dept. d Informàtica, Computer Vision Centre, Edifici O. Campus UAB, 08193,

More information

Toward an Augmented Reality System for Violin Learning Support

Toward an Augmented Reality System for Violin Learning Support Toward an Augmented Reality System for Violin Learning Support Hiroyuki Shiino, François de Sorbier, and Hideo Saito Graduate School of Science and Technology, Keio University, Yokohama, Japan {shiino,fdesorbi,saito}@hvrl.ics.keio.ac.jp

More information

Removal of Gaussian noise on the image edges using the Prewitt operator and threshold function technical

Removal of Gaussian noise on the image edges using the Prewitt operator and threshold function technical IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661, p- ISSN: 2278-8727Volume 15, Issue 2 (Nov. - Dec. 2013), PP 81-85 Removal of Gaussian noise on the image edges using the Prewitt operator

More information