mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-20 01:57:16 +02:00
Fix various typos in the source code
## Description Fix various typos in the source code. This includes user facing code, documentation, and source comments. This PR has not been tested. Closes #1605
This commit is contained in:
parent
92004286fd
commit
f4dcf6557f
21 changed files with 30 additions and 30 deletions
|
@ -116,7 +116,7 @@ It iterates like that, adding cameras and triangulating new 2D features into 3D
|
|||
desc.ChoiceParam(
|
||||
name='observationConstraint',
|
||||
label='Observation Constraint',
|
||||
description='Observation contraint mode used in the optimization:\n'
|
||||
description='Observation constraint 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='Scale',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue