mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 11:40:44 +08:00
3 lines
234 B
Batchfile
Executable File
3 lines
234 B
Batchfile
Executable File
REM an example of using haar cascade recognition for face and eye detection.
|
|
facedetect --cascade="../../data/haarcascades/haarcascade_frontalface_alt.xml" --nested-cascade="../../data/haarcascades/haarcascade_eye.xml" --scale=1.3 %1
|