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

@@ -8,7 +8,7 @@ void help()
"functions cvCreateMemStorage() and cvDrawContours().\n"
"It also shows the use of a trackbar to control contour retrieval.\n"
"\n"
"Call:\n"
"Usage :\n"
"./contours\n");
}