From 203b2df1b3ea02cefe487450f9736e26a8c9d81c Mon Sep 17 00:00:00 2001 From: Jens Koenen <koenen@vr.rwth-aachen.de> Date: Wed, 26 Apr 2023 15:20:21 +0200 Subject: [PATCH] Changed default value --- src/strategy/dual_layer_reprojection.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/strategy/dual_layer_reprojection.hpp b/src/strategy/dual_layer_reprojection.hpp index c341d1d8..2d31bf60 100644 --- a/src/strategy/dual_layer_reprojection.hpp +++ b/src/strategy/dual_layer_reprojection.hpp @@ -82,7 +82,7 @@ private: float depth_low_high_frequency_factor = 1024.0f; float layer_constant_threshold = 0.5f; float layer_slope_threshold = 0.0f; - float reproject_slope_threshold = 0.1f; + float reproject_slope_threshold = 0.05f; float subdivision_threshold = 0.01f; float debug_value = 0.0f; bool wireframe = false; -- GitLab