What handwriting APIs can help me with this?

跟風遠走 提交于 2019-12-25 05:27:07

问题


I want to create an application that recognizes handwriting on the screen. I don't need it to recognize insanely difficult words; just simple stuff like "A" "BC" "Z" (maybe some shapes, but could be without this). How do people usually go about this? Are there any famous handwriting recognitions that i can try?


回答1:


If you want to recognize single letters and shapes alike I would suggest using GestureOverlayView.

Read about it here:

http://android-developers.blogspot.com/2009/10/gestures-on-android-16.html

here:

http://www.vogella.com/articles/AndroidGestures/article.html

and here:

http://jayxie.com/mirrors/android-sdk/resources/articles/gestures.html

It is said to be good for casting HarryPotter-like spells too.



来源:https://stackoverflow.com/questions/18159724/what-handwriting-apis-can-help-me-with-this

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!