Hand pattern recognition

asked 2012-11-28 09:36:17 -0600

seiko gravatar image

updated 2012-11-28 09:37:05 -0600

Hello. Let me explain a little what i want and need; I have an application where i need to calculate stress posture of a hand, intuitivness of position, stress and so on. But this should be very fast, for video processing. I am recognizing the hand, i have the exactly shape but is not enough for what i want. I want to check the current hand position with a set of images, and for that images i know the stress, position, etc. What i want to ask, is in open cv a function that can tell me wich of the stored image is the same or the closest with my current image wich is processed? I dont need a very good one but a fast one is preffered. Or, if you have another idea how to solve that, please tell me. Thanks!

edit retag flag offensive close merge delete

Comments

try matching with feature detection using sift

lama123 gravatar imagelama123 ( 2016-05-27 00:32:12 -0600 )edit