revamped
authorGary Bradski <no@email>
Sat, 4 Dec 2010 08:34:54 +0000 (08:34 +0000)
committerGary Bradski <no@email>
Sat, 4 Dec 2010 08:34:54 +0000 (08:34 +0000)
samples/c/adaptiveskindetector.cpp

index fd8926d..e3ed84a 100644 (file)
@@ -52,8 +52,9 @@ void help(char **argv)
                "       iterates through temp_00000.jpg  to  temp_01000.jpg" << std::endl << std::endl <<\r
                "If no parameter specified, this application will try to capture from the default Webcam." << std::endl <<\r
                "Please note: Background should not contain large surfaces with skin tone." <<\r
-               "\n\n ESC will stop\n" <<\r
-               std::endl;\r
+               "\n\n ESC will stop\n"\r
+               "Using OpenCV version %s\n" << CV_VERSION << "\n"\r
+               << std::endl;\r
 }\r
 \r
 class ASDFrameHolder\r