ee368 digital image processing face detection project by gaurav srivastava siddharth joshi

Download EE368 Digital Image Processing Face Detection Project By Gaurav Srivastava Siddharth Joshi

If you can't read please download the document

Upload: felicity-singleton

Post on 18-Jan-2018

224 views

Category:

Documents


0 download

DESCRIPTION

Challenges Varying lighting conditions. Various objects with pseudo-skin color. Occluded faces. Different scale size of faces. Faces in non-frontal position.

TRANSCRIPT

EE368 Digital Image Processing Face Detection Project By Gaurav Srivastava Siddharth Joshi Problem Definition To detect faces in a class group photograph. To differentiate female faces. Challenges Varying lighting conditions. Various objects with pseudo-skin color. Occluded faces. Different scale size of faces. Faces in non-frontal position. Approach Skin Color Segmentation Morphological Operations (Hole Filling, Erosion) Eigenspace Projection Density Estimation And Peak Detection Detecting Male/Female Faces Deciding Face/Non-face Input Image Output Image Block Diagram of Implementation Skin Color Segmentation YCbCr Space Better Skin Color localization than HSV space. Invariant under various lighting conditions. Result of Skin Color Segmentation Morphological Operations Hole Filling. 1 st Level Erosion, Diamond structuring element. 2 nd & 3 rd Level Column Erosion. Selection of blocks, by size criterion. Binary Image After Hole Filling Different Levels of Erosion Eigenspace Decomposition Training set of 53 facial images for KL Transform. First 20 eigenvectors used as Principal Components. Gaussian F-space Density Estimation Estimation of the likelihood function for the image data i.e. P(x| ). can be used to compute a local measure of the target saliency. Detected Face Probability Density RMS Detection Criterion Difference in reconstruction errors for Face/Non-face using eigenspace projections. Gender Determination Projection calculations using multiple faces of a female. Calculation of RMSE of projections of a facial candidate with stored projections. Original Image Detected Faces: Male/Female Conclusions Combination of deterministic algorithms like PCA, F-space density estimation and heuristics. Difficult to generalize the algorithm. Algorithm performs well on most frontal faces. Difficulty in detecting occluded faces.