From 65f7bfbb8305f6d01ae3695d771ff1d65de67a49 Mon Sep 17 00:00:00 2001 From: Gary Bradski Date: Sat, 4 Dec 2010 08:24:37 +0000 Subject: [PATCH] revamped --- samples/cpp/bagofwords_classification.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/samples/cpp/bagofwords_classification.cpp b/samples/cpp/bagofwords_classification.cpp index b713ab700..22ac48ef0 100644 --- a/samples/cpp/bagofwords_classification.cpp +++ b/samples/cpp/bagofwords_classification.cpp @@ -25,8 +25,9 @@ const string plotsDir = "/plots"; void help(char** argv) { - cout << "This program shows how to read in, train on and produce test results for the PASCAL VOC (Visual Object Challenge) data. \n" + cout << "\nThis program shows how to read in, train on and produce test results for the PASCAL VOC (Visual Object Challenge) data. \n" << "It shows how to use detectors, descriptors and recognition methods \n" + "Using OpenCV version %s\n" << CV_VERSION << "\n" << "Call: \n" << "Format:\n ./" << argv[0] << " [VOC path] [result directory] \n" << " or: \n"