update help corresponding single format and update some samples through using CommandLineParser class
This commit is contained in:
@@ -16,8 +16,8 @@ void help()
|
||||
{
|
||||
printf("\nThis program demonstrates the Maximal Extremal Region interest point detector.\n"
|
||||
"It finds the most stable (in size) dark and white regions as a threshold is increased.\n"
|
||||
"\nCall:\n"
|
||||
"./mser_sample [--image_filename] <path_and_image_filename, default is 'puzzle.png'>\n\n");
|
||||
"\n Usage: \n"
|
||||
"./mser_sample [--image_filename] <path_and_image_filename, default is 'puzzle.png'> \n");
|
||||
}
|
||||
|
||||
static CvScalar colors[] =
|
||||
|
||||
Reference in New Issue
Block a user