mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-02 19:02:29 +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='',
|
value='',
|
||||||
uid=[0],
|
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(
|
desc.IntParam(
|
||||||
name='minObservations',
|
name='minObservations',
|
||||||
label='Min Observations For SfM Space Estimation',
|
label='Min Observations For SfM Space Estimation',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue