update help corresponding single format and update some samples through using CommandLineParser class
This commit is contained in:
@@ -22,9 +22,9 @@ void help()
|
||||
printf( "This program demonstrated the use of the SURF Detector and Descriptor using\n"
|
||||
"either FLANN (fast approx nearst neighbor classification) or brute force matching\n"
|
||||
"on planar objects.\n"
|
||||
"Call:\n"
|
||||
"Usage :\n"
|
||||
"./find_obj [--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\n"
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user