mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-02 10:52:03 +02:00
option to Align sfm at the end
This commit is contained in:
parent
fdeb53c73b
commit
6f44e705fb
1 changed files with 8 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
__version__ = "3.2"
|
||||
__version__ = "3.3"
|
||||
|
||||
from meshroom.core import desc
|
||||
|
||||
|
@ -348,6 +348,13 @@ It iterates like that, adding cameras and triangulating new 2D features into 3D
|
|||
value=True,
|
||||
uid=[0],
|
||||
),
|
||||
desc.BoolParam(
|
||||
name="useAutoTransform",
|
||||
label="Automatically align result",
|
||||
description="Enable/Disable automatic alignment of result.",
|
||||
value=True,
|
||||
uid=[0],
|
||||
),
|
||||
desc.File(
|
||||
name="initialPairA",
|
||||
label="Initial Pair A",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue