hi! I'm currently working on a project where i need to recognize couple hand gesture and use it as a input to control the motor.
Currently, I have gotten pretty far along with OpenCV, to the point where I can detect the hand, but for the next step to recognize the hand gesture i still dont know which method should i use.
what is the best method to recognize gesture after haar detect the object?
thanks!