how to find the landmark location in a face by EBGM algorithm
Afficher commentaires plus anciens
please provide the code for finding the landmark points in the face.
3 commentaires
Thomas Koelen
le 29 Avr 2015
Be more specific, what exactly are you trying to do?
Provide images, code you have written so far, anything that can help us!
We are not here to write code out of scratch for people, we are here to help if you walk into errors, or can't think of a way how to code something!
himanshu sharma
le 29 Avr 2015
Modifié(e) : Walter Roberson
le 4 Mai 2015
Thomas Koelen
le 29 Avr 2015
Good luck if you have to finish a project of that size by tomorrow! Maybe have a look at this mfile: http://www.mathworks.com/matlabcentral/fileexchange/47713-facial-landmarks
I highly suggest that you start your work earlier next time, also do your homework!
Réponses (1)
Dima Lisin
le 29 Avr 2015
0 votes
That depends on how you define landmarks. You can use vision.CascadeObjectDetector to detect eyes, nose, and mouth, which can be considered landmarks. Alternatively, you can use one of the interest point detector functions, such as detectHarrisFeatures, detectMinEigenFeatures, detectFASTFeatures, detectSURFFeatures, or detectBRISKFeatures.
Catégories
En savoir plus sur Computer Vision with Simulink dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!