mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 11:47:06 +00:00
Fixed typo in opencv (#9697)
This commit is contained in:
parent
f34ebf733d
commit
89042439b8
@ -28,7 +28,7 @@ CASCADE_URL = \
|
|||||||
'https://raw.githubusercontent.com/opencv/opencv/master/data/' + \
|
'https://raw.githubusercontent.com/opencv/opencv/master/data/' + \
|
||||||
'lbpcascades/lbpcascade_frontalface.xml'
|
'lbpcascades/lbpcascade_frontalface.xml'
|
||||||
|
|
||||||
CONF_CLASSIFIER = 'classifer'
|
CONF_CLASSIFIER = 'classifier'
|
||||||
CONF_FILE = 'file'
|
CONF_FILE = 'file'
|
||||||
CONF_MIN_SIZE = 'min_size'
|
CONF_MIN_SIZE = 'min_size'
|
||||||
CONF_NEIGHBORS = 'neighbors'
|
CONF_NEIGHBORS = 'neighbors'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user