--no-display property fix in stereo_match.cpp sample

This commit is contained in:
Alfonso (the fonz) de la Osa
2013-12-09 10:55:44 +00:00
parent 8f10ca5180
commit df0c43321d

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)