A-Simple-Chinese-License-Plate-Generator-and-Recognition-Framework icon indicating copy to clipboard operation
A-Simple-Chinese-License-Plate-Generator-and-Recognition-Framework copied to clipboard

有一处错误

Open seekFire opened this issue 6 years ago • 0 comments

PlateCommon.py中180行的addGauss函数用的是cv2.blur(),这是均值滤波,与函数名不符。应该为cv2.GaussianBlur()

seekFire avatar Jul 06 '18 08:07 seekFire