Reputation: 10156
What are the best methods for gesture recognition on Kinect?
I want to implement:
I need to use some algorithms for my work to do this (own implementation :S). Could anyone help to classify the algorithms for those 3 groups of gestures?
I have to use MS libs from kinectforwindows.com
Thanks in advance.
Upvotes: 2
Views: 5259
Reputation: 3364
I don't know about developing your own gesture recognition algorithms, but if you for some reason want to avoid Microsoft's libraries you can try checking out the OpenKinect project and the Openni libraries. You can read more about it here: http://openkinect.org/wiki/Main_Page
If this is still not what you want, the project along with all its documentation will provide you a good basis to begin from.
Upvotes: 0