mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-23 19:47:39 +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'
|
description='Observation contraint mode used in the optimization:\n'
|
||||||
' * Basic: Use standard reprojection error in pixel coordinates\n'
|
' * Basic: Use standard reprojection error in pixel coordinates\n'
|
||||||
' * Scale: Use reprojection error in pixel coordinates but relative to the feature scale',
|
' * Scale: Use reprojection error in pixel coordinates but relative to the feature scale',
|
||||||
value='Basic',
|
value='Scale',
|
||||||
values=['Basic', 'Scale'],
|
values=['Basic', 'Scale'],
|
||||||
exclusive=True,
|
exclusive=True,
|
||||||
uid=[0],
|
uid=[0],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue