Can anyone recommend a handwritten digit/number recognition library which I could use in c++/OpenGL. I need to recognise the digits/numbers in my OpenGL project written by a user.
Asked
Active
Viewed 842 times
0
-
2OpenGL has nothing to do with recognition. It is a rendering system; it *draws* stuff. – Nicol Bolas Apr 21 '12 at 20:42
-
the interface to draw the digits on is written by OpenGL. – Demian Apr 22 '12 at 06:13