1 / 7

Facial Feature Extraction

Facial Feature Extraction. Mert ZEYBEKLER. Introduction. Detection of the features Extraction of feature points Sending the coordinates of these points(output) as an input to the expression recognition system. Methods Used. OpenCV computer vision library

nida
Télécharger la présentation

Facial Feature Extraction

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. Facial Feature Extraction Mert ZEYBEKLER

  2. Introduction • Detection of the features • Extraction of feature points • Sending the coordinates of these points(output) as an input to the expression recognition system

  3. Methods Used • OpenCV computer vision library • Robust face detection framework proposed by Viola & Jones. • Haar caracteristiques, Integral image, Cascaded classifiers. • Simple image processing methods.(Thresholding,

  4. System Flow • Grab the frames from the source (webcam/video file) • Detect the face for each frame • Using the face anatomy minimize the search areas for eyes, nose, mouth. • Detect eyes, nose, mouth, eyebrows and chin. • Detect the feature points by fitting lines, ellipses, circles to the edges.

  5. Face Anatomy Used • Serves for minimization of the search window for each feature. • Helps gaining time in computation. • Eliminates most of the uninteresting parts.

  6. Current Output (Screenshot) • Still working on the prototype.. • Trying to fit ellipses to the eyes.(a little buggy)

  7. Future Work • Ellipse fitting to the mouth. • Line fitting for the eyebrows and chin.

More Related