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

parent 8f10ca51
...@@ -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