mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-06 10:18:42 +02:00
[nodes] DepthMap: Add exportIntermediateTopographicCutVolumes parameter
This commit is contained in:
parent
72d6ce72d1
commit
a052c798d3
1 changed files with 8 additions and 0 deletions
|
@ -434,6 +434,14 @@ Use a downscale factor of one (full-resolution) only if the quality of the input
|
||||||
uid=[0],
|
uid=[0],
|
||||||
advanced=True,
|
advanced=True,
|
||||||
),
|
),
|
||||||
|
desc.BoolParam(
|
||||||
|
name='exportIntermediateTopographicCutVolumes',
|
||||||
|
label='Export Cut Volumes',
|
||||||
|
description='Export intermediate similarity topographic cut volumes from the SGM and Refine steps.',
|
||||||
|
value=False,
|
||||||
|
uid=[],
|
||||||
|
advanced=True,
|
||||||
|
),
|
||||||
desc.BoolParam(
|
desc.BoolParam(
|
||||||
name='exportIntermediateVolume9pCsv',
|
name='exportIntermediateVolume9pCsv',
|
||||||
label='Export 9 Points',
|
label='Export 9 Points',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue