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,7 +16,7 @@ void help()
"descriptor classifier"
"Usage:\n"
"./find_obj_ferns [--object_filename]=<object_filename, box.png as default> \n"
"[--scene_filename]=<scene_filename box_in_scene.png as default>]\n\n");
" [--scene_filename]=<scene_filename box_in_scene.png as default>] \n");
}
int main(int argc, const char** argv)