Fixed typo in opencv (#9697)
parent
f34ebf733d
commit
89042439b8
|
@ -28,7 +28,7 @@ CASCADE_URL = \
|
|||
'https://raw.githubusercontent.com/opencv/opencv/master/data/' + \
|
||||
'lbpcascades/lbpcascade_frontalface.xml'
|
||||
|
||||
CONF_CLASSIFIER = 'classifer'
|
||||
CONF_CLASSIFIER = 'classifier'
|
||||
CONF_FILE = 'file'
|
||||
CONF_MIN_SIZE = 'min_size'
|
||||
CONF_NEIGHBORS = 'neighbors'
|
||||
|
|
Loading…
Reference in New Issue