Face Detection and Recognition: A Review: February 2018
Face Detection and Recognition: A Review: February 2018
Face Detection and Recognition: A Review: February 2018
net/publication/323390774
CITATIONS READS
0 3,394
3 authors, including:
Harjeet Singh
Punjab Technical University
30 PUBLICATIONS 19 CITATIONS
SEE PROFILE
Some of the authors of this publication are also working on these related projects:
All content following this page was uploaded by Harjeet Singh on 07 March 2018.
Face recognition
Human face recognition can be divided into two strategies:
geometrical features and template matching.
a) Face recognition using geometrical features Figure 4: Whole face, eyes, nose and mouth regions which
It involves computation of a set of geometrical features could be used in a template matching strategy.
such as nose width and length, mouth position and chin
shape, etc. from the picture of the face we want to
recognize. This set of features is then matched with the Algorithm for face Recognition
features of known individuals. A suitable metric such as Adding the image to the database
Euclidean distance (finding the closest vector) can be used 1. Get the image.
to find the closest match. 2. Get the FaceDetector object.
The advantage of using geometrical features as a basis for 3. Apply the FaceDetector object to the image to
face recognition is that recognition is possible even at very extract the features of detectedface.
low resolutions and with noisy images (images with many 4. Add the image to the database.
disorderly pixel intensities). Although the face cannot be
viewed in detail Comparing the input image with the database of images
its overall geometrical configuration can be extracted for 1. Get the image.
face recognition. The technique's main disadvantage is that 2. Get the FaceDetector object.
automated extraction of the facial geometrical features is 3. Apply the FaceDetector object to image and
very hard. extract the features.
4. Compare the image with the database.
RESULTS
Two images are used for testing and the results are as
follows.
1. Firstly we added the image to the database.
139
ISBN No. 978-81-924893-3-9 6th International Conference on Advancements in Engineering & Technology (ICAET-2018), Feb. 23-24, 2018, Sangrur
Conclusion
The facial expression recognition system contributes a
resilient face recognition model based on the mapping of
behavioral characteristics with the physiological biometric
characteristics. The physiological characteristics of the
human face with relevance to various expressions such as
happiness, sadness, fear, anger, surprise and
disgust are associated with geometrical structures which
restored as base matching template for the recognition
system. Experimental analysis and study show that the
hierarchical security structures are effective in geometric
shape identification
for physiological traits.
References
1. Digital Image Processing using MATLAB - by Rafael
C. Gonzalez, Richard E. Woods and Steven L. Eddins
2. Then we tested for two images, one of same Pearson Education Society.
person and one of different and the results were 2. 2. Digital Image Processing - by Keenneth R.
Castleman, Pearson Education Society.
3. 3. Riddhi Patel, Shruti B. Yagnik (Nov 2013) : A
Literature Survey on Face Recognition Techniques
(IJCTT) – volume 5 number 4.
4. Raunil Singh Kiran Gupta (april 2015) : Face
Detection and Recognition – A Review, SSRG-IJCSE.
5. Vision.CascadeObjectDetector system
https://in.mathworks.com/help/vision/ref/vision.cascad
eobjectdetector systemobject.html
6. Viola – Jones object detection framework.
https://en.wikipedia.org/wiki/Viola–
Jones_object_detection_framework.
7. Beymer, D. and Poggio, T. (1995) Face Recognition
From One Example View, A.I. Memo No. 1536,
C.B.C.L. Paper No. 121. MIT.
8. Brunelli, R. and Poggio, T. (1993), Face Recognition:
Features versus Templates. IEEE Transactions on
The image of same person is recognized correctly Pattern Analysis and Machine Intelligence,
and class is detected. 15(10):1042-1052
9. https://in.mathworks.com
3. For second test face, the results are 10. Saber, E. and Tekalp, A., (1996). Face Detection and
Facial Feature Extraction Using Color, Shape and
Symmetry Based Cost Functions, International
Conference on Pattern Recognition.
140