From 0bcbd3c1d35219f9e1549a79039f89015ed4526f Mon Sep 17 00:00:00 2001 From: Gary Bradski Date: Sat, 4 Dec 2010 08:34:57 +0000 Subject: [PATCH] revamped --- samples/c/find_obj_calonder.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/samples/c/find_obj_calonder.cpp b/samples/c/find_obj_calonder.cpp index f92d8b8..1a5abe5 100644 --- a/samples/c/find_obj_calonder.cpp +++ b/samples/c/find_obj_calonder.cpp @@ -16,7 +16,9 @@ void help() "Format:" << endl << " classifier_file(to write) test_image file_with_train_images_filenames(txt)" << " or" << endl << - " classifier_file(to read) test_image" << endl; + " classifier_file(to read) test_image" + "Using OpenCV version %s\n" << CV_VERSION << "\n" + << endl; } /* * Generates random perspective transform of image -- 2.7.4