[Solved]C++ Chinese handwritting recognition engine/library suggestion.
-
Hi all,
I need to integrate handwriting recognition in my application and am looking for a suggestion an engine/library that is easy to use for these purposes I want to recognize Chinese handwritten characters.A search on line has lead me to "this":http://www.tegaki.org/ but I found that it is done in python.If none, is there a way I can interface this python engine with my Qt/C++ application to get the job done?If this is possible I would like to hear some suggestions.
Thanks for your time.
-
Hi all,just learn that "pythonQt":http://pythonqt.sourceforge.net/ can serve my purposes and I am looking into this.
The engine is done in python and from my understanding it might be possible to embed python scripts into my Qt/C++ application.I haven't done any python before and I am willing to spend some time learning it to get the job done.
I would like to hear some advice from Qt/Python gurus in regard to the possibility of this and if it is achievable.
Thanks.
-
hi,
Did you see this post: http://penkia.blogspot.com/2012/02/qml-handwriting.html
and this one: http://penkia.blogspot.com/2013/06/ubuntu-touch-handwriting-recognition.html
Maybe helpful.
-
Thanks,Xingtao Zhang,you pointed me in the right direction.I found out that the tegaki project I was looking into ,uses and engine called Zinnia(Written in C++) itself and it is exactly what I was looking for."this is the link to the engine":http://zinnia.sourceforge.net/ in case someone else needs to do the same thing.
Thanks.