4/11/2009

License Plate Localization

[OpenCV] License Plate Localization

After detecting edges, you should apply morphological close operation. However,you should select kernel size considering the plate size. After that, you shouldapply connected component algorithm and filter very big and very small sizeobjects. Hence, the remaining objects are plate candidates which you can detectcharacters for each candidate.

Alper

No comments: