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

pull/1959/head
Alfonso (the fonz) de la Osa 11 years ago
parent 8f10ca5180
commit df0c43321d
  1. 2
      samples/cpp/stereo_match.cpp

@ -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)

Loading…
Cancel
Save