File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ void printUsage(char** argv)
44
44
" Images stitcher.\n\n " << " Usage :\n " << argv[0 ] <<" [Flags] img1 img2 [...imgN]\n\n "
45
45
" Flags:\n "
46
46
" --d3\n "
47
- " internally creates three chunks of each image to increase stitching success"
47
+ " internally creates three chunks of each image to increase stitching success\n "
48
48
" --try_use_gpu (yes|no)\n "
49
49
" Try to use GPU. The default value is 'no'. All default values\n "
50
50
" are for CPU mode.\n "
@@ -54,7 +54,7 @@ void printUsage(char** argv)
54
54
" for stitching materials under affine transformation, such as scans.\n "
55
55
" --output <result_img>\n "
56
56
" The default is 'result.jpg'.\n\n "
57
- " Example usage :\n " << argv[0 ] << " --d3 --try_use_gpu yes --mode scans img1.jpg img2.jpg" ;
57
+ " Example usage :\n " << argv[0 ] << " --d3 --try_use_gpu yes --mode scans img1.jpg img2.jpg\n " ;
58
58
}
59
59
60
60
You can’t perform that action at this time.
0 commit comments