From 71d9e8db3a1c792b7a3a0176abf7b941d1f3ba59 Mon Sep 17 00:00:00 2001
From: Nicolas Pope <nwpope@utu.fi>
Date: Mon, 12 Aug 2019 10:40:45 +0300
Subject: [PATCH] Slight reduction in smoothing params

---
 applications/reconstruct/src/dibr.cu | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/applications/reconstruct/src/dibr.cu b/applications/reconstruct/src/dibr.cu
index 6a236b079..a7ba0e9df 100644
--- a/applications/reconstruct/src/dibr.cu
+++ b/applications/reconstruct/src/dibr.cu
@@ -401,8 +401,8 @@ __device__ inline float warpMin(float e) {
 
 #define ENERGY_THRESHOLD 0.1f
 #define SMOOTHING_MULTIPLIER_A 10.0f	// For surface search
-#define SMOOTHING_MULTIPLIER_B 5.0f		// For z contribution
-#define SMOOTHING_MULTIPLIER_C 5.0f		// For colour contribution
+#define SMOOTHING_MULTIPLIER_B 4.0f		// For z contribution
+#define SMOOTHING_MULTIPLIER_C 4.0f		// For colour contribution
 
 
 /*
-- 
GitLab