Ask Your Question
0

i want to write plate detection

asked 2014-08-02 12:15:12 -0600

mohagheghiyan gravatar image

i want to write license plate detection program with adaboost classifier and python in opencv, please help me about structure of this project thanks

edit retag flag offensive close merge delete

Comments

For persian plate recognition refer to here

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

1 answer

Sort by ยป oldest newest most voted
1

answered 2014-08-02 15:28:35 -0600

FLY gravatar image

updated 2014-08-02 15:29:34 -0600

First of all you need to learn about it from chp 5 of book Packtpub.Mastering.OpenCV.with.Practical.Computer.Vision.Projects in which they detect the vehicle licence plate (Book is free to download , so search it out) . You can view the same question and helpfull answer from @Mathieu here .

Some algorithms which i remember you have use are :

Sobel filter
Threshold operation (otsu)
Close Morphological operation
Mask of one filled area
Svm classifier
edit flag offensive delete link more

Comments

thank you ver much

mohagheghiyan gravatar imagemohagheghiyan ( 2014-08-03 08:39:37 -0600 )edit

Question Tools

Stats

Asked: 2014-08-02 12:15:12 -0600

Seen: 416 times

Last updated: Aug 02 '14