mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-28 22:17:40 +02:00
[nodes] Meshing
Add option minObservations
Minimum number of observations for SfM space estimation.
This commit is contained in:
parent
52a7f475c3
commit
4ec5bbe255
1 changed files with 8 additions and 0 deletions
|
@ -38,6 +38,14 @@ class Meshing(desc.CommandLineNode):
|
||||||
value='',
|
value='',
|
||||||
uid=[0],
|
uid=[0],
|
||||||
),
|
),
|
||||||
|
desc.IntParam(
|
||||||
|
name='minObservations',
|
||||||
|
label='Min Observations For SfM Space Estimation',
|
||||||
|
description='Minimum number of observations for SfM space estimation.',
|
||||||
|
value=3,
|
||||||
|
range=(0, 100, 1),
|
||||||
|
uid=[0],
|
||||||
|
),
|
||||||
desc.IntParam(
|
desc.IntParam(
|
||||||
name='maxInputPoints',
|
name='maxInputPoints',
|
||||||
label='Max Input Points',
|
label='Max Input Points',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue