problem with my GUI (I am currently doing hand signal recognition)
1 次查看(过去 30 天)
显示 更早的评论
I am currently doing hand signal recognition, my problem with my GUI if he do snapshot he cant recognize well... but if i do load push button of the image it can recognize well.. I guess i need help for the snapshot that he can recognize well.. if you had any time please message me on skype myjonas_13 and lets talk about it there.. I am willing also to give rewards if someone solve my problem =(
1 个评论
Walter Roberson
2012-2-1
I suggest you post a sample snapshot and a sample of an image that is recognized.
http://www.mathworks.com/matlabcentral/answers/7924-where-can-i-upload-images-and-files-for-use-on-matlab-answers
回答(4 个)
Image Analyst
2012-2-3
I can guarantee any usable gesture recognition system won't be done in just a dozen lines. I can't help you with algorithm development - it would take way too much time - like weeks or months - not just a few minutes which is what we can typically spend on an "Answers" answer. So why don't you see how it's done by people who have already done this? You're not breaking new ground or doing cutting edge research here. It may or may not surprise you but many many people have done this before and you can see what all of them have done if you go here and read their papers: http://iris.usc.edu/Vision-Notes/bibliography/contentspeople.html#Face%20Recognition,%20Detection,%20Tracking,%20Gesture%20Recognition,%20Fingerprints,%20Biometrics Check out section 21.4. Pick your favorite algorithm and if you have programs related to MATLAB programming (not related to explaining how an algorithm works in some article, which we don't do) then you can come back here and we can help with your MATLAB syntax or other errors that you can't solve by yourself using normal debugger techniques. I hope the link helps you develop a successful gesture recognition system. Good luck.
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!