From df0c43321d580405f1caf0f5b240d2058340484f Mon Sep 17 00:00:00 2001 From: "Alfonso (the fonz) de la Osa" Date: Mon, 9 Dec 2013 10:55:44 +0000 Subject: [PATCH] --no-display property fix in stereo_match.cpp sample --- samples/cpp/stereo_match.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/cpp/stereo_match.cpp b/samples/cpp/stereo_match.cpp index 8dc42195e8..69c77c39a3 100644 --- a/samples/cpp/stereo_match.cpp +++ b/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)