mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-30 06:48:47 +02:00
[nodes] StructureFromMotion: update label and description for the alignment option
This commit is contained in:
parent
6f44e705fb
commit
5aff0ce5cd
1 changed files with 5 additions and 2 deletions
|
@ -350,8 +350,11 @@ It iterates like that, adding cameras and triangulating new 2D features into 3D
|
|||
),
|
||||
desc.BoolParam(
|
||||
name="useAutoTransform",
|
||||
label="Automatically align result",
|
||||
description="Enable/Disable automatic alignment of result.",
|
||||
label="Automatic Alignment",
|
||||
description="Enable/Disable automatic alignment of the 3D reconstruction.\n"
|
||||
"Determines scene orientation from the cameras' X axis,\n"
|
||||
"determines north and scale from GPS information if available,\n"
|
||||
"and defines ground level from the point cloud.",
|
||||
value=True,
|
||||
uid=[0],
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue