Commit d04321e7 authored by Gary Bradski's avatar Gary Bradski

revamped

parent 0bcbd3c1
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment