opencv/samples/c/facedetect.cmd

3 lines
234 B
Batchfile
Raw Normal View History

2010-12-02 04:04:57 +08:00
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