Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/alicevision/meshroom.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrégoire De Lillo <gregoire-dl@users.noreply.github.com>2022-11-07 17:25:29 +0300
committerGrégoire De Lillo <gregoire-dl@users.noreply.github.com>2022-11-07 17:25:29 +0300
commit312e14feb635d615ba44d2a55c857e98c5503a03 (patch)
tree73e81e474308937c8628d9aa5f369c5f4751105c
parentf2bd05b7a66fb278766928567eb240681ea73730 (diff)
[nodes] DepthMap: Add option Seeds Range Inflatedev/depthMapImprovments
-rw-r--r--meshroom/nodes/aliceVision/DepthMap.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/meshroom/nodes/aliceVision/DepthMap.py b/meshroom/nodes/aliceVision/DepthMap.py
index 7311d21a..d5a7b24e 100644
--- a/meshroom/nodes/aliceVision/DepthMap.py
+++ b/meshroom/nodes/aliceVision/DepthMap.py
@@ -166,6 +166,15 @@ Use a downscale factor of one (full-resolution) only if the quality of the input
advanced=True,
),
desc.FloatParam(
+ name='sgmSeedsRangeInflate',
+ label='Seeds Range Inflate',
+ description='Seeds range inflate factor.',
+ value=0.2,
+ range=(0.0, 2.0, 0.1),
+ uid=[0],
+ advanced=True,
+ ),
+ desc.FloatParam(
name='sgmGammaC',
label='GammaC',
description='GammaC Threshold.',