updated help message in opencv_stitching app

This commit is contained in:
Alexey Spizhevoy
2011-05-31 08:28:24 +00:00
parent 76538fbe6b
commit 98d663e7e0

View File

@@ -99,7 +99,8 @@ void printUsage()
" Blending method. The default is 'multiband'.\n" " Blending method. The default is 'multiband'.\n"
" --blend_strength <float>\n" " --blend_strength <float>\n"
" Blending strength from [0,100] range. The default is 5.\n" " Blending strength from [0,100] range. The default is 5.\n"
" --output <result_img>\n"; " --output <result_img>\n"
" The default is 'result.png'.";
} }