Is there a pure Java framework for gesture recognition? [closed]
开发者_开发技巧
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this questionIs there any specific Java gesture recognition out there? iGesture is very old. OpenCV is based on C/C++, I used some Java wrapper like JavaCV, but I cannot find any resource and documentation for it. Is there any pure Java framework for gesture recognition? Please suggest if you know.
after several days confusion and working on different solutions, and using C# wrappers or Java wrappers and different .Net frameworks and java frameworks. find out its better to install openCV and use it in visual studio 2008 and program it with C++... believe me thats the easiest way, these links at below were so helpful for using openCV libraries into Visual Studio 2008: http://7evin.wordpress.com/2009/07/28/opencv-visual-studio-2008-in-windows-vista/ http://uowteaminvincible.wordpress.com/2010/01/09/getting-started-with-opencv-in-microsoft-visual-studio-2008-in-windows-vista/
精彩评论