Commit 13c058ec authored by Roman Donchenko's avatar Roman Donchenko Committed by OpenCV Buildbot

Merge pull request #1959 from botverse:2.4

parents 8f10ca51 df0c4332
...@@ -45,7 +45,7 @@ int main(int argc, char** argv) ...@@ -45,7 +45,7 @@ int main(int argc, char** argv)
const char* algorithm_opt = "--algorithm="; const char* algorithm_opt = "--algorithm=";
const char* maxdisp_opt = "--max-disparity="; const char* maxdisp_opt = "--max-disparity=";
const char* blocksize_opt = "--blocksize="; const char* blocksize_opt = "--blocksize=";
const char* nodisplay_opt = "--no-display="; const char* nodisplay_opt = "--no-display";
const char* scale_opt = "--scale="; const char* scale_opt = "--scale=";
if(argc < 3) if(argc < 3)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment