mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
type correction
This commit is contained in:
parent
f608150b02
commit
4f606a15c0
@ -25,7 +25,7 @@ sensor.set_windowing((220, 190, 200, 100))
|
||||
sensor.set_pixformat(sensor.GRAYSCALE)
|
||||
|
||||
# Load Haar Cascade
|
||||
# By default this will use all stages, lower satges is faster but less accurate.
|
||||
# By default this will use all stages, lower stages is faster but less accurate.
|
||||
eyes_cascade = image.HaarCascade("eye", stages=24)
|
||||
print(eyes_cascade)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user