Filter löschen
Filter löschen

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

1 Ansicht (letzte 30 Tage)
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 Kommentare
Ambeshwar kumar
Ambeshwar kumar am 2 Jun. 2017
https://in.mathworks.com/matlabcentral/fileexchange/47713-facial-landmarks
try this.

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Image Analyst
Image Analyst am 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.

Weitere Antworten (1)

Dima Lisin
Dima Lisin am 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 Kommentare
Dima Lisin
Dima Lisin am 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.
SWAMINATHAN
SWAMINATHAN am 24 Jun. 2015
Thank you very much for for kind response for my question sir.I need your support forever :-)

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu C4ISR finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by