Ask Your Question
0

License Plate Segmentation Problem

asked 2014-02-22 05:16:15 -0600

ART gravatar image

updated 2014-02-22 06:12:35 -0600

berak gravatar image

Hi All, I'm working on ANPR ..gone through the book of mastering opencv with practicals.

For plate detection in the book, it is considered only for plates of Spain based on plate width , height and aspect ratio. how can we get the plate detection to do done irrespective of width and other parameters. can anyone suggest me with solution for my problem or guide with any tutorial or papers . I am now doing find contours on the plate like contours and performing conditions based on aspect ratio, width and height to grab the license plate. Any suggestions greatly appreciated.

Thanks

edit retag flag offensive close merge delete

Comments

1 answer

Sort by ยป oldest newest most voted
0

answered 2014-02-22 09:05:48 -0600

FLY gravatar image

As i far i think you can work on standard paltes , you change the given aspect ratio , width and height whateva is in the code and enter the valid one which qualify for your area's criteria . You can also train them according to your area's liecence plate aspect ratio . In that book , some character are not train for OCR , so you also need to train the OCR on your requirement as well . That was not the full implemented application that was the only guide for making that type of application

edit flag offensive delete link more

Question Tools

Stats

Asked: 2014-02-22 05:16:15 -0600

Seen: 403 times

Last updated: Feb 22 '14