updated help message in opencv_stitching app

pull/13383/head
Alexey Spizhevoy 14 years ago
parent 76538fbe6b
commit 98d663e7e0
  1. 3
      modules/stitching/main.cpp

@ -99,7 +99,8 @@ void printUsage()
" Blending method. The default is 'multiband'.\n"
" --blend_strength <float>\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'.";
}

Loading…
Cancel
Save