mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-10 23:01:59 +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,
|
exclusive=True,
|
||||||
uid=[0],
|
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(
|
desc.BoolParam(
|
||||||
name='useLocalBA',
|
name='useLocalBA',
|
||||||
label='Local Bundle Adjustment',
|
label='Local Bundle Adjustment',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue