mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-20 10:07:16 +02:00
[nodes] StructureFromMotion: change default value for filterTrackForks
This commit is contained in:
parent
20fa43c1a6
commit
368c7a81c1
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@ It iterates like that, adding cameras and triangulating new 2D features into 3D
|
|||
label='Filter Track Forks',
|
||||
description='Enable/Disable the track forks removal. A track contains a fork when incoherent matches \n'
|
||||
'lead to multiple features in the same image for a single track. \n',
|
||||
value=True,
|
||||
value=False,
|
||||
uid=[0],
|
||||
),
|
||||
desc.File(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue