Extracting T features from an Image
1 回表示 (過去 30 日間)
古いコメントを表示
i need to extract T feature points from an image , T features would be comprise of the area of two pair of eyes and nose only , can somebody help me out how to go through to extract these features.
0 件のコメント
採用された回答
Anand
2013 年 11 月 5 日
Its not clear to me what exactly you want - feature points, an area or something else.
But this should get you started nevertheless:
Use the vision.CascadeObjectDetector object to get a bounding box around the eyes and the nose. Use one of the "EyePairBig" or "EyePairSmall" classification models for the eyes. For the nose, use the "Nose" classification model.
4 件のコメント
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!