This commit is contained in:
Abdelrahman AL MAROUK 2025-03-17 10:03:21 +00:00 committed by GitHub
commit c5c401dc99
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -311,6 +311,15 @@ It iterates like that, adding cameras and triangulating new 2D features into 3D
range=(0, 20, 1),
advanced=True,
),
desc.BoolParam(
name="mergeTracks",
label="Merge Tracks",
description="Enable/Disable the track merging. The merging between two tracks is made when they have duplicate features \n"
"coming from the same original feature (same describer type, same 2D position in the same view, same scale, \n"
"but different rotations and different feature id).\n",
value=False,
uid=[0],
),
desc.BoolParam(
name="filterTrackForks",
label="Filter Track Forks",