1 / 11

Face Detection using Color Segmentation and Eigenfaces

Face Detection using Color Segmentation and Eigenfaces. Ashish Desai Lukas Herzog Kais Mayaah. Overview. Block Diagram Color Segmentation Implementation Eigenface implementation Example using a training image Overall results Possible improvements. Block Diagram. Color Segmentation.

rowdy
Télécharger la présentation

Face Detection using Color Segmentation and Eigenfaces

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Face Detection using Color Segmentation and Eigenfaces Ashish Desai Lukas Herzog Kais Mayaah

  2. Overview • Block Diagram • Color Segmentation Implementation • Eigenface implementation • Example using a training image • Overall results • Possible improvements

  3. Block Diagram

  4. Color Segmentation • Assumed Gaussian distribution of skin color in YbCbR color space • Found mean and standard deviation using a subset of the training images • Eliminated any pixel that fell out of the range of the mean +/- 1.6 standard deviations

  5. Eigenface Implemenation • Used the Sirovich-Kirby method to find the highest “power” eigenface for a subset of the training images • Down-sampled the input to match the eigenface size based on a size estimation from the color section • Used template matching with eigenface, thresholding, and dilation

  6. Training_5.jpg Original

  7. Color Segmentation Example

  8. Eigenface and Dilation Example

  9. Final Output

  10. Results with all Training Images

  11. Conclusion and Possible Improvements • Color segmentation was excellent first step • Eigenface implementation may need more examples faces to get better results • Could possibly use more “fuzzy” scheme, rather than finite threshold values

More Related