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!