Nice job! Using the pinky as a button click is a good idea. Does the recognition for that rely on it being a certain distance away from the index finger?
as for your question - the algorithm identifies "fingers" within the hand's contour. the first finger detected (in a clockwise direction) is presumed to be the index finger. a second finger (if detected) is assumed to be a trigger. so distance is of no concern here.
Nice job! Using the pinky as a button click is a good idea. Does the recognition for that rely on it being a certain distance away from the index finger?
Talasas 4 years ago
thank you :)
as for your question - the algorithm identifies "fingers" within the hand's contour. the first finger detected (in a clockwise direction) is presumed to be the index finger. a second finger (if detected) is assumed to be a trigger. so distance is of no concern here.
llhell 4 years ago
Great work!
How is made? :)
faca5 5 years ago
Thanks! :)
The project was coded by me in C++, using the OpenCV libraries available at sourceforge.
Or if you are talking about the video itself - I think I made it using the windows movie maker :P
llhell 5 years ago