This commit is contained in:
Gary Bradski 2010-12-04 08:35:02 +00:00
parent 0bcbd3c1d3
commit d04321e747

View File

@ -19,7 +19,9 @@ void help()
" [filename|camera_index]\n\n"
"see facedetect.cmd for one call:\n"
"./facedetect --cascade=\"../../data/haarcascades/haarcascade_frontalface_alt.xml\" --nested-cascade=\"../../data/haarcascades/haarcascade_eye.xml\" --scale=1.3 \n"
"Hit any key to quit.\n" << endl;
"Hit any key to quit.\n"
"Using OpenCV version %s\n" << CV_VERSION << "\n"
<< endl;
}
void detectAndDraw( Mat& img,