A-Simple-Chinese-License-Plate-Generator-and-Recognition-Framework
A-Simple-Chinese-License-Plate-Generator-and-Recognition-Framework copied to clipboard
有一处错误
PlateCommon.py中180行的addGauss函数用的是cv2.blur(),这是均值滤波,与函数名不符。应该为cv2.GaussianBlur()