Face Detection Algorithms
Face Detection Algorithms
Face Detection algorithms used in face processing systems for face recognition, face tracking, facial expression recognition, facial feature extraction, gender classification, etc. Face detection is finding whether or not there are any faces in a given image and, if present, return the image location and content of each face. Face Detection algorithms can be implemented using digital image processing techniques such as edge detection, eye detection, and Matlab tools such as histograms, image graphs, etc. Face Detection algorithms can be implemented using Matlab software with Matlab/C-language code.
y y y y
Detection rate: The number of faces correctly detected to the number of faces determined by a human expert (hand-segmented results). False positives: This is when an image region is declared to be a face but it is not. False negatives: This is when an image region that is a face is not detected at all. False detections: False detections = False positives + False negatives.
Related posts: 1. 2. 3. 4. 5. Face Detection System Digital Image Processing Face Recognition Algorithms & Implementation in Matlab & VLSI Matlab Digital Image Processing Projects Face Recognition Biometric Security System Medical Electronics Signal Processing MATLAB Projects