pull/13383/head
Gary Bradski 14 years ago
parent 74825e55c0
commit 65f7bfbb83
  1. 3
      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"

Loading…
Cancel
Save