成都网站建设设计

将想法与焦点和您一起共享

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开源车牌识别
网页路径:http://chengdu.cdxwcx.cn/article/jjepsp.html