Azzera filtri
Azzera filtri

How to extract SURF features on specific parts on facial images

2 visualizzazioni (ultimi 30 giorni)
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 Commenti
KDR
KDR il 2 Dic 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..

Accedi per commentare.

Risposte (1)

Image Analyst
Image Analyst il 2 Dic 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.

Categorie

Scopri di più su Convert Image Type in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by