Any simple shape recognition libraries for Java? [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.
开发者_Go百科 Improve this questionI am working on a on-screen keyboard for Android, and I need to recognize starting points, turning points and end points of lines drawn by the user on the keyboard. A simple straightening function would be nice, as it is difficult to draw a perfectly straight line even with a stylus, not to mention finger-only touchscreens today.
What I am trying to write is something like Swype.
Any good libraries that I can use or make reference to?
Well, I know at least
- wigee (wii targetted, but maybe a good start point)
- iGesture (more general and powerful, but obviously harder to grasp at)
精彩评论