mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-22 11:07:17 +02:00
[nodes] sfm: change default value for observationConstraint to scale
This commit is contained in:
parent
7ee28b23ff
commit
e330201077
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ It iterates like that, adding cameras and triangulating new 2D features into 3D
|
|||
description='Observation contraint mode used in the optimization:\n'
|
||||
' * Basic: Use standard reprojection error in pixel coordinates\n'
|
||||
' * Scale: Use reprojection error in pixel coordinates but relative to the feature scale',
|
||||
value='Basic',
|
||||
value='Scale',
|
||||
values=['Basic', 'Scale'],
|
||||
exclusive=True,
|
||||
uid=[0],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue