From: Maria Dimashova Date: Mon, 18 Jun 2012 14:14:15 +0000 (+0000) Subject: set sample param to its default value in function X-Git-Tag: accepted/2.0/20130307.220821~364^2~595 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=39f865faf98ff3270830f1d25292166297b932d9;p=profile%2Fivi%2Fopencv.git set sample param to its default value in function --- diff --git a/samples/cpp/rgbdodometry.cpp b/samples/cpp/rgbdodometry.cpp index 25bf115..660eb31 100644 --- a/samples/cpp/rgbdodometry.cpp +++ b/samples/cpp/rgbdodometry.cpp @@ -146,7 +146,7 @@ int main(int argc, char** argv) minGradMagnitudes[3] = 1; const float minDepth = 0.f; //in meters - const float maxDepth = 3.f; //in meters + const float maxDepth = 4.f; //in meters const float maxDepthDiff = 0.07f; //in meters tm.start();