views:

1441

answers:

4

I have a project where I need to identify the license plate of a car using OpenCV.

I want to load an image of a number or a letter and let OpenCV identify it and print it to the console.

Is there a function do this? If not, how can I do it?

Note: I am working on gray level

Please help, I have to make it a week from now

+1  A: 

dunno what implementations are available in opencv, but a couple other libraries are:

jspcal
A: 

thank you for your fast answer

I am working with Microsoft Visual C++ 2008 Express Edition

and about library the following libraries are whwat i used:

"C:\Program Files\OpenCV\lib" "C:\Program Files\OpenCV\cv\include" "C:\Program Files\OpenCV\cxcore\include" "C:\Program Files\OpenCV\otherlibs\highgui" "C:\Program Files\OpenCV\cvaux\include" "C:\Program Files\OpenCV\otherlibs_graphics\include" "C:\Program Files\OpenCV\cv\src" "C:\Program Files\OpenCV\cxcore\src" "C:\Program Files\OpenCV\cvaux\src" "C:\Program Files\OpenCV\otherlibs\highgui" "C:\Program Files\OpenCV\otherlibs_graphics\src"

HAS
Please edit your question to include this information, instead of mis-posting it as an answer to your question.
Travis Bradshaw
A: 

if you are looking to learn more about OpenCV generally, you a good place to start is with this book: Learning OpenCV by Bradksi et al.

AndyL
A: 

If you are targeting british lps you could also have a look at

http://www.warelogic.com

fred