License plate recognition using OpenCV

前端 未结 4 1954
暗喜
暗喜 2021-02-08 18:47

I have a project where I need to identify the license plate of a car using OpenCV.

I want to load an image of a number or a letter and let OpenCV identify it and print i

4条回答
  •  天涯浪人
    2021-02-08 19:19

    I have recently been working on a simple implementation of ANPR in OpenCV python. You can check it out here

    It is written with the help of Shogun Machine Learning toolbox with the Image processing part in OpenCV. Do play with the variables as they need some tweaking for cars from different regions.

提交回复
热议问题