mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-03 03:11:56 +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,
|
||||
),
|
||||
desc.GroupAttribute(
|
||||
name="tilling",
|
||||
label="Tilling Parameters",
|
||||
description='Tilling Parameters.',
|
||||
name="tiling",
|
||||
label="Tiling Parameters",
|
||||
description='Tiling Parameters.',
|
||||
group=None,
|
||||
groupDesc=[
|
||||
desc.IntParam(
|
||||
|
@ -126,7 +126,7 @@ Use a downscale factor of one (full-resolution) only if the quality of the input
|
|||
groupDesc=[
|
||||
desc.IntParam(
|
||||
name='sgmScale',
|
||||
label='Downscale factor',
|
||||
label='Downscale Factor',
|
||||
description='Downscale factor used to compute the similarity volume.',
|
||||
value=2,
|
||||
range=(-1, 10, 1),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue