How to find the land mark points in a hand image????
2 次查看(过去 30 天)
显示 更早的评论
I am new to Matlab and doing a project on hand geometry. I am at the feature extraction stage! I got the boundary of the hand image! now I have to find the landmark points i.e. the fingertip points in my image! And I want a code for that or an understanding of how it can be done! Here is my image http://tinypic.com/r/2lmqna1/6 . I have to make use of the "border following algorithm". Please help me asap as I am running out of time! I would be grateful!
回答(1 个)
Image Analyst
2012-6-21
What does it look like if you fill the hand with poly2mask() and then skeletonize it with bwmorph()?
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!