how to extract image using x/y pixel reading
古いコメントを表示
hi there i am currently doing a hand authentication system with the use of matlab and am stuck on how to extract the features of the image of the hand, i have already performed the rgb2gray, weiner and edge detections and now i have used the matlab image processing toolbox to locate the values of pixels and certain points of the hand how do implement this as a sort of algorithm and which technique is more effective.
回答 (1 件)
Image Analyst
2013 年 1 月 30 日
0 投票
You haven't described an algorithm, just some preprocessing steps. Authenticating (whatever that means) a hand is not just locating the values of some pixels of course - that won't do anything useful. What you need is a gesture analysis algorithm that does the kind of authentication you need, whether it's finger or palm print analysis, sign language interpretation, some sort of security application, or whatever. Look here for various algorithms: http://iris.usc.edu/Vision-Notes/bibliography/contentspeople.html#Face%20Recognition,%20Detection,%20Tracking,%20Gesture%20Recognition,%20Fingerprints,%20Biometrics
2 件のコメント
Kbhatti86
2013 年 1 月 30 日
Image Analyst
2013 年 1 月 30 日
I'm virtually certain you will find papers describing such algorithms in the link I gave you. It's been talked about here before. Search Answers for things like hand, gesture, sign language, fingers, etc.
カテゴリ
ヘルプ センター および File Exchange で Image Processing Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!