update help corresponding single format and update some samples through using CommandLineParser class

This commit is contained in:
Kirill Kornyakov
2011-05-29 10:01:01 +00:00
parent 2f3b75c841
commit 534ac83b8d
10 changed files with 73 additions and 63 deletions

View File

@@ -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[] =