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) ?

3 次查看(过去 30 天)
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 个评论

请先登录,再进行评论。

采纳的回答

Image Analyst
Image Analyst 2015-6-11
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.

更多回答(1 个)

Dima Lisin
Dima Lisin 2015-6-13
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 个评论
Dima Lisin
Dima Lisin 2015-6-16
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.

请先登录,再进行评论。

Community Treasure Hunt

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

Start Hunting!

Translated by