how to find the landmark location in a face by EBGM algorithm
Show older comments
please provide the code for finding the landmark points in the face.
3 Comments
Thomas Koelen
on 29 Apr 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
on 29 Apr 2015
Edited: Walter Roberson
on 4 May 2015
Thomas Koelen
on 29 Apr 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!
Answers (1)
Dima Lisin
on 29 Apr 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.
Categories
Find more on Computer Vision with Simulink in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!