The samples were updated corresponding a single standart for <help>

This commit is contained in:
Kirill Kornyakov
2011-06-03 14:53:38 +00:00
parent 262fc33024
commit 09a7a40478
12 changed files with 81 additions and 59 deletions

View File

@@ -14,9 +14,11 @@ void help()
{
printf( "This program shows the use of the \"fern\" plannar PlanarObjectDetector point\n"
"descriptor classifier"
"Usage:\n"
"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");
" [--scene_filename]=<scene_filename box_in_scene.png as default>] \n"
"Example: \n"
"./find_obj_ferns --object_filename=box.png --scene_filename=box_in_scene.png \n");
}
int main(int argc, const char** argv)