From 39f865faf98ff3270830f1d25292166297b932d9 Mon Sep 17 00:00:00 2001 From: Maria Dimashova Date: Mon, 18 Jun 2012 14:14:15 +0000 Subject: [PATCH] set sample param to its default value in function --- samples/cpp/rgbdodometry.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/cpp/rgbdodometry.cpp b/samples/cpp/rgbdodometry.cpp index 25bf11585e..660eb31d02 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();