[nodes] Meshing Add option estimateSpaceFromSfM

Estimate the 3d space from the SfM.
This commit is contained in:
Grégoire De Lillo 2018-10-30 11:27:16 +01:00
parent 4ec5bbe255
commit 640f46fdbd

View file

@ -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',