开发者

Any simple shape recognition libraries for Java? [closed]

开发者 https://www.devze.com 2022-12-23 05:25 出处:网络
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

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 question

I 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)
0

精彩评论

暂无评论...
验证码 换一张
取 消