From: Ilya Lysenkov Date: Sat, 13 Nov 2010 05:40:40 +0000 (+0000) Subject: Updated user prompt in the generic_descriptor_match sample X-Git-Tag: accepted/2.0/20130307.220821~4231 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=70a524bc50f7aadf061bb48fd8979360f9443447;p=profile%2Fivi%2Fopencv.git Updated user prompt in the generic_descriptor_match sample --- diff --git a/samples/cpp/generic_descriptor_match.cpp b/samples/cpp/generic_descriptor_match.cpp index 49f0d60..3d113d0 100644 --- a/samples/cpp/generic_descriptor_match.cpp +++ b/samples/cpp/generic_descriptor_match.cpp @@ -14,8 +14,8 @@ int main(int argc, char** argv) { if (argc != 5) { - printf("Format: \n./match_sample [image1] [image2] [algorithm] [XML params]\n"); - printf("For example: ./match_sample scene_l.bmp scene_r.bmp fern fern_params.xml\n"); + printf("Format: \n./generic_descriptor_match [image1] [image2] [algorithm] [XML params]\n"); + printf("For example: ./generic_descriptor_match scene_l.bmp scene_r.bmp FERN fern_params.xml\n"); return 0; }