Filter löschen
Filter löschen

How to extract SURF features on specific parts on facial images

2 Ansichten (letzte 30 Tage)
KDR
KDR am 2 Dez. 2016
Beantwortet: Image Analyst am 2 Dez. 2016
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 Kommentare
KDR
KDR am 2 Dez. 2016
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..

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Image Analyst
Image Analyst am 2 Dez. 2016
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.

Kategorien

Mehr zu Convert Image Type finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by