Construction of Frontal Face from Side-view Images using Face Mosaicing

Size: px
Start display at page:

Download "Construction of Frontal Face from Side-view Images using Face Mosaicing"

Transcription

1 Construction of Frontal Face from Side-view Images using Face Mosaicing Hiranmoy Roy 1, Debotosh Bhattacherjee 2, Mita Nasipuri 2, Dipak Kumar Basu 2* and Mahantapas Kundu 2 1 Department of Information Technology, RCC Institute of Information Technology, Kolkata , India 2 Department of Computer Science and Engineering, Jadavpur University, Kolkata, , India {hiranmoy_roy17@yahoo.co.in, debotosh@indiatimes.com, mita_nasipuri@gmail.com, dipakkbasu@gmail.com, mkundu@cse.jdvu.ac.in} * AICTE Emeritus Fellow Abstract In this paper, a method for fully automatic construction of frontal 2D face image of an individual is described. This frontal image is constructed from his/her available side-view images using face mosaicing. Firstly an automatic eye-brow detection algorithm is used to detect the eye-brow along with its position i.e. left or right. By this result it is easier to detect whether the given image is left- or rightside view of a face. After that an automatic face cutting algorithm is used to extract the facial areas and then alignment mechanism using eye-brow leveling is used to mosaic them to construct the frontal face Lastly eyes are shifted using geometrical transformation to make it almost perfect frontal view of the face. Also an approximation of the frontal face from a single side-view image can be generated by cutting it according to the previous method and copying the same half into the second half. Experimental results show that frontal face images may be easily constructed and those images can be used by simple face recognition techniques, which performs with low computational effort. Index Terms Eye-brow detection, face alignment, eye shift, face mosaicing. I. INTRODUCTION Image processing, pattern recognition, and computer vision are currently very active area of research. These are the sub-disciplines of biometry. The main objective of biometry is to build special systems which can identify human from some observable characteristics such as their face, fingerprints, iris, etc. Among them faces have the strongest appeal for the human users. Different techniques have been used to track faces [1]. Recently some test showed, most systems utilize frontal facial images as their input patterns. So we need to get the frontal face image but sometime frontal face image may not be available, instead of that we have some side-view images or single side-view If we can generate the frontal face from these side-view images then we can easily process them. Again it can be helpful in case of footage captured from CCTV. We can also generate the frontal face of the terrorist from CCTV footage. On 26/11 the terrorist attack in Mumbai if we can generate the frontal face of the terrorists from the CCTV footage, then it will be helpful for the investigating agencies. But most of the biometry methods are susceptible to pose and lighting conditions. X. Lu, D. Colbry and A.K. Jain [2] proposed to override these 55 limitations by combining modalities like color, depth, 3D facial surface. Almost all 3D acquisition systems use professional devices like traveling camera or a 3D scanner. Usually, these systems need that the subject remains motionless during several seconds in order to obtain a 3D scan, and therefore these systems may not be suitable for some applications like categorization of human expression using movement estimation or real-time applications. Another factor is their cost which can make these systems unaffordable for normal and routine applications. In order to avoid these costly and time consuming 3D acquisition devices, some face recognition systems generate 3D information from stereo-vision. Fan Yang, Michel Paindavoine, Hervé Abdi, Dominique Arnoult[3] proposed another possible approach by deriving some 3D information from a set of face images, but without trying to reconstitute the complete 3D structure of the face. The goal of the paper done by them is to describe a system which can potentially process 3D faces in real-time. They describe the method for creating panoramic face mosaics using successive linear transformations. Several panoramic image construction algorithms have already been introduced. For example, A. Jain and A. Ross [4] have developed an image mosaicing procedure that creates a more complete fingerprint template using two impressions of the same finger. In the proposed algorithm, they at first aligned the two impressions and for that they used the corresponding minutiae points. Then, this alignment was used by a modified version of the Iterative Closest Point (ICP) algorithm in order to compute a transformation matrix. This matrix represents the spatial relationship between the two impressions. Modeling 3D human faces has been a challenging topic in computer graphics and computer vision in the past decades. Shuicheng Yan, Changhu Wang, Hongjiang Zhang and Weiying represent a fully automatic and efficient algorithm for realistic 3D face reconstruction by fushing multiple 2D face images [5]. Since the pioneering work of Parke [6], many different algorithms have been proposed for modeling the geometry of faces. The 2Dbased methods do not consider the specific structure of human faces. In the work of Lam et al. [7], face samples with out-of-plane rotation are warped into frontal faces based on a cylinder face model, but it requires heavy

2 manual labeling work. Shape from shading has been explored to extract 3D face geometry information and generate virtual samples by rotating the generated 3D face models. Among the most popular works on 3D face modeling and analysis, one is the morphable 3D face model proposed by S. Romdhani, V. Blanz, and T. Vetter [8] and another is the artificial 3D shape model proposed by Liu, Z., Zhang, Z., Jacobs, C. and Cohen, M. [9]. The former presented a 3D reconstruction algorithm to pick up the shape and texture parameters, and the latter developed a system which can construct textured 3D face model from video sequences. Y. X. Hu, D. L. Jiang, S. C. Yan, Lei Zhang, H.J. Zhang. [10] presented an automatic 2D-to-3D integrated face reconstruction method to recover the 3D face model based on a frontal face However, there are still limitations in these works: 1) In both Vetter and Zhang s works they have to manually initialize the face recognition systems; 2) In Zhang s work the two images should be close to the frontal view which are impractical for real applications; and 3) Hu and Yan s work assumed fixed pose parameters which limited its extension to side view images.. In this paper, a fully automatic and efficient framework is proposed for frontal face construction from two 2D face images in side views. It not only uses the advantages of the works mentioned above, but successfully generates the frontal 2D face image also with ease. Firstly, a simple but efficient eye-brow detection algorithm is developed. This eye-brow s information is very helpful in face detection, eye detection, face cutting and face mosaicing. Then sideview faces are cut accordingly and then eye ball is detected. Eye is shifted using geometrical transformation. Lastly faces are aligned depending on eye-brow levels and then mosaic to get the full frontal view of human face. II. PRESENT METHOD In this present method the main goal is to detect the eye-brow of human face and depending on that the face has been cut and then joined. After that eye shifting is performed based on the eye-brow detected. The present method is described through a block diagram, shown in figure 1. Firstly, color image is converted to grayscale image and then into bi-tonal From the bi-tonal image eye-brow is detected and then side-view images are cut accordingly. Finally, eyes are shifted and side-view images are joined to get the final frontal face The algorithm designed for this purpose is described next. A. Algorithm Step1. Color image is converted to grayscale image by setting the maximum value from R, G, and B values. Step2. Face edge is detected by checking the difference between two consecutive pixel values (whether sharp change in difference or not). Face edge is detected once from moving left to right horizontally and again from right to left. From the two different edge points face horizontal length is calculated. This step is shown in Fig. 2. Step3. Grayscale image is converted into bi-tonal Step4. Eye-brow of human face is nearly 1/3 rd of the face length. So from bi-tonal image we search for continuous black pixels having continuous white pixels above it with almost same length of eye-brow. We move from both the edge points towards the face. Detected eyebrow is shown in Fig. 3(a). Step5. The left and right profile images are cut by straight line from few columns after the eye-brow, shown in Fig. 3(b). Then this image is stored in a matrix. Input two color sideview face images of same human Convert the images into gray-level images Detect the edges of the face and the face length Figure 1. Block diagram of the method. Convert the images into binary images Assuming the ¼ length of face length as the eye-brow length detect the continuous black pixels in the binary image and thus detect the eye-brow Detect whether left side-view or right side-view according to the eye-brow presence Cut the images according to the eye-brow Mosaic the cut images to get the frontal face image Eyes are shifted into the mosaic face and finally background is removed 56

3 Figure 5. After the eye shifting the resultant Figure 2. Edge Detection (a. Color image, b. Gray scale image, c. Binary image, d. Edge detected image). Step 9. Then the left and right profile images are aligned depending on the presence of eye-brows and the two images are mosaic to get the frontal face image, shown in Fig. 6. Figure 3. a. Eye-brow detection, b. Cut Step 6. Whether the face image is a left profile image or right profile image can be easily determined. If the eye-brow is detected when moving from left to right for eye-brow detection then it is left profile image and similarly when moving right to left then right profile Step 7. Now the most important part is eye detection and eye shifting, which is shown in Fig. 4. Eye is present just below the eye-brow, so very easy to determine. For frontal face the eyes must be towards left for left profile image and towards right for right profile image respectively. Eye ball s mid point is detected from finding the maximum length black pixels present vertically in the bitonal Step 8. From the mid point of eye ball the eye is cut and shifted by reflecting it in other part, shown in Fig. 5. Figure 6. a. Mosaic image without eye shifting, b. Mosaic image after eye shifting. At last the background is removed to get the final frontal face, shown in Fig. 7. Figure 7. a. Mosaic image, b. Final image after removal of background. Then the R, G and B all images are cut and mosaic in similar way to get the final color frontal image, shown in Fig = Figure 4. Step by step eye shifting and frontal eye creation. Figure 8. Frontal color image generated after combining the R, G and B matrices. 57

4 III. EXPERIMENTAL RESULTS In order to test the validity of the algorithm designed here, several experiments are conducted to obtain frontal face images from two side-view images. One such experiment is shown through Fig. 9 to Fig. 12. Figure 11. a. Left profile image, b. Right profile image, c. Without eye Figure 9. a. Left profile image, b. Right profile image, c. Without eye Figure 10. a. Left profile image, b. Right profile image, c. Without eye 58 Figure 12. a. Left profile image, b. Right profile image, c. Without eye This method has some demerits also. It finds difficulty in mosaicing when larger variations in pose exist, shown in Fig. 13. It also finds difficulties in eye-brow detection in situations where hair and eyebrow overlap and if there

5 is any gap in the eyebrows, which is shown in Fig. 14(a) and Fig. 14(b) respectively. infrastructural facilities during progress of the work. Dr. D. K. Basu acknowledges the Emeritus fellowship with thanks to AICTE, New Delhi. REFERENCES Figure 13. Left profile image with different pose, b. Right profile image with different pose, c. Left profile image with too much rotation, d. Right profile image with too much rotation. Figure 14. a. Left profile image where hair falls on eye-brow, b. Right profile image, where a big cut mark on eye-brow. IV. CONCLUSION In this work a method for construction of frontal face images from side-view face images is thoroughly described. The reconstructed frontal view face images can be effectively used to yield better face recognition performance. Frontal face images for unknown persons can be easily generated when a single face image with any one side view is available. [1] M. Turk and A.Pentland, Eigenfaces for recognition, Journal Cognitive Neuroscience, Vol.3, pp.71-86, [2] X. Lu, D. Colbry and A.K. Jain, Three-Dimensional model based Face Recognition, Proc. International Conference on Pattern Recognition, Cambridge, UK, August, [3] Fast Image Mosaicing for Panoramic Face Recognition Fan Yang, Michel Paindavoine, Hervé Abdi, Dominique Arnoult Journal of Multimedia, Vol. 1, No. 2, May [4] A.K.Jain and A.Ross, Fingerprint Mosaicing, IEEE International Conference on Acoustics, Speech, and Signal Processing (ICASSP), Orlando, Florida, May, [5] Realistic 3D Face Modeling by Fusing Multiple 2D Images Model. Changhu Wang, Shuicheng Yan, Hongjiang Zhang, Weiying Ma Proceedings of the 11th International Multimedia Modelling Conference (MMM 05) /05 $ IEEE. [6] F.I. Parke. Computer generated animation of faces, in ACM National Conference. ACM, November [7] Kin-Man Lam and Hong Yan, An Analytic-to-Holistic Approach for Face Recognition Based on a Single Frontal View, PAMI98, Vol2, No7, page [8] S.Romdhani, V.Blanz, and T.Vetter. Face identification by fitting a 3D Morphable model using linear shape and texture error functions. In Computer Vision ECCV 02, volume 4, pages 3-19, [9] Liu, Z., Zhang, Z., Jacobs, C. and Cohen, M. (2000). Rapid modeling of animated faces from video, Proc. 3rd International Conference on Visual Computing, Mexico City, pp Also in the special issue of The Journal of Visualization and Computer Animation, Vol.12, [10] Y. X. Hu, D. L. Jiang, S. C. Yan, Lei Zhang, H.J. Zhang. "Automatic 3D Reconstruction for Face Recognition", In FG2004 Proceedings, pages , In criminal investigation it can be a real good tool to generate the approximate face image of the criminal when a side view is available from CCTV footage or other sources. There are some difficulties in construction of frontal face when faces are rotated with larger degrees or have different poses. Acknowledgment Authors are thankful to the "Center for Microprocessor Application for Training Education and Research" of Computer Science & Engineering Department, Jadavpur University, for providing 59

Fast Panoramic Face Mosaicing and Recognition

Fast Panoramic Face Mosaicing and Recognition Fast Panoramic Face Mosaicing and Recognition Fan Yang, Michel Paindavoine, Hervé Abdi* Laboratoire Le2i, Aile de l Ingénieur - Mirande Université de Bourgogne, BP 400-21011 DIJON cedex, FRANCE fanyang@u-bourgogne.fr,

More information

Panoramic face mosaicing and recognition using multi-cameras

Panoramic face mosaicing and recognition using multi-cameras Panoramic face mosaicing and recognition using multi-cameras Fan Yang, Michel Paindavoine, Hervé Abdi*, Dominique Arnoult Laboratoire Le2i, Aile de l Ingénieur - Mirande Université de Bourgogne, BP 400-21011

More information

Available online at ScienceDirect. Procedia Computer Science 46 (2015 )

Available online at   ScienceDirect. Procedia Computer Science 46 (2015 ) Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 46 (2015 ) 1754 1761 International Conference on Information and Communication Technologies (ICICT 2014) Age Estimation

More information

Abstract We present a system which automatically generates a 3D face model from a single frontal image of a face. Our system consists of two component

Abstract We present a system which automatically generates a 3D face model from a single frontal image of a face. Our system consists of two component A Fully Automatic System To Model Faces From a Single Image Zicheng Liu Microsoft Research August 2003 Technical Report MSR-TR-2003-55 Microsoft Research Microsoft Corporation One Microsoft Way Redmond,

More information

Age Group Estimation using Face Features Ranjan Jana, Debaleena Datta, Rituparna Saha

Age Group Estimation using Face Features Ranjan Jana, Debaleena Datta, Rituparna Saha Estimation using Face Features Ranjan Jana, Debaleena Datta, Rituparna Saha Abstract Recognition of the most facial variations, such as identity, expression and gender has been extensively studied. Automatic

More information

3D FACE RECONSTRUCTION BASED ON EPIPOLAR GEOMETRY

3D FACE RECONSTRUCTION BASED ON EPIPOLAR GEOMETRY IJDW Volume 4 Number January-June 202 pp. 45-50 3D FACE RECONSRUCION BASED ON EPIPOLAR GEOMERY aher Khadhraoui, Faouzi Benzarti 2 and Hamid Amiri 3,2,3 Signal, Image Processing and Patterns Recognition

More information

Fuzzy Classification of Facial Component Parameters

Fuzzy Classification of Facial Component Parameters Fuzzy Classification of Facial Component Parameters S. alder 1,. Bhattacherjee 2,. Nasipuri 2,. K. Basu 2* and. Kundu 2 1 epartment of Computer Science and Engineering, RCCIIT, Kolkata -, India Email:

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

Conversion of 2D Image into 3D and Face Recognition Based Attendance System

Conversion of 2D Image into 3D and Face Recognition Based Attendance System Conversion of 2D Image into 3D and Face Recognition Based Attendance System Warsha Kandlikar, Toradmal Savita Laxman, Deshmukh Sonali Jagannath Scientist C, Electronics Design and Technology, NIELIT Aurangabad,

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

Biometric Security System Using Palm print

Biometric Security System Using Palm print ISSN (Online) : 2319-8753 ISSN (Print) : 2347-6710 International Journal of Innovative Research in Science, Engineering and Technology Volume 3, Special Issue 3, March 2014 2014 International Conference

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

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

Comparison of fingerprint enhancement techniques through Mean Square Error and Peak-Signal to Noise Ratio

Comparison of fingerprint enhancement techniques through Mean Square Error and Peak-Signal to Noise Ratio Comparison of fingerprint enhancement techniques through Mean Square Error and Peak-Signal to Noise Ratio M. M. Kazi A. V. Mane R. R. Manza, K. V. Kale, Professor and Head, Abstract In the fingerprint

More information

Keywords Wavelet decomposition, SIFT, Unibiometrics, Multibiometrics, Histogram Equalization.

Keywords Wavelet decomposition, SIFT, Unibiometrics, Multibiometrics, Histogram Equalization. Volume 3, Issue 7, July 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Secure and Reliable

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

The BJUT-3D Large-Scale Chinese Face Database

The BJUT-3D Large-Scale Chinese Face Database The BJUT-3D Large-Scale Chinese Face Database MISKL-TR-05-FMFR-001 Aug 2005 Multimedia and Intelligent Software Technology Beijing Municipal Key Laboratory Beijing University of Technology 1 The BJUT-3D

More information

A new approach to reference point location in fingerprint recognition

A new approach to reference point location in fingerprint recognition A new approach to reference point location in fingerprint recognition Piotr Porwik a) and Lukasz Wieclaw b) Institute of Informatics, Silesian University 41 200 Sosnowiec ul. Bedzinska 39, Poland a) porwik@us.edu.pl

More information

D DAVID PUBLISHING. 3D Modelling, Simulation and Prediction of Facial Wrinkles. 1. Introduction

D DAVID PUBLISHING. 3D Modelling, Simulation and Prediction of Facial Wrinkles. 1. Introduction Journal of Communication and Computer 11 (2014) 365-370 doi: 10.17265/1548-7709/2014.04 005 D DAVID PUBLISHING 3D Modelling, Simulation and Prediction of Facial Wrinkles Sokyna Alqatawneh 1, Ali Mehdi

More information

Fingerprint Recognition using Texture Features

Fingerprint Recognition using Texture Features Fingerprint Recognition using Texture Features Manidipa Saha, Jyotismita Chaki, Ranjan Parekh,, School of Education Technology, Jadavpur University, Kolkata, India Abstract: This paper proposes an efficient

More information

Morphable Displacement Field Based Image Matching for Face Recognition across Pose

Morphable Displacement Field Based Image Matching for Face Recognition across Pose Morphable Displacement Field Based Image Matching for Face Recognition across Pose Speaker: Iacopo Masi Authors: Shaoxin Li Xin Liu Xiujuan Chai Haihong Zhang Shihong Lao Shiguang Shan Work presented as

More information

Face Recognition At-a-Distance Based on Sparse-Stereo Reconstruction

Face Recognition At-a-Distance Based on Sparse-Stereo Reconstruction Face Recognition At-a-Distance Based on Sparse-Stereo Reconstruction Ham Rara, Shireen Elhabian, Asem Ali University of Louisville Louisville, KY {hmrara01,syelha01,amali003}@louisville.edu Mike Miller,

More information

Pose Normalization for Robust Face Recognition Based on Statistical Affine Transformation

Pose Normalization for Robust Face Recognition Based on Statistical Affine Transformation Pose Normalization for Robust Face Recognition Based on Statistical Affine Transformation Xiujuan Chai 1, 2, Shiguang Shan 2, Wen Gao 1, 2 1 Vilab, Computer College, Harbin Institute of Technology, Harbin,

More information

Face Tracking. Synonyms. Definition. Main Body Text. Amit K. Roy-Chowdhury and Yilei Xu. Facial Motion Estimation

Face Tracking. Synonyms. Definition. Main Body Text. Amit K. Roy-Chowdhury and Yilei Xu. Facial Motion Estimation Face Tracking Amit K. Roy-Chowdhury and Yilei Xu Department of Electrical Engineering, University of California, Riverside, CA 92521, USA {amitrc,yxu}@ee.ucr.edu Synonyms Facial Motion Estimation Definition

More information

Keywords: Biometrics, Fingerprint, Minutia, Fractal Dimension, Box Counting.

Keywords: Biometrics, Fingerprint, Minutia, Fractal Dimension, Box Counting. Volume 4, Issue 1, January 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Fingerprint

More information

Fingerprint Verification applying Invariant Moments

Fingerprint Verification applying Invariant Moments Fingerprint Verification applying Invariant Moments J. Leon, G Sanchez, G. Aguilar. L. Toscano. H. Perez, J. M. Ramirez National Polytechnic Institute SEPI ESIME CULHUACAN Mexico City, Mexico National

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

International Journal of Advance Engineering and Research Development

International Journal of Advance Engineering and Research Development 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 Estimation

More information

A adaptive block based integrated LDP, GLCM, and Morphological features for Face Recognition

A adaptive block based integrated LDP, GLCM, and Morphological features for Face Recognition A adaptive block based integrated LDP, GLCM, and Morphological features for Face Recognition Arindam Kar 1, Debotosh Bhattacharjee 2, Dipak Kumar Basu 2*, Mita Nasipuri 2, Mahantapas Kundu 2 1 Indian Statistical

More information

Head Frontal-View Identification Using Extended LLE

Head Frontal-View Identification Using Extended LLE Head Frontal-View Identification Using Extended LLE Chao Wang Center for Spoken Language Understanding, Oregon Health and Science University Abstract Automatic head frontal-view identification is challenging

More information

A FAST 3D FACE RECONSTRUCTION METHOD FROM A SINGLE IMAGE USING ADJUSTABLE MODEL. Tao Wu, Fei Zhou, Qingmin Liao*

A FAST 3D FACE RECONSTRUCTION METHOD FROM A SINGLE IMAGE USING ADJUSTABLE MODEL. Tao Wu, Fei Zhou, Qingmin Liao* A FAST 3D FACE RECONSTRUCTION METHOD FROM A SINGLE IMAGE USING ADJUSTABLE MODEL Tao Wu, Fei Zhou, Qingmin Liao* Visual Information Processing Laboratory/Shenzhen Key Laboratory of Science and Technology

More information

[Gaikwad *, 5(11): November 2018] ISSN DOI /zenodo Impact Factor

[Gaikwad *, 5(11): November 2018] ISSN DOI /zenodo Impact Factor GLOBAL JOURNAL OF ENGINEERING SCIENCE AND RESEARCHES LBP AND PCA BASED ON FACE RECOGNITION SYSTEM Ashok T. Gaikwad Institute of Management Studies and Information Technology, Aurangabad, (M.S), India 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

Face Cyclographs for Recognition

Face Cyclographs for Recognition Face Cyclographs for Recognition Guodong Guo Department of Computer Science North Carolina Central University E-mail: gdguo@nccu.edu Charles R. Dyer Computer Sciences Department University of Wisconsin-Madison

More information

Dr. K. Nagabhushan Raju Professor, Dept. of Instrumentation Sri Krishnadevaraya University, Anantapuramu, Andhra Pradesh, India

Dr. K. Nagabhushan Raju Professor, Dept. of Instrumentation Sri Krishnadevaraya University, Anantapuramu, Andhra Pradesh, India Volume 6, Issue 10, October 2016 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Design and

More information

Biometrics Technology: Multi-modal (Part 2)

Biometrics Technology: Multi-modal (Part 2) Biometrics Technology: Multi-modal (Part 2) References: At the Level: [M7] U. Dieckmann, P. Plankensteiner and T. Wagner, "SESAM: A biometric person identification system using sensor fusion ", Pattern

More information

wavelet packet transform

wavelet packet transform Research Journal of Engineering Sciences ISSN 2278 9472 Combining left and right palmprint for enhanced security using discrete wavelet packet transform Abstract Komal Kashyap * and Ekta Tamrakar Department

More information

Finger Print Enhancement Using Minutiae Based Algorithm

Finger Print Enhancement Using Minutiae Based Algorithm 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. 8, August 2014,

More information

Mobile Face Recognization

Mobile Face Recognization Mobile Face Recognization CS4670 Final Project Cooper Bills and Jason Yosinski {csb88,jy495}@cornell.edu December 12, 2010 Abstract We created a mobile based system for detecting faces within a picture

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

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

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

Flexible Calibration of a Portable Structured Light System through Surface Plane

Flexible Calibration of a Portable Structured Light System through Surface Plane Vol. 34, No. 11 ACTA AUTOMATICA SINICA November, 2008 Flexible Calibration of a Portable Structured Light System through Surface Plane GAO Wei 1 WANG Liang 1 HU Zhan-Yi 1 Abstract For a portable structured

More information

Peg-Free Hand Geometry Verification System

Peg-Free Hand Geometry Verification System Peg-Free Hand Geometry Verification System Pavan K Rudravaram Venu Govindaraju Center for Unified Biometrics and Sensors (CUBS), University at Buffalo,New York,USA. {pkr, govind} @cedar.buffalo.edu http://www.cubs.buffalo.edu

More information

CIRCULAR MOIRÉ PATTERNS IN 3D COMPUTER VISION APPLICATIONS

CIRCULAR MOIRÉ PATTERNS IN 3D COMPUTER VISION APPLICATIONS CIRCULAR MOIRÉ PATTERNS IN 3D COMPUTER VISION APPLICATIONS Setiawan Hadi Mathematics Department, Universitas Padjadjaran e-mail : shadi@unpad.ac.id Abstract Geometric patterns generated by superimposing

More information

Criminal Identification System Using Face Detection and Recognition

Criminal Identification System Using Face Detection and Recognition Criminal Identification System Using Face Detection and Recognition Piyush Kakkar 1, Mr. Vibhor Sharma 2 Information Technology Department, Maharaja Agrasen Institute of Technology, Delhi 1 Assistant Professor,

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

Synthesizing Realistic Facial Expressions from Photographs

Synthesizing Realistic Facial Expressions from Photographs Synthesizing Realistic Facial Expressions from Photographs 1998 F. Pighin, J Hecker, D. Lischinskiy, R. Szeliskiz and D. H. Salesin University of Washington, The Hebrew University Microsoft Research 1

More information

Iris Recognition for Eyelash Detection Using Gabor Filter

Iris Recognition for Eyelash Detection Using Gabor Filter Iris Recognition for Eyelash Detection Using Gabor Filter Rupesh Mude 1, Meenakshi R Patel 2 Computer Science and Engineering Rungta College of Engineering and Technology, Bhilai Abstract :- Iris recognition

More information

Fingerprint Image Enhancement Algorithm and Performance Evaluation

Fingerprint Image Enhancement Algorithm and Performance Evaluation Fingerprint Image Enhancement Algorithm and Performance Evaluation Naja M I, Rajesh R M Tech Student, College of Engineering, Perumon, Perinad, Kerala, India Project Manager, NEST GROUP, Techno Park, TVM,

More information

Locating 1-D Bar Codes in DCT-Domain

Locating 1-D Bar Codes in DCT-Domain Edith Cowan University Research Online ECU Publications Pre. 2011 2006 Locating 1-D Bar Codes in DCT-Domain Alexander Tropf Edith Cowan University Douglas Chai Edith Cowan University 10.1109/ICASSP.2006.1660449

More information

Accurate 3D Face and Body Modeling from a Single Fixed Kinect

Accurate 3D Face and Body Modeling from a Single Fixed Kinect Accurate 3D Face and Body Modeling from a Single Fixed Kinect Ruizhe Wang*, Matthias Hernandez*, Jongmoo Choi, Gérard Medioni Computer Vision Lab, IRIS University of Southern California Abstract In this

More information

Occlusion Robust Multi-Camera Face Tracking

Occlusion Robust Multi-Camera Face Tracking Occlusion Robust Multi-Camera Face Tracking Josh Harguess, Changbo Hu, J. K. Aggarwal Computer & Vision Research Center / Department of ECE The University of Texas at Austin harguess@utexas.edu, changbo.hu@gmail.com,

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

K-Nearest Neighbor Classification Approach for Face and Fingerprint at Feature Level Fusion

K-Nearest Neighbor Classification Approach for Face and Fingerprint at Feature Level Fusion K-Nearest Neighbor Classification Approach for Face and Fingerprint at Feature Level Fusion Dhriti PEC University of Technology Chandigarh India Manvjeet Kaur PEC University of Technology Chandigarh India

More information

FAST REGISTRATION OF TERRESTRIAL LIDAR POINT CLOUD AND SEQUENCE IMAGES

FAST REGISTRATION OF TERRESTRIAL LIDAR POINT CLOUD AND SEQUENCE IMAGES FAST REGISTRATION OF TERRESTRIAL LIDAR POINT CLOUD AND SEQUENCE IMAGES Jie Shao a, Wuming Zhang a, Yaqiao Zhu b, Aojie Shen a a State Key Laboratory of Remote Sensing Science, Institute of Remote Sensing

More information

Structured Light II. Thanks to Ronen Gvili, Szymon Rusinkiewicz and Maks Ovsjanikov

Structured Light II. Thanks to Ronen Gvili, Szymon Rusinkiewicz and Maks Ovsjanikov Structured Light II Johannes Köhler Johannes.koehler@dfki.de Thanks to Ronen Gvili, Szymon Rusinkiewicz and Maks Ovsjanikov Introduction Previous lecture: Structured Light I Active Scanning Camera/emitter

More information

Three-dimensional nondestructive evaluation of cylindrical objects (pipe) using an infrared camera coupled to a 3D scanner

Three-dimensional nondestructive evaluation of cylindrical objects (pipe) using an infrared camera coupled to a 3D scanner Three-dimensional nondestructive evaluation of cylindrical objects (pipe) using an infrared camera coupled to a 3D scanner F. B. Djupkep Dizeu, S. Hesabi, D. Laurendeau, A. Bendada Computer Vision and

More information

Sketch Based Image Retrieval Approach Using Gray Level Co-Occurrence Matrix

Sketch Based Image Retrieval Approach Using Gray Level Co-Occurrence Matrix Sketch Based Image Retrieval Approach Using Gray Level Co-Occurrence Matrix K... Nagarjuna Reddy P. Prasanna Kumari JNT University, JNT University, LIET, Himayatsagar, Hyderabad-8, LIET, Himayatsagar,

More information

Multimodal Biometric System by Feature Level Fusion of Palmprint and Fingerprint

Multimodal Biometric System by Feature Level Fusion of Palmprint and Fingerprint Multimodal Biometric System by Feature Level Fusion of Palmprint and Fingerprint Navdeep Bajwa M.Tech (Student) Computer Science GIMET, PTU Regional Center Amritsar, India Er. Gaurav Kumar M.Tech (Supervisor)

More information

Face recognition based on improved BP neural network

Face recognition based on improved BP neural network Face recognition based on improved BP neural network Gaili Yue, Lei Lu a, College of Electrical and Control Engineering, Xi an University of Science and Technology, Xi an 710043, China Abstract. In order

More information

An Integrated Face Recognition Algorithm Based on Wavelet Subspace

An Integrated Face Recognition Algorithm Based on Wavelet Subspace , pp.20-25 http://dx.doi.org/0.4257/astl.204.48.20 An Integrated Face Recognition Algorithm Based on Wavelet Subspace Wenhui Li, Ning Ma, Zhiyan Wang College of computer science and technology, Jilin University,

More information

Finger Vein Biometric Approach for Personal Identification Using IRT Feature and Gabor Filter Implementation

Finger Vein Biometric Approach for Personal Identification Using IRT Feature and Gabor Filter Implementation Finger Vein Biometric Approach for Personal Identification Using IRT Feature and Gabor Filter Implementation Sowmya. A (Digital Electronics (MTech), BITM Ballari), Shiva kumar k.s (Associate Professor,

More information

Skew Detection and Correction of Document Image using Hough Transform Method

Skew Detection and Correction of Document Image using Hough Transform Method Skew Detection and Correction of Document Image using Hough Transform Method [1] Neerugatti Varipally Vishwanath, [2] Dr.T. Pearson, [3] K.Chaitanya, [4] MG JaswanthSagar, [5] M.Rupesh [1] Asst.Professor,

More information

AAM Based Facial Feature Tracking with Kinect

AAM Based Facial Feature Tracking with Kinect BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 15, No 3 Sofia 2015 Print ISSN: 1311-9702; Online ISSN: 1314-4081 DOI: 10.1515/cait-2015-0046 AAM Based Facial Feature Tracking

More information

A High Speed Face Measurement System

A High Speed Face Measurement System A High Speed Face Measurement System Kazuhide HASEGAWA, Kazuyuki HATTORI and Yukio SATO Department of Electrical and Computer Engineering, Nagoya Institute of Technology Gokiso, Showa, Nagoya, Japan, 466-8555

More information

A novel 3D torso image reconstruction procedure using a pair of digital stereo back images

A novel 3D torso image reconstruction procedure using a pair of digital stereo back images Modelling in Medicine and Biology VIII 257 A novel 3D torso image reconstruction procedure using a pair of digital stereo back images A. Kumar & N. Durdle Department of Electrical & Computer Engineering,

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

FLY THROUGH VIEW VIDEO GENERATION OF SOCCER SCENE

FLY THROUGH VIEW VIDEO GENERATION OF SOCCER SCENE FLY THROUGH VIEW VIDEO GENERATION OF SOCCER SCENE Naho INAMOTO and Hideo SAITO Keio University, Yokohama, Japan {nahotty,saito}@ozawa.ics.keio.ac.jp Abstract Recently there has been great deal of interest

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 B. Weyrauch J. Huang benjamin.weyrauch@vitronic.com jenniferhuang@alum.mit.edu Center for Biological and Center for Biological and Computational

More information

Performance Evaluation Metrics and Statistics for Positional Tracker Evaluation

Performance Evaluation Metrics and Statistics for Positional Tracker Evaluation Performance Evaluation Metrics and Statistics for Positional Tracker Evaluation Chris J. Needham and Roger D. Boyle School of Computing, The University of Leeds, Leeds, LS2 9JT, UK {chrisn,roger}@comp.leeds.ac.uk

More information

DISTANCE MAPS: A ROBUST ILLUMINATION PREPROCESSING FOR ACTIVE APPEARANCE MODELS

DISTANCE MAPS: A ROBUST ILLUMINATION PREPROCESSING FOR ACTIVE APPEARANCE MODELS DISTANCE MAPS: A ROBUST ILLUMINATION PREPROCESSING FOR ACTIVE APPEARANCE MODELS Sylvain Le Gallou*, Gaspard Breton*, Christophe Garcia*, Renaud Séguier** * France Telecom R&D - TECH/IRIS 4 rue du clos

More information

A NOVEL SECURED BOOLEAN BASED SECRET IMAGE SHARING SCHEME

A NOVEL SECURED BOOLEAN BASED SECRET IMAGE SHARING SCHEME VOL 13, NO 13, JULY 2018 ISSN 1819-6608 2006-2018 Asian Research Publishing Network (ARPN) All rights reserved wwwarpnjournalscom A NOVEL SECURED BOOLEAN BASED SECRET IMAGE SHARING SCHEME Javvaji V K Ratnam

More information

[Nirgude* et al., 4(1): January, 2017] ISSN Impact Factor 2.675

[Nirgude* et al., 4(1): January, 2017] ISSN Impact Factor 2.675 GLOBAL JOURNAL OF ADVANCED ENGINEERING TECHNOLOGIES AND SCIENCES FACE RECOGNITION SYSTEM USING PRINCIPAL COMPONENT ANALYSIS & LINEAR DISCRIMINANT ANALYSIS METHOD SIMULTANEOUSLY WITH 3D MORPHABLE MODEL

More information

A System for Joining and Recognition of Broken Bangla Numerals for Indian Postal Automation

A System for Joining and Recognition of Broken Bangla Numerals for Indian Postal Automation A System for Joining and Recognition of Broken Bangla Numerals for Indian Postal Automation K. Roy, U. Pal and B. B. Chaudhuri CVPR Unit; Indian Statistical Institute, Kolkata-108; India umapada@isical.ac.in

More information

Tracking facial features using low resolution and low fps cameras under variable light conditions

Tracking facial features using low resolution and low fps cameras under variable light conditions Tracking facial features using low resolution and low fps cameras under variable light conditions Peter Kubíni * Department of Computer Graphics Comenius University Bratislava / Slovakia Abstract We are

More information

3D Computer Vision. Structured Light II. Prof. Didier Stricker. Kaiserlautern University.

3D Computer Vision. Structured Light II. Prof. Didier Stricker. Kaiserlautern University. 3D Computer Vision Structured Light II Prof. Didier Stricker Kaiserlautern University http://ags.cs.uni-kl.de/ DFKI Deutsches Forschungszentrum für Künstliche Intelligenz http://av.dfki.de 1 Introduction

More information

Surround Structured Lighting for Full Object Scanning

Surround Structured Lighting for Full Object Scanning Surround Structured Lighting for Full Object Scanning Douglas Lanman, Daniel Crispell, and Gabriel Taubin Brown University, Dept. of Engineering August 21, 2007 1 Outline Introduction and Related Work

More information

Multimodal Biometric System in Secure e- Transaction in Smart Phone

Multimodal Biometric System in Secure e- Transaction in Smart Phone Multimodal Biometric System in Secure e- Transaction in Smart Phone Amit Kumar PG Student Department of computer science.,sssist, Sehore Kailash Patidar Professor Department of computer science,sssist,

More information

Fingerprint Mosaicking by Rolling with Sliding

Fingerprint Mosaicking by Rolling with Sliding Fingerprint Mosaicking by Rolling with Sliding Kyoungtaek Choi, Hunjae Park, Hee-seung Choi and Jaihie Kim Department of Electrical and Electronic Engineering,Yonsei University Biometrics Engineering Research

More information

Full-Motion Recovery from Multiple Video Cameras Applied to Face Tracking and Recognition

Full-Motion Recovery from Multiple Video Cameras Applied to Face Tracking and Recognition Full-Motion Recovery from Multiple Video Cameras Applied to Face Tracking and Recognition Josh Harguess, Changbo Hu, J. K. Aggarwal Computer & Vision Research Center / Department of ECE The University

More information

Image Variant Face Recognition System

Image Variant Face Recognition System Image Variant Face Recognition System Miss. Swati. B. Memane 1 Assistant Professor 1 Electronics & Telecommunication Department 1 SNJB S COE, Chandwad, India Abstract: Biometrics is an automatic method

More information

Stereo Image Rectification for Simple Panoramic Image Generation

Stereo Image Rectification for Simple Panoramic Image Generation Stereo Image Rectification for Simple Panoramic Image Generation Yun-Suk Kang and Yo-Sung Ho Gwangju Institute of Science and Technology (GIST) 261 Cheomdan-gwagiro, Buk-gu, Gwangju 500-712 Korea Email:{yunsuk,

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

Ray tracing based fast refraction method for an object seen through a cylindrical glass

Ray tracing based fast refraction method for an object seen through a cylindrical glass 20th International Congress on Modelling and Simulation, Adelaide, Australia, 1 6 December 2013 www.mssanz.org.au/modsim2013 Ray tracing based fast refraction method for an object seen through a cylindrical

More information

User Identification by Hierarchical Fingerprint and Palmprint Matching

User Identification by Hierarchical Fingerprint and Palmprint Matching User Identification by Hierarchical Fingerprint and Palmprint Matching Annapoorani D #1, Caroline Viola Stella Mary M *2 # PG Scholar, Department of Information Technology, * Prof. and HOD, Department

More information

FACE RECOGNITION FROM A SINGLE SAMPLE USING RLOG FILTER AND MANIFOLD ANALYSIS

FACE RECOGNITION FROM A SINGLE SAMPLE USING RLOG FILTER AND MANIFOLD ANALYSIS FACE RECOGNITION FROM A SINGLE SAMPLE USING RLOG FILTER AND MANIFOLD ANALYSIS Jaya Susan Edith. S 1 and A.Usha Ruby 2 1 Department of Computer Science and Engineering,CSI College of Engineering, 2 Research

More information

Categorization by Learning and Combining Object Parts

Categorization by Learning and Combining Object Parts Categorization by Learning and Combining Object Parts Bernd Heisele yz Thomas Serre y Massimiliano Pontil x Thomas Vetter Λ Tomaso Poggio y y Center for Biological and Computational Learning, M.I.T., Cambridge,

More information

AN EFFICIENT BINARIZATION TECHNIQUE FOR FINGERPRINT IMAGES S. B. SRIDEVI M.Tech., Department of ECE

AN EFFICIENT BINARIZATION TECHNIQUE FOR FINGERPRINT IMAGES S. B. SRIDEVI M.Tech., Department of ECE AN EFFICIENT BINARIZATION TECHNIQUE FOR FINGERPRINT IMAGES S. B. SRIDEVI M.Tech., Department of ECE sbsridevi89@gmail.com 287 ABSTRACT Fingerprint identification is the most prominent method of biometric

More information

Published by: PIONEER RESEARCH & DEVELOPMENT GROUP (www.prdg.org) 1

Published by: PIONEER RESEARCH & DEVELOPMENT GROUP (www.prdg.org) 1 Minutiae Points Extraction using Biometric Fingerprint- Enhancement Vishal Wagh 1, Shefali Sonavane 2 1 Computer Science and Engineering Department, Walchand College of Engineering, Sangli, Maharashtra-416415,

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

3D MODELLING, SIMULATION AND PREDICTION OF FACIAL WRINKLES

3D MODELLING, SIMULATION AND PREDICTION OF FACIAL WRINKLES 3D MODELLING, SIMULATION AND PREDICTION OF FACIAL WRINKLES Sokyna Al-Qatawneh 1, Ali Mehdi 2, and Thamer Al Rawashdeh 3 1 Department of Multimedia Systems, Faculty of Science and IT, Al-Zaytoonah University

More information

Compositing a bird's eye view mosaic

Compositing a bird's eye view mosaic Compositing a bird's eye view mosaic Robert Laganiere School of Information Technology and Engineering University of Ottawa Ottawa, Ont KN 6N Abstract This paper describes a method that allows the composition

More information

APPLICATION OF LOCAL BINARY PATTERN AND PRINCIPAL COMPONENT ANALYSIS FOR FACE RECOGNITION

APPLICATION OF LOCAL BINARY PATTERN AND PRINCIPAL COMPONENT ANALYSIS FOR FACE RECOGNITION APPLICATION OF LOCAL BINARY PATTERN AND PRINCIPAL COMPONENT ANALYSIS FOR FACE RECOGNITION 1 CHETAN BALLUR, 2 SHYLAJA S S P.E.S.I.T, Bangalore Email: chetanballur7@gmail.com, shylaja.sharath@pes.edu Abstract

More information

Multimodal Biometric Authentication using Face and Fingerprint

Multimodal Biometric Authentication using Face and Fingerprint IJIRST National Conference on Networks, Intelligence and Computing Systems March 2017 Multimodal Biometric Authentication using Face and Fingerprint Gayathri. R 1 Viji. A 2 1 M.E Student 2 Teaching Fellow

More information

Mouse Pointer Tracking with Eyes

Mouse Pointer Tracking with Eyes Mouse Pointer Tracking with Eyes H. Mhamdi, N. Hamrouni, A. Temimi, and M. Bouhlel Abstract In this article, we expose our research work in Human-machine Interaction. The research consists in manipulating

More information

Fingertips Tracking based on Gradient Vector

Fingertips Tracking based on Gradient Vector Int. J. Advance Soft Compu. Appl, Vol. 7, No. 3, November 2015 ISSN 2074-8523 Fingertips Tracking based on Gradient Vector Ahmad Yahya Dawod 1, Md Jan Nordin 1, and Junaidi Abdullah 2 1 Pattern Recognition

More information

The Novel Approach for 3D Face Recognition Using Simple Preprocessing Method

The Novel Approach for 3D Face Recognition Using Simple Preprocessing Method The Novel Approach for 3D Face Recognition Using Simple Preprocessing Method Parvin Aminnejad 1, Ahmad Ayatollahi 2, Siamak Aminnejad 3, Reihaneh Asghari Abstract In this work, we presented a novel approach

More information

Figure 1. Example sample for fabric mask. In the second column, the mask is worn on the face. The picture is taken from [5].

Figure 1. Example sample for fabric mask. In the second column, the mask is worn on the face. The picture is taken from [5]. ON THE VULNERABILITY OF FACE RECOGNITION SYSTEMS TO SPOOFING MASK ATTACKS Neslihan Kose, Jean-Luc Dugelay Multimedia Department, EURECOM, Sophia-Antipolis, France {neslihan.kose, jean-luc.dugelay}@eurecom.fr

More information

Effects Of Shadow On Canny Edge Detection through a camera

Effects Of Shadow On Canny Edge Detection through a camera 1523 Effects Of Shadow On Canny Edge Detection through a camera Srajit Mehrotra Shadow causes errors in computer vision as it is difficult to detect objects that are under the influence of shadows. Shadow

More information