mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-31 01:46:31 +02:00
[nodes] StructureFromMotion
add lockScenePreviouslyReconstructed
option
This commit is contained in:
parent
0578adabe7
commit
d463195f8c
1 changed files with 7 additions and 0 deletions
|
@ -60,6 +60,13 @@ class StructureFromMotion(desc.CommandLineNode):
|
|||
exclusive=True,
|
||||
uid=[0],
|
||||
),
|
||||
desc.BoolParam(
|
||||
name='lockScenePreviouslyReconstructed',
|
||||
label='Lock Scene Previously Reconstructed',
|
||||
description='This option is useful for SfM augmentation. Lock previously reconstructed poses and intrinsics.',
|
||||
value=False,
|
||||
uid=[0],
|
||||
),
|
||||
desc.BoolParam(
|
||||
name='useLocalBA',
|
||||
label='Local Bundle Adjustment',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue