Merge pull request #1959 from botverse:2.4

This commit is contained in:
Roman Donchenko 2013-12-09 17:25:33 +04:00 committed by OpenCV Buildbot
commit 13c058ecf8

View File

@ -45,7 +45,7 @@ int main(int argc, char** argv)
const char* algorithm_opt = "--algorithm=";
const char* maxdisp_opt = "--max-disparity=";
const char* blocksize_opt = "--blocksize=";
const char* nodisplay_opt = "--no-display=";
const char* nodisplay_opt = "--no-display";
const char* scale_opt = "--scale=";
if(argc < 3)