Extracting T features from an Image

3 次查看(过去 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.

采纳的回答

Anand
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 个评论
Ali Zeeshan
Ali Zeeshan 2013-11-6
I just need to extract features from that T pattern and need to do some analysis on these features so for that i need to store pixel values or anything better than that data, if you can help me out ?

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Computer Vision with Simulink 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by