From b102299dfac496381389b87bd4732579d2e92c66 Mon Sep 17 00:00:00 2001 From: Alexey Spizhevoy Date: Tue, 21 Dec 2010 09:55:56 +0000 Subject: [PATCH] fixed comment --- samples/gpu/stereo_match.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/gpu/stereo_match.cpp b/samples/gpu/stereo_match.cpp index 5179d45..c988ab2 100644 --- a/samples/gpu/stereo_match.cpp +++ b/samples/gpu/stereo_match.cpp @@ -157,7 +157,7 @@ void App::run() imshow("left", left); imshow("right", right); - // Create stero method descriptors + // Set common parameters bm.ndisp = p.ndisp; bp.ndisp = p.ndisp; csbp.ndisp = p.ndisp; -- 2.7.4