mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-24 14:36:29 +02:00
[nodes] Meshing
Rename option minObservations
to estimateSpaceMinObservations
This commit is contained in:
parent
e4ffd54e8f
commit
123c59ff4e
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ class Meshing(desc.CommandLineNode):
|
||||||
uid=[0],
|
uid=[0],
|
||||||
),
|
),
|
||||||
desc.IntParam(
|
desc.IntParam(
|
||||||
name='minObservations',
|
name='estimateSpaceMinObservations',
|
||||||
label='Min Observations For SfM Space Estimation',
|
label='Min Observations For SfM Space Estimation',
|
||||||
description='Minimum number of observations for SfM space estimation.',
|
description='Minimum number of observations for SfM space estimation.',
|
||||||
value=3,
|
value=3,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue