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일

0 개 추천

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월 5일
Thank you , i got your point but now i need to combine these boxes to form a T pattern and extract feature points and store in a metrics . can you help me out how to do that ?
Anand
Anand 2013년 11월 6일
What do you mean by 'extract feature points and store in a metrics'?
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 ?
Ali Zeeshan
Ali Zeeshan 2013년 11월 13일
@anand ? can you help me out ?

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Detect, Extract, and Match Features에 대해 자세히 알아보기

질문:

2013년 11월 5일

댓글:

2013년 11월 13일

Community Treasure Hunt

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

Start Hunting!

Translated by