Click here to Skip to main content
15,904,415 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i want to detect a letter(possibly Bengali printed letter) from a image. where only one character stays at the image. Anybody help me with proper coding in C#.
Posted

Hi,
there´s a great article about OCR(Optical Character Recognition) on codeproject.com. You should really read through it, it is a very comprehensive article.
A C# Project in Optical Character Recognition (OCR) Using Chain Code[^]

Best regards
 
Share this answer
 
v3
Comments
Shuvo Sarker 20-May-13 8:58am    
Thanks,but how can it worked?what is the feature vector path?when i run the program it is wanted by the software?
BiteForce 20-May-13 16:31pm    
That is the definition provided by the author:

The feature vector is simply the collection of the features of every pixel sorted by the track i.e. check the position of each pixel and add its properties to the feature vector. E.g. if we have two pixels lie in sector 1 and track 1 with the same relation of 4 then in cell4 in the relations table the one in t1 and s1 will be incremented twice since there are TWO pixels having this property


Actually it´s a tutorial with a source code attachment, so you can just implement the code in your application I think.

Nice Regards

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