mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-02 02:42:05 +02:00
[nodes] DepthMap
Add option exportIntermediateResults
This commit is contained in:
parent
8415ba53b6
commit
6f1bcaa23e
1 changed files with 16 additions and 8 deletions
|
@ -87,6 +87,14 @@ class DepthMap(desc.CommandLineNode):
|
|||
uid=[0],
|
||||
advanced=True,
|
||||
),
|
||||
desc.IntParam(
|
||||
name='refineMaxTCams',
|
||||
label='Refine: Nb Neighbour Cameras',
|
||||
description='Refine: Number of neighbour cameras.',
|
||||
value=6,
|
||||
range=(1, 20, 1),
|
||||
uid=[0],
|
||||
),
|
||||
desc.IntParam(
|
||||
name='refineNSamplesHalf',
|
||||
label='Refine: Number of Samples',
|
||||
|
@ -114,14 +122,6 @@ class DepthMap(desc.CommandLineNode):
|
|||
uid=[0],
|
||||
advanced=True,
|
||||
),
|
||||
desc.IntParam(
|
||||
name='refineMaxTCams',
|
||||
label='Refine: Nb Neighbour Cameras',
|
||||
description='Refine: Number of neighbour cameras.',
|
||||
value=6,
|
||||
range=(1, 20, 1),
|
||||
uid=[0],
|
||||
),
|
||||
desc.IntParam(
|
||||
name='refineWSH',
|
||||
label='Refine: WSH',
|
||||
|
@ -166,6 +166,14 @@ class DepthMap(desc.CommandLineNode):
|
|||
uid=[0],
|
||||
advanced=True,
|
||||
),
|
||||
desc.BoolParam(
|
||||
name='exportIntermediateResults',
|
||||
label='Export Intermediate Results',
|
||||
description='Export intermediate results from the SGM and Refine steps.',
|
||||
value=False,
|
||||
uid=[],
|
||||
advanced=True,
|
||||
),
|
||||
desc.ChoiceParam(
|
||||
name='verboseLevel',
|
||||
label='Verbose Level',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue