mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-31 07:18:25 +02:00
[nodes] SfM: extend nbFirstUnstableCamera range to 0
This commit is contained in:
parent
0c137a141f
commit
9194b13e1f
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ It iterates like that, adding cameras and triangulating new 2D features into 3D
|
|||
'This leads to more stable results while computations are not too expensive, as there is little data.\n'
|
||||
'Past this number, the bundle adjustment will only be performed once for N added cameras.',
|
||||
value=30,
|
||||
range=(1, 100, 1),
|
||||
range=(0, 100, 1),
|
||||
uid=[0],
|
||||
advanced=True
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue