From: Gary Bradski Date: Sat, 4 Dec 2010 08:35:02 +0000 (+0000) Subject: revamped X-Git-Tag: accepted/2.0/20130307.220821~3891 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d04321e7474f0815c0524b44495c313ac5cab096;p=profile%2Fivi%2Fopencv.git revamped --- diff --git a/samples/c/facedetect.cpp b/samples/c/facedetect.cpp index 9e12eaa..c4227e0 100644 --- a/samples/c/facedetect.cpp +++ b/samples/c/facedetect.cpp @@ -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,