[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:
Post a Comment