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) ?
古いコメントを表示

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 件のコメント
Walter Roberson
2015 年 6 月 11 日
Do not tag individuals.
Walter Roberson
2015 年 6 月 13 日
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
2017 年 6 月 2 日
https://in.mathworks.com/matlabcentral/fileexchange/47713-facial-landmarks
try this.
採用された回答
その他の回答 (1 件)
Dima Lisin
2015 年 6 月 13 日
0 投票
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 件のコメント
SWAMINATHAN
2015 年 6 月 16 日
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.
SWAMINATHAN
2015 年 6 月 24 日
カテゴリ
ヘルプ センター および File Exchange で Detect, Extract, and Match Features についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!