1 Face Recognition Intro and Overview
1 Face Recognition Intro and Overview
1. CMake
2. Dlib
3. Open CV
Major Features
Face detection is about detecting human faces in a picture. This identifies all
the human faces in the picture and locate them in the 2-dimensional
representation as rectangle frames. This can be done using two different
methods.
2. Face Encoding
Face Encoding is about extracting the features of faces and convert them into
their respective face signatures. The signature is farther used for comparing
faces and recognize a resemblance.
1. Chin
2. Left eyebrow
3. Right eyebrow
4. Nose bridge
5. Nose tip
6. Left eye
7. Right eye
8. Top lip
9. Bottom lip.
5. Face recognition
There are some known faces that are registered in the memory. When a new
face fu is received we can recognize this new face fu as one of the known faces.
This feature is used to used in the face-recognition-based Employee
Attendance System and Immigration Systems.