Commit 0bcbd3c1 authored by Gary Bradski's avatar Gary Bradski

revamped

parent a3d7aebb
...@@ -16,7 +16,9 @@ void help() ...@@ -16,7 +16,9 @@ void help()
"Format:" << endl << "Format:" << endl <<
" classifier_file(to write) test_image file_with_train_images_filenames(txt)" << " classifier_file(to write) test_image file_with_train_images_filenames(txt)" <<
" or" << endl << " 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 * Generates random perspective transform of image
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment