python 开源 车牌 识别

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python 开源 车牌 识别相关的知识,希望对你有一定的参考价值。


pip3 install opencv-python==3.4.2.16
pip3 install opencv-contrib-python==3.4.2.16
pip3 install hyperlpr

from hyperlpr import *
#导入OpenCV库
import cv2
#读入图片
image = cv2.imread("1.png")
#识别结果
print(HyperLPR_plate_recognition(image))

以上是关于python 开源 车牌 识别的主要内容,如果未能解决你的问题,请参考以下文章

开源分享基于Python+OpenCV+PyQt5车牌识别(GUI界面)

Python项目演练:使用深度学习自动识别车牌号附源代码

EasyPR是一个中文的开源车牌识别系统

Python+Keras+TensorFlow车牌识别

轻松使用 Python 检测和识别车牌(附代码)

一套基于java的开源车牌识别算法