mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-01 10:21:59 +02:00
[nodes] Meshing
Add option estimateSpaceFromSfM
Estimate the 3d space from the SfM.
This commit is contained in:
parent
4ec5bbe255
commit
640f46fdbd
1 changed files with 7 additions and 0 deletions
|
@ -38,6 +38,13 @@ class Meshing(desc.CommandLineNode):
|
|||
value='',
|
||||
uid=[0],
|
||||
),
|
||||
desc.BoolParam(
|
||||
name='estimateSpaceFromSfM',
|
||||
label='Estimate Space From SfM',
|
||||
description='Estimate the 3d space from the SfM',
|
||||
value=True,
|
||||
uid=[0],
|
||||
),
|
||||
desc.IntParam(
|
||||
name='minObservations',
|
||||
label='Min Observations For SfM Space Estimation',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue