mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-20 18:17:17 +02:00
[nodes] DepthMap: Add options Refine scale & Refine step
This commit is contained in:
parent
e830bb44d0
commit
000a67decd
1 changed files with 16 additions and 0 deletions
|
@ -250,6 +250,22 @@ Use a downscale factor of one (full-resolution) only if the quality of the input
|
||||||
description='Refine Parameters.',
|
description='Refine Parameters.',
|
||||||
group=None,
|
group=None,
|
||||||
groupDesc=[
|
groupDesc=[
|
||||||
|
desc.IntParam(
|
||||||
|
name='refineScale',
|
||||||
|
label='Downscale factor',
|
||||||
|
description='Downscale factor.',
|
||||||
|
value=1,
|
||||||
|
range=(-1, 10, 1),
|
||||||
|
uid=[0],
|
||||||
|
),
|
||||||
|
desc.IntParam(
|
||||||
|
name='refineStepXY',
|
||||||
|
label='Step XY',
|
||||||
|
description='Step on X and Y axis.',
|
||||||
|
value=1,
|
||||||
|
range=(-1, 10, 1),
|
||||||
|
uid=[0],
|
||||||
|
),
|
||||||
desc.IntParam(
|
desc.IntParam(
|
||||||
name='refineNSamplesHalf',
|
name='refineNSamplesHalf',
|
||||||
label='Number of Samples',
|
label='Number of Samples',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue