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) ?
Show older comments

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
Walter Roberson
on 11 Jun 2015
Do not tag individuals.
Walter Roberson
on 13 Jun 2015
The poster commented, "sorry sir i am new to this, actually i cant able to post this question without tagging anybody thats the reason i tagged you am really sorry for your inconvenience. "
Ambeshwar kumar
on 2 Jun 2017
https://in.mathworks.com/matlabcentral/fileexchange/47713-facial-landmarks
try this.
Accepted Answer
More Answers (1)
Dima Lisin
on 13 Jun 2015
0 votes
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
SWAMINATHAN
on 16 Jun 2015
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.
SWAMINATHAN
on 24 Jun 2015
Categories
Find more on Semantic Segmentation in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!