Update README.md

This commit is contained in:
mattzhang1984
2019-12-09 11:43:16 +08:00
committed by GitHub
parent 1766dbf82c
commit 8e8a7ca4b0
+1 -1
View File
@@ -22,7 +22,7 @@ import cv2
#读入图片
image = cv2.imread("demo.jpg")
#识别结果
print(HyperLPR_PlateRecogntion(image))
print(HyperLPR_plate_recognition(image))
```
#### Q&A