Fixed typo in opencv (#9697)

pull/9700/head
Alok Saboo 2017-10-04 18:04:39 -04:00 committed by Fabian Affolter
parent f34ebf733d
commit 89042439b8
1 changed files with 1 additions and 1 deletions

View File

@ -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'