Click here to Skip to main content
15,893,487 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How to detect landmark points in human face? Please help me.
Posted
Updated 23-Mar-10 1:23am
v3

Amazing how many people make their first post here and ask about complex image processing tasks. No way is the answer to this a 'quick answer'. You probably want to search for articles on how to do this and expect to spend a lot of time writing the code to do it. If you can buy a library, that would be a better option. If you thought that you'd get some code to copy and paste in this forum, I'd guess this task will take you 6 months, if you can do it at all.
 
Share this answer
 
In order to detect landmark point first thing you have to do it define what are landmark points. Once you have done that then there are libraries which can help you detect. Most notable library is http://sourceforge.net/projects/opencvlibrary/[^].

-Saurabh
 
Share this answer
 
Landmark points can be detected using Haar classifier. Same algorithm as for face detection. You can use OpenCV or if you want it in C#, I can send you the source code. The demo of face detection is available at
http://startrinity.com
Hope this will be helpful
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900