How to extract SURF features on specific parts on facial images

1 次查看(过去 30 天)
Hello, I'm doing a project on matching sketches with photos. I'm using SURF descriptor for feature extraction from facial image. those resultant features are used for classification.But surf descriptor extracts the features on whole image. I want to extract features from specific points like eye corner, nose tip, mouth etc. How to select those points on the facial image and do extraction...Please help me out
Thank you
  4 个评论
KDR
KDR 2016-12-2
Thank you sir.. Main intension here is matching sketches to photo.Previously i had used surf descriptor on whole image and its features one row per image is used for classification ie without preprocessing the feature extraction, there i didn't get positive result. so can i apply feature extraction on these facial parts for getting a proper match. Sir please, any suggestion regarding how can i proceed with it..

请先登录,再进行评论。

回答(1 个)

Image Analyst
Image Analyst 2016-12-2
What if you just mask out the part of the image you don't care about, like if you use a binary image
grayImage(mask) = 250; % Or whatever white value you want to erase the image.

类别

Help CenterFile Exchange 中查找有关 Convert Image Type 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by