How can I set the landmarks for different facial components like (eyebrow, eye, nose & lips) on a front posed face image (neutral emotion) and how to track the points of those fixed landmarks on the front posed face image of (different emotions) ?

6 views (last 30 days)
How to set the landmarks (Red coloured points) as given in the image for different facial components like (eyebrow, eye, nose & lips) on a front posed face image (neutral emotion) and how to track the points of those fixed landmarks on the front posed face image of (different emotions) ?
  4 Comments

Sign in to comment.

Accepted Answer

Image Analyst
Image Analyst on 11 Jun 2015
We can't really help with long complicated algorithm development questions like that. What you've asked for is no 5-minute answer -- people have been working on that for years. You can find their algorithms by looking up the papers they've published on them, which are cited here:
21.3.6 Facial Expressions and Emotion Analysis and Description
21.3.6.1 Face Expression Recognition and Analysis, Facial Expression Analysis, Facial Expressions
21.3.6.1.1 Face Expression Recognition for Human Comupter Interaction
21.3.6.1.2 Applied Face Expression Recognition, Specific Expressions
21.3.6.1.3 Three-Dimensional Face Expression Recognition and Analysis
21.3.6.1.4 Face Action Units for Expressions and Motion Analysis, FAU, FACS
21.3.6.1.5 Facial Feature Tracking for Expressions
21.3.6.1.6 Face Expression Recognition from a Single Image
21.3.6.2 Emotion Recognition from Face Images
21.3.6.2.1 Emotion Recognition, from Other Than Faces
Pick a paper then code it up.

More Answers (1)

Dima Lisin
Dima Lisin on 13 Jun 2015
Hi Swaminathan,
You can use vision.CascadeObjectDetector in the Computer Vision System Toolbox to detect faces, eyes, noses, and mouths. You can also use functions such as detectHarrisFeatures or detectFastFeatures to detect corners inside those regions. Finally, you can use vision.PointTracker to track corners across video frames.
  3 Comments
Dima Lisin
Dima Lisin on 16 Jun 2015
Webcam support is only available in base MATLAB R2014b or later. You can use Image Acquision Toolbox to capture video instead, or read video from a file.

Sign in to comment.

Categories

Find more on C4ISR in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!