Click here to Skip to main content
15,886,919 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi
I'm trying to develop a project in college for the recognition of handwritten characters, and I'm struggling, half lost. need to present some results for my supervisor, I need to implement some techniques. can anyone help me, giving me some tips, articles or even to study examples of OCR techniques implemented.
I'm working with OpenCV and C #
Posted
Comments
Sergey Alexandrovich Kryukov 26-Jul-12 15:03pm    
Your request does not sound serious enough. Do you know that this is extremely difficult topic?
And you should not say "I'm working with OpenCV..." or something like that. You should first get an idea what's involved and try hard, select libraries and other technical later...
--SA

1 solution

Please see the CodeProject articles:

Neural Network OCR[^],
Creating Optical Character Recognition (OCR) applications using Neural Networks[^],
Neural Network Classifier[^],
A C# Project in Optical Character Recognition (OCR) Using Chain Code[^],
Unicode Optical Character Recognition[^],
Hebb neural network[^],
Backpropagation Artificial Neural Network in C++[^],
OCR Line Detection[^].

I have to warn you: some of these works are very good, much better compared to the quality I complained about above, but none of these works is completed into a ready-to-use application. They all require considerable amount of work to complete to such level.

Maybe there are newer projects I'm not familiar with; so it would not hurt if you do your own search in CodeProject and elsewhere. Please, if you find something good, please reply in the comment to this answer.

—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