From: Gary Bradski Date: Sat, 4 Dec 2010 08:34:54 +0000 (+0000) Subject: revamped X-Git-Tag: accepted/2.0/20130307.220821~3893 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a3d7aebbef9c032ff003387de59134dfe0d1a1d2;p=profile%2Fivi%2Fopencv.git revamped --- diff --git a/samples/c/adaptiveskindetector.cpp b/samples/c/adaptiveskindetector.cpp index fd8926d..e3ed84a 100644 --- a/samples/c/adaptiveskindetector.cpp +++ b/samples/c/adaptiveskindetector.cpp @@ -52,8 +52,9 @@ void help(char **argv) " iterates through temp_00000.jpg to temp_01000.jpg" << std::endl << std::endl << "If no parameter specified, this application will try to capture from the default Webcam." << std::endl << "Please note: Background should not contain large surfaces with skin tone." << - "\n\n ESC will stop\n" << - std::endl; + "\n\n ESC will stop\n" + "Using OpenCV version %s\n" << CV_VERSION << "\n" + << std::endl; } class ASDFrameHolder