iranian license plate detection

asked 2014-08-13 12:00:39 -0600

mohagheghiyan gravatar image

i want to create a license plate detection for iranian license plate that use european standard. for this work i want to use haar feature for localization and tesseract library for ocr and detect character. i collect 800 positive image that include license plate. and use 8 image that license plate in this picture removed.

after a hard work i extract 800 license plate with my hand nad train "trainCascade" in opencv but after testing, result is very bad that or detect any license plate or detect most license plate.

my sample is like follow: for negative: image description

and positive: image description

i have Question: 1-how to train for get best result(with traincascade in opencv)? 2-what ocr library is there for persian that recognize character in iranina license plate? 3-is there any project that may help me?

thaks.

edit retag flag offensive close merge delete

Comments

I can suggest you to cut the negative image into 4 regions (top, bottom, left and right) instead of cutting the licence plate area. You can even use a classifier for eliminating the false positives. If the plates could be very rotated, that could be a problem too.

thdrksdfthmn gravatar imagethdrksdfthmn ( 2014-08-14 03:41:32 -0600 )edit

For persian plate recognition refer to here

Mostafa Sataki gravatar imageMostafa Sataki ( 2014-08-14 04:09:54 -0600 )edit