Click here to Skip to main content
15,886,919 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
Hi, I need to recognize a character in an image. Can one pls help me in this? can i use OpenCV .


the character would look like : WALK ;the letter in block color backround in white.
please give me sample code in opencv2.2
Posted
Comments
Sergey Alexandrovich Kryukov 19-Apr-12 13:04pm    
You do not need to "convert" a character. What you need is called OCR.
--SA

1 solution

What you need is called OCR — Optical Character Recognition. Please see:
http://en.wikipedia.org/wiki/Optical_character_recognition[^].

For starters on OCR with OpenCV, please see this nice and short article:
http://blog.damiles.com/2008/11/basic-ocr-in-opencv/[^].

You can find some more:
http://bit.ly/HTGwC3[^].

Good luck,
—SA
 
Share this answer
 
v3
Comments
VJ Reddy 19-Apr-12 20:11pm    
Good references. 5!
Sergey Alexandrovich Kryukov 19-Apr-12 20:41pm    
Thank you, VJ.
--SA

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