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) ?
Afficher commentaires plus anciens

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 commentaires
Walter Roberson
le 11 Juin 2015
Do not tag individuals.
Walter Roberson
le 13 Juin 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
le 2 Juin 2017
https://in.mathworks.com/matlabcentral/fileexchange/47713-facial-landmarks
try this.
Réponse acceptée
Plus de réponses (1)
Dima Lisin
le 13 Juin 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 commentaires
SWAMINATHAN
le 16 Juin 2015
Dima Lisin
le 16 Juin 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
le 24 Juin 2015
Catégories
En savoir plus sur Semantic Segmentation dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!