SlideShare a Scribd company logo
2
Most read
4
Most read
5
Most read
1
Face Recognition
Technology
Presented By:
Ranjit R, Banshpal
1
1
2
INDEX
 Biometrics
 Face recognition
 Different approaches
 ML Algorithm
 Proposed System
 Software used in face recognition Technology
 Advantage
 Application
 Conclusion
 References
3
 “A biometric is a physiological or behavioral characteristic
of a human being that can distinguish one person from
another and that theoretically can be used for identification
or verification of identity.”
WHAT IS BIOMETRICS ?
Biometric applications available today are
categorized into 2 sectors
 Psychological: Iris, Fingerprints, Hand, Retinal and Face
recognition
 Behavioral: Voice, Typing pattern, Signature
Face Recognition
Face recognition systems (FRSs) are an important field in computer
vision, because it represent a non-invasive BI technique.
1. A face detection algorithm is used for extracting faces from
video frames (training videos) and generating a face database.
2. Filtering and preprocessing are applied to face images obtained
in the previous step.
3. A collection of machine learning algorithms are trained using as
input data the faces obtained in the previous step.
4. Finally, the classifiers are used for classify faces obtained from
video frames
Facial recognition is a form of computer vision that uses faces to
attempt to identify a person or verify a person’s claimed identity.
For face recognition there are two types of comparisons,
cont…
1) IDENTFICATION
- figure out “Who is X?”
- accomplished by system performing a “one-to-many ”
search
2) VERIFICATION
- answer the question “Is this X?”
- accomplished by the system performing a “one-to-one”
search
cont…
DIFFERENT APPROACHES
Describe the different methods of face recognition.
 Feature extraction methods
The input image to identify and extract (and measure) distinctive
facial features such as the eyes, mouth, nose, etc.
Compute the geometric relationships among those facial points,
thus reducing the input facial image to a vector of geometric
features
 Holistic methods
Holistic approaches attempt to identify faces using global
representations, i.e., descriptions based on the entire image rather
than on local features of the face
MLAlgorithms
 During the past decades, several ML algorithms have been
proposed for classification tasks.
 Most of them are from the theoretical view under some
assumption about data distribution, characteristics of the classification
task, signal to-noise-ratio, etc.
 In reality, these assumptions are often hard to be verified.
Therefore, a practical solution for selecting an appropriate model for a
given classification task is to experimentally compare these
algorithms.
 Five widely used machine classifiers
 K-Nearest Neighbor (KNN)
 Locally-Weighted Learning (LWL)
 Naive Bayes classifier (NB)
 Decision Table Classifier (DT)
 Single Decision Tree (SDT).
Single Decision Tree (SDT) :
 Decision tree induction is the learning of decision trees from class-
labeled training tuple.
 A decision tree is a flowchart-like tree structure.
 Each internal node (non leaf node) denotes a test on an attribute.
 Each branch represents an outcome of the test.
 Each leaf node (or terminal node) holds a class label.
 The topmost node in a tree is the root node.
A path is traced from the root to a leaf node.
Single Decision Tree (SDT) :
 Most algorithms for decision tree induction follow a top-down
approach.
 Starts with a training set of tuples and their associated class labels.
 The training set is recursively partitioned into smaller subsets as the
tree is being built.
 To split D into smaller partitions according to the outcomes of the
splitting criterion.
 The specific algorithm for generating the decision tree is called
C4.5 algorithm.
Consider the two different videos of 10-second duration were used.
A total of 10x30x2 = 600 frames where processed. In the input
video, there was 6 different individuals, representing a total of 3, 600
samples (600 for each individual). Three versions of the dataset were
generated: one for a 100 x 100 pixels face resolution, one for a 50 x 50
pixels face resolution, and finally one for a 25 x 25 pixels face
resolution
cont…
Proposed System
 Face Detection
 Face detector implemented on OpenCV.
 Faces were detected using the function cvHaarDetectObjects.
 The Semi-Aided Labeling Module (SALM) reads the input
video, and for each frame where at least one face was detected by
the face detection module.
 Filtering and Preprocessing (FPM)
This module performs the following transformations:
 RGB to Gray scale Transformation: For reducing the amount of
data to be processed, a 24-bit per pixel RGB format is transformed
into a 8-bit per pixel gray-scale format.
 Scaling: The face images are scaled to a fixed number of rows
and columns. The output resolution for each face can be set by
user according to the required accuracy.
cont…
Tabular Dataset Building Module (TDBM)
 This module obtains the image pixels, and generates a tabular
dataset.
 where rows are the total number of subjects, and the columns are
the image pixels.
 The final column represents the class attribute.
 Training
For performing the training of the classification algorithms, the
following steps are required:
 Permute and split dataset. This operation is performed by the
Random Permutation and Splitting Module (RPSM). Basically, a
random permutation of the samples contained in the tabular dataset
is performed, and the resulting dataset is divided into two datasets:
the training dataset and the test dataset.
cont…
 Train classification algorithms. Each classification algorithm takes
as input the training data set generated by the RPSM, and performs
the model building for each classifier. Later, the model for each
classifier is stored in disk for use it later in the classification step.
 Classification
 In this module, with the help of the previous trained
classifiers, takes as input the faces from the test set, applies filter
and pre-preprocessing operators, and evaluates the test face in each
model generated by the trained classifiers.
After doing this comparison, face image is classified with the label
or name predicted by each classified.
The output of each classified is processed by the Performance
Evaluation Module (PEM), which generates a table with a
comparison among several classifiers.
cont…
SOFTWARE USED IN FACE
RECOGNITION TECHNOLOGY
 Facial recognition software falls into a larger group of
technologies known as biometrics.
 Here is the basic process that is used by the Face system to
capture and compare images
 Detection
When the system is attached to a video surveillance system, the
recognition software searches the field of view of a video camera
for faces.
If there is a face in the view, it is detected within a fraction of a
second. A multi-scale algorithm is used to search for faces in low
resolution.
 Alignment
Once a face is detected, the system determines the head's position,
size and pose. A face needs to be turned at least 35 degrees toward
the camera for the system to register it.
 Normalization
Normalization is performed regardless of the head's location and
distance from the camera. Light does not impact the normalization
process.
 Representation
The system translates the facial data into a unique code. This
coding process allows for easier comparison of the newly acquired
facial data to stored facial data.
 Matching
The newly acquired facial data is compared to the stored data and
linked to at least one stored facial representation. This is the
mathematical technique the system uses to encode faces. The system
can match multiple face prints at a rate of 60 million per minute from
memory or 15 million per minute from hard disk. The comparison
using a scale of one to 10. If a score is above a predetermined
threshold, a match is declared.
ADVANTAGES
 Convenient, social acceptability
 Easy to use
 Inexpensive technique of identification
APPLICATIONS
1. Replacement of PIN
2. Border control
3. Voter verification
4. Computer security
5. Government Use,
a. Security/Counterterrorism.
b. Immigration
8. Commercial Use,
a. Residential Security
b. Banking using ATM
This technique evaluate the suitability of both computer vision
and ML techniques for solving the problem of face detection and
recognition. Face recognition technologies have been associated
generally with very costly top secure applications. Today the core
technologies have evolved and the cost of equipment’s is going
down dramatically due to the integration and the increasing
processing power.
CONCLUSION
References
1. E. Garc´ ıa Amaro, M.A. Nu ˜ no-Maganda and M. Morales-Sandoval, “Evaluation of Machine
Learning Techniques for Face Detection and Recognition”, IEEE 2012.
2. Claudia Iancu, Peter Corcoran and Gabriel Costache,” A Review of Face Recognition
Techniques for In-Camera Applications”, IEEE 2007.
3. Brian C. Becker, Enrique G.Ortiz, “Evaluation of Face Recognition Techniques for Application
to Facebook ” 2008 IEEE
4. D. Bhattacharyya, R. Ranjan, F. Alisherov, and M. Choi, “Biometric authentication: A review,”
International Journal of u- and e- Service, Science and Technology, vol. 3, no. 2, pp. 23–
27, 2009.
5. C. M. Bishop, Pattern Recognition and Machine Learning (Information Science and Statistics).
Secaucus, NJ, USA: Springer-Verlag New York, Inc., 2006
6. G. Bradski and A. Kaehler, Learning OpenCV. O’Reilly Media Inc., 2008.
Thank you…

More Related Content

PPTX
Face recognization
PPTX
Face recognition technology
PPTX
Face Recognition Technology
PPTX
face recognition
PPTX
Face recognition
PPTX
Pattern recognition facial recognition
PPTX
Face recognisation system
PPTX
seminar presentation on Face ricognition technology
Face recognization
Face recognition technology
Face Recognition Technology
face recognition
Face recognition
Pattern recognition facial recognition
Face recognisation system
seminar presentation on Face ricognition technology

What's hot (20)

PPSX
Face recognition technology - BEST PPT
PPTX
Face detection presentation slide
PPT
Face Detection and Recognition System
PPTX
Image recognition
PPTX
Face recognigion system ppt
PPTX
Facial Emotion Recognition: A Deep Learning approach
PPTX
Facial recognition system
PPTX
Face recognition technology
PPT
Face recognition ppt
PPTX
Face Recognition Proposal Presentation
PPTX
Face Recognition Technology
PPTX
Vehicle registration plate recognition system
PPTX
Face recognization 1
PPTX
Attendance system based on face recognition using python by Raihan Sikdar
PPTX
Face Recognition Technology by Vishal Garg
PPTX
Face Detection Attendance System By Arjun Sharma
PPT
AUTOMATIC LICENSE PLATE RECOGNITION SYSTEM FOR INDIAN VEHICLE IDENTIFICATION ...
PPTX
face detection
PPTX
Face recognition technology
PDF
Face recognition Face Identification
Face recognition technology - BEST PPT
Face detection presentation slide
Face Detection and Recognition System
Image recognition
Face recognigion system ppt
Facial Emotion Recognition: A Deep Learning approach
Facial recognition system
Face recognition technology
Face recognition ppt
Face Recognition Proposal Presentation
Face Recognition Technology
Vehicle registration plate recognition system
Face recognization 1
Attendance system based on face recognition using python by Raihan Sikdar
Face Recognition Technology by Vishal Garg
Face Detection Attendance System By Arjun Sharma
AUTOMATIC LICENSE PLATE RECOGNITION SYSTEM FOR INDIAN VEHICLE IDENTIFICATION ...
face detection
Face recognition technology
Face recognition Face Identification
Ad

Viewers also liked (20)

PPT
Face Recognition Technology
PPTX
Face Recognition
PPT
Face recognition technology
PPT
Face Recognition Device F710
PDF
Face recognition software system by Junyu Tech.(China)
PPT
Eigenface For Face Recognition
PPTX
Facial recognition powerpoint
PPTX
Face recognition vaishali
PPTX
Face recogntion
PPTX
Face recognition tech1
PPTX
Face Recognition using OpenCV
PPT
Facial recognition technology by vaibhav
PPTX
Face Recognition by Sumudu Ranasinghe
PPTX
Face Recognition based Lecture Attendance System
PPTX
Face recognition using neural network
PPT
face recognition system using LBP
PPTX
Face recognition using artificial neural network
PPTX
Slideshare ppt
KEY
Speech recognition
DOCX
Audio Based Speech Recognition Using KNN Classification Method.Report
Face Recognition Technology
Face Recognition
Face recognition technology
Face Recognition Device F710
Face recognition software system by Junyu Tech.(China)
Eigenface For Face Recognition
Facial recognition powerpoint
Face recognition vaishali
Face recogntion
Face recognition tech1
Face Recognition using OpenCV
Facial recognition technology by vaibhav
Face Recognition by Sumudu Ranasinghe
Face Recognition based Lecture Attendance System
Face recognition using neural network
face recognition system using LBP
Face recognition using artificial neural network
Slideshare ppt
Speech recognition
Audio Based Speech Recognition Using KNN Classification Method.Report
Ad

Similar to Face recognition technology (20)

PPTX
Face recognition and detection
PPTX
Biometric
PPTX
Biometric
PPT
EnggRoom Code IntroFaceDetectRecognition.ppt
PPT
EnggRoom_Code_IntroFaceDetectRecognition.ppt
PPT
EnggRoom_Code_IntroFaceDetectRecognition.ppt
PDF
An optimal face recoginition tool
PDF
An optimal face recoginition tool
PPTX
Extracting individual information using facial recognition in a smart mirror....
PPT
Facial_recognition_Siva vadapalli1.pptx.ppt
PDF
IRJET- Digiyathra
PPTX
Real time face detection and recognition
PDF
Face Recognition Based on Image Processing in an Advanced Robotic System
PPTX
Face Recognition: A Comprehensive Overview
PDF
IRJET - Design and Development of Android Application for Face Detection and ...
PDF
IRJET- Face Detection and Recognition using OpenCV
PPTX
Face Recongnition using Machine Learning
PDF
Hybrid Domain based Face Recognition using DWT, FFT and Compressed CLBP
PDF
Ck36515520
PDF
AN EFFICIENT FACE RECOGNITION EMPLOYING SVM AND BU-LDP
Face recognition and detection
Biometric
Biometric
EnggRoom Code IntroFaceDetectRecognition.ppt
EnggRoom_Code_IntroFaceDetectRecognition.ppt
EnggRoom_Code_IntroFaceDetectRecognition.ppt
An optimal face recoginition tool
An optimal face recoginition tool
Extracting individual information using facial recognition in a smart mirror....
Facial_recognition_Siva vadapalli1.pptx.ppt
IRJET- Digiyathra
Real time face detection and recognition
Face Recognition Based on Image Processing in an Advanced Robotic System
Face Recognition: A Comprehensive Overview
IRJET - Design and Development of Android Application for Face Detection and ...
IRJET- Face Detection and Recognition using OpenCV
Face Recongnition using Machine Learning
Hybrid Domain based Face Recognition using DWT, FFT and Compressed CLBP
Ck36515520
AN EFFICIENT FACE RECOGNITION EMPLOYING SVM AND BU-LDP

More from ranjit banshpal (15)

PPTX
Designing Hybrid Cryptosystem for Secure Transmission of Image Data using Bio...
PPT
SECURE IMAGE RETRIEVAL BASED ON HYBRID FEATURES AND HASHES
PPTX
Secure Image Retrieval based on Hybrid Features and Hashes
PPT
LCT in day2 day life
PPT
Fingerprint recognition
PPT
“Web crawler”
PPT
Data mining technique for classification and feature evaluation using stream ...
PPTX
Parallelization using open mp
PPT
using big-data methods analyse the Cross platform aviation
PPT
E mail image spam filtering techniques
PPTX
Hybrid encryption
PPTX
Autocorrelators1
PPT
Static Networks
PPT
Ranjitbanshpal
DOC
Ranjitbanshpal1
Designing Hybrid Cryptosystem for Secure Transmission of Image Data using Bio...
SECURE IMAGE RETRIEVAL BASED ON HYBRID FEATURES AND HASHES
Secure Image Retrieval based on Hybrid Features and Hashes
LCT in day2 day life
Fingerprint recognition
“Web crawler”
Data mining technique for classification and feature evaluation using stream ...
Parallelization using open mp
using big-data methods analyse the Cross platform aviation
E mail image spam filtering techniques
Hybrid encryption
Autocorrelators1
Static Networks
Ranjitbanshpal
Ranjitbanshpal1

Recently uploaded (20)

PDF
Electronic commerce courselecture one. Pdf
PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
Approach and Philosophy of On baking technology
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
Empathic Computing: Creating Shared Understanding
PDF
Review of recent advances in non-invasive hemoglobin estimation
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
Modernizing your data center with Dell and AMD
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PDF
Machine learning based COVID-19 study performance prediction
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
Encapsulation theory and applications.pdf
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PDF
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
PDF
cuic standard and advanced reporting.pdf
Electronic commerce courselecture one. Pdf
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
Understanding_Digital_Forensics_Presentation.pptx
Digital-Transformation-Roadmap-for-Companies.pptx
Approach and Philosophy of On baking technology
Spectral efficient network and resource selection model in 5G networks
Building Integrated photovoltaic BIPV_UPV.pdf
Empathic Computing: Creating Shared Understanding
Review of recent advances in non-invasive hemoglobin estimation
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Dropbox Q2 2025 Financial Results & Investor Presentation
Modernizing your data center with Dell and AMD
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Machine learning based COVID-19 study performance prediction
Advanced methodologies resolving dimensionality complications for autism neur...
Encapsulation theory and applications.pdf
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
cuic standard and advanced reporting.pdf

Face recognition technology

  • 2. 2 INDEX  Biometrics  Face recognition  Different approaches  ML Algorithm  Proposed System  Software used in face recognition Technology  Advantage  Application  Conclusion  References
  • 3. 3  “A biometric is a physiological or behavioral characteristic of a human being that can distinguish one person from another and that theoretically can be used for identification or verification of identity.” WHAT IS BIOMETRICS ? Biometric applications available today are categorized into 2 sectors  Psychological: Iris, Fingerprints, Hand, Retinal and Face recognition  Behavioral: Voice, Typing pattern, Signature
  • 4. Face Recognition Face recognition systems (FRSs) are an important field in computer vision, because it represent a non-invasive BI technique. 1. A face detection algorithm is used for extracting faces from video frames (training videos) and generating a face database. 2. Filtering and preprocessing are applied to face images obtained in the previous step. 3. A collection of machine learning algorithms are trained using as input data the faces obtained in the previous step. 4. Finally, the classifiers are used for classify faces obtained from video frames
  • 5. Facial recognition is a form of computer vision that uses faces to attempt to identify a person or verify a person’s claimed identity. For face recognition there are two types of comparisons, cont… 1) IDENTFICATION - figure out “Who is X?” - accomplished by system performing a “one-to-many ” search
  • 6. 2) VERIFICATION - answer the question “Is this X?” - accomplished by the system performing a “one-to-one” search cont…
  • 7. DIFFERENT APPROACHES Describe the different methods of face recognition.  Feature extraction methods The input image to identify and extract (and measure) distinctive facial features such as the eyes, mouth, nose, etc. Compute the geometric relationships among those facial points, thus reducing the input facial image to a vector of geometric features  Holistic methods Holistic approaches attempt to identify faces using global representations, i.e., descriptions based on the entire image rather than on local features of the face
  • 8. MLAlgorithms  During the past decades, several ML algorithms have been proposed for classification tasks.  Most of them are from the theoretical view under some assumption about data distribution, characteristics of the classification task, signal to-noise-ratio, etc.  In reality, these assumptions are often hard to be verified. Therefore, a practical solution for selecting an appropriate model for a given classification task is to experimentally compare these algorithms.  Five widely used machine classifiers  K-Nearest Neighbor (KNN)  Locally-Weighted Learning (LWL)  Naive Bayes classifier (NB)  Decision Table Classifier (DT)  Single Decision Tree (SDT).
  • 9. Single Decision Tree (SDT) :  Decision tree induction is the learning of decision trees from class- labeled training tuple.  A decision tree is a flowchart-like tree structure.  Each internal node (non leaf node) denotes a test on an attribute.  Each branch represents an outcome of the test.  Each leaf node (or terminal node) holds a class label.  The topmost node in a tree is the root node. A path is traced from the root to a leaf node.
  • 10. Single Decision Tree (SDT) :  Most algorithms for decision tree induction follow a top-down approach.  Starts with a training set of tuples and their associated class labels.  The training set is recursively partitioned into smaller subsets as the tree is being built.  To split D into smaller partitions according to the outcomes of the splitting criterion.  The specific algorithm for generating the decision tree is called C4.5 algorithm.
  • 11. Consider the two different videos of 10-second duration were used. A total of 10x30x2 = 600 frames where processed. In the input video, there was 6 different individuals, representing a total of 3, 600 samples (600 for each individual). Three versions of the dataset were generated: one for a 100 x 100 pixels face resolution, one for a 50 x 50 pixels face resolution, and finally one for a 25 x 25 pixels face resolution cont…
  • 13.  Face Detection  Face detector implemented on OpenCV.  Faces were detected using the function cvHaarDetectObjects.  The Semi-Aided Labeling Module (SALM) reads the input video, and for each frame where at least one face was detected by the face detection module.  Filtering and Preprocessing (FPM) This module performs the following transformations:  RGB to Gray scale Transformation: For reducing the amount of data to be processed, a 24-bit per pixel RGB format is transformed into a 8-bit per pixel gray-scale format.  Scaling: The face images are scaled to a fixed number of rows and columns. The output resolution for each face can be set by user according to the required accuracy. cont…
  • 14. Tabular Dataset Building Module (TDBM)  This module obtains the image pixels, and generates a tabular dataset.  where rows are the total number of subjects, and the columns are the image pixels.  The final column represents the class attribute.  Training For performing the training of the classification algorithms, the following steps are required:  Permute and split dataset. This operation is performed by the Random Permutation and Splitting Module (RPSM). Basically, a random permutation of the samples contained in the tabular dataset is performed, and the resulting dataset is divided into two datasets: the training dataset and the test dataset. cont…
  • 15.  Train classification algorithms. Each classification algorithm takes as input the training data set generated by the RPSM, and performs the model building for each classifier. Later, the model for each classifier is stored in disk for use it later in the classification step.  Classification  In this module, with the help of the previous trained classifiers, takes as input the faces from the test set, applies filter and pre-preprocessing operators, and evaluates the test face in each model generated by the trained classifiers. After doing this comparison, face image is classified with the label or name predicted by each classified. The output of each classified is processed by the Performance Evaluation Module (PEM), which generates a table with a comparison among several classifiers. cont…
  • 16. SOFTWARE USED IN FACE RECOGNITION TECHNOLOGY  Facial recognition software falls into a larger group of technologies known as biometrics.  Here is the basic process that is used by the Face system to capture and compare images  Detection When the system is attached to a video surveillance system, the recognition software searches the field of view of a video camera for faces.
  • 17. If there is a face in the view, it is detected within a fraction of a second. A multi-scale algorithm is used to search for faces in low resolution.  Alignment Once a face is detected, the system determines the head's position, size and pose. A face needs to be turned at least 35 degrees toward the camera for the system to register it.  Normalization Normalization is performed regardless of the head's location and distance from the camera. Light does not impact the normalization process.  Representation The system translates the facial data into a unique code. This coding process allows for easier comparison of the newly acquired facial data to stored facial data.
  • 18.  Matching The newly acquired facial data is compared to the stored data and linked to at least one stored facial representation. This is the mathematical technique the system uses to encode faces. The system can match multiple face prints at a rate of 60 million per minute from memory or 15 million per minute from hard disk. The comparison using a scale of one to 10. If a score is above a predetermined threshold, a match is declared.
  • 19. ADVANTAGES  Convenient, social acceptability  Easy to use  Inexpensive technique of identification
  • 20. APPLICATIONS 1. Replacement of PIN 2. Border control 3. Voter verification 4. Computer security 5. Government Use, a. Security/Counterterrorism. b. Immigration 8. Commercial Use, a. Residential Security b. Banking using ATM
  • 21. This technique evaluate the suitability of both computer vision and ML techniques for solving the problem of face detection and recognition. Face recognition technologies have been associated generally with very costly top secure applications. Today the core technologies have evolved and the cost of equipment’s is going down dramatically due to the integration and the increasing processing power. CONCLUSION
  • 22. References 1. E. Garc´ ıa Amaro, M.A. Nu ˜ no-Maganda and M. Morales-Sandoval, “Evaluation of Machine Learning Techniques for Face Detection and Recognition”, IEEE 2012. 2. Claudia Iancu, Peter Corcoran and Gabriel Costache,” A Review of Face Recognition Techniques for In-Camera Applications”, IEEE 2007. 3. Brian C. Becker, Enrique G.Ortiz, “Evaluation of Face Recognition Techniques for Application to Facebook ” 2008 IEEE 4. D. Bhattacharyya, R. Ranjan, F. Alisherov, and M. Choi, “Biometric authentication: A review,” International Journal of u- and e- Service, Science and Technology, vol. 3, no. 2, pp. 23– 27, 2009. 5. C. M. Bishop, Pattern Recognition and Machine Learning (Information Science and Statistics). Secaucus, NJ, USA: Springer-Verlag New York, Inc., 2006 6. G. Bradski and A. Kaehler, Learning OpenCV. O’Reilly Media Inc., 2008.