How to extract SURF features on specific parts on facial images
    5 vues (au cours des 30 derniers jours)
  
       Afficher commentaires plus anciens
    

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
Réponses (1)
  Image Analyst
      
      
 le 2 Déc 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.
0 commentaires
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


