Skip to content

Commit

Permalink
Merge pull request #2199 from alicevision/dev/SfmAlignment
Browse files Browse the repository at this point in the history
[nodes] StructureFromMotion: Automatic alignment of the 3D reconstruction
  • Loading branch information
fabiencastan authored Sep 22, 2023
2 parents 2c8690b + 5aff0ce commit 5654df8
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion meshroom/nodes/aliceVision/StructureFromMotion.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "3.2"
__version__ = "3.3"

from meshroom.core import desc

Expand Down Expand Up @@ -348,6 +348,16 @@ class StructureFromMotion(desc.AVCommandLineNode):
value=True,
uid=[0],
),
desc.BoolParam(
name="useAutoTransform",
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],
),
desc.File(
name="initialPairA",
label="Initial Pair A",
Expand Down

0 comments on commit 5654df8

Please sign in to comment.