mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 06:03:15 +08:00
revamped
This commit is contained in:
parent
a3d7aebbef
commit
0bcbd3c1d3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user