Click here to Skip to main content
15,883,809 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
Which is the best language for doing Gesture recognition (i.e) Hand detection. By which can get more accurate result and more instantly....
Posted
Comments
Sergey Alexandrovich Kryukov 30-Dec-12 1:14am    
I'm not sure you understand some very basic things. This is not a language...
—SA
ridoy 30-Dec-12 1:42am    
Language isn't matter here whether it is C# or other,need to know the basics of gesture recognition..
Sandeep Mewara 30-Dec-12 2:27am    
Read anything about 'Gesture recognition'?

There are good open source libraries for image processing, some of them are listed below

OpenCV A C++ Image Process Lib[^]
emgu .Net Wrapper for OpenCV[^]

they have varieties image processing algorithms you may take a look at them to match your need.
 
Share this answer
 
Microsoft offer the Kinect Labs SDK for windows. It works in visual studio so c# or ++. Im assuming this is what you mean.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900