Skip to content

Commit

Permalink
[nodes] StructureFromMotion: Add scale as an option
Browse files Browse the repository at this point in the history
  • Loading branch information
Theo committed Mar 9, 2020
1 parent 4afa3c5 commit e959f1d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions meshroom/nodes/aliceVision/StructureFromMotion.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,16 @@ class StructureFromMotion(desc.CommandLineNode):
uid=[0],
advanced=True,
),
desc.ChoiceParam(
name='observationConstraint',
label='Observation Constraint',
description='Option used for an observation constraint : basic, scale or covariance',
value='Basic',
values=['Basic', 'Scale'],
exclusive=True,
uid=[0],
advanced=True,
),
desc.IntParam(
name='localizerEstimatorMaxIterations',
label='Localizer Max Ransac Iterations',
Expand Down

0 comments on commit e959f1d

Please sign in to comment.