Merge pull request #18810 from AntonVeselskyi:bugfix-18807

pull/18814/head
Alexander Alekhin 4 years ago
commit b455e1cf52
  1. 2
      samples/cpp/stitching.cpp

@ -52,7 +52,7 @@ void printUsage(char** argv)
" for stitching materials under affine transformation, such as scans.\n"
" --output <result_img>\n"
" The default is 'result.jpg'.\n\n"
"Example usage :\n" << argv[0] << " --d3 --try_use_gpu yes --mode scans img1.jpg img2.jpg\n";
"Example usage :\n" << argv[0] << " --d3 --mode scans img1.jpg img2.jpg\n";
}

Loading…
Cancel
Save