Click here to Skip to main content
15,891,864 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi I am doing project on handwritten character recognition in C++ using OpenCV library.How can I extract the individual characters and store it as separate image?
Posted

1 solution

Please see:
http://cs.earlham.edu/~twright09/paper.pdf[^],
http://opencv-python-tutroals.readthedocs.org/en/latest/py_tutorials/py_ml/py_knn/py_knn_opencv/py_knn_opencv.html[^] (code samples are in Python, but it does not
matter when you need to grasp the idea).

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900