mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-02 16:28:51 +02:00
[nodes] DepthMap: Fix typo
This commit is contained in:
parent
06453228cb
commit
2e2627ac60
1 changed files with 4 additions and 4 deletions
|
@ -64,9 +64,9 @@ Use a downscale factor of one (full-resolution) only if the quality of the input
|
||||||
advanced=True,
|
advanced=True,
|
||||||
),
|
),
|
||||||
desc.GroupAttribute(
|
desc.GroupAttribute(
|
||||||
name="tilling",
|
name="tiling",
|
||||||
label="Tilling Parameters",
|
label="Tiling Parameters",
|
||||||
description='Tilling Parameters.',
|
description='Tiling Parameters.',
|
||||||
group=None,
|
group=None,
|
||||||
groupDesc=[
|
groupDesc=[
|
||||||
desc.IntParam(
|
desc.IntParam(
|
||||||
|
@ -126,7 +126,7 @@ Use a downscale factor of one (full-resolution) only if the quality of the input
|
||||||
groupDesc=[
|
groupDesc=[
|
||||||
desc.IntParam(
|
desc.IntParam(
|
||||||
name='sgmScale',
|
name='sgmScale',
|
||||||
label='Downscale factor',
|
label='Downscale Factor',
|
||||||
description='Downscale factor used to compute the similarity volume.',
|
description='Downscale factor used to compute the similarity volume.',
|
||||||
value=2,
|
value=2,
|
||||||
range=(-1, 10, 1),
|
range=(-1, 10, 1),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue