[nodes] sfm: change default value for observationConstraint to scale

This commit is contained in:
Fabien Castan 2021-04-13 17:49:37 +02:00
parent 7ee28b23ff
commit e330201077

View file

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