mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-22 21:46:28 +02:00
[nodes] sfm: expose localBA graph distance param
This commit is contained in:
parent
5c179cce6e
commit
6aa980b07b
1 changed files with 8 additions and 0 deletions
|
@ -58,6 +58,14 @@ class StructureFromMotion(desc.CommandLineNode):
|
|||
value=False,
|
||||
uid=[0],
|
||||
),
|
||||
desc.IntParam(
|
||||
name='localBAGraphDistance',
|
||||
label='LocalBA Graph Distance',
|
||||
description='Graph-distance limit to define the Active region in the Local Bundle Adjustment strategy.',
|
||||
value=1,
|
||||
range=(2, 10, 1),
|
||||
uid=[0],
|
||||
),
|
||||
desc.IntParam(
|
||||
name='minInputTrackLength',
|
||||
label='Min Input Track Length',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue