mirror of
https://github.com/opencv/opencv.git
synced 2025-06-07 17:44:04 +08:00
Changed sample code, fixes #18807
This commit is contained in:
parent
cea137f313
commit
f58f36dc88
@ -52,7 +52,7 @@ void printUsage(char** argv)
|
|||||||
" for stitching materials under affine transformation, such as scans.\n"
|
" for stitching materials under affine transformation, such as scans.\n"
|
||||||
" --output <result_img>\n"
|
" --output <result_img>\n"
|
||||||
" The default is 'result.jpg'.\n\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…
Reference in New Issue
Block a user