mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-10 14:51:54 +02:00
[StructureFromMotion] add option to enable/disable track merging based on duplicate features
This commit is contained in:
parent
87d39bb00c
commit
259fc3265e
1 changed files with 9 additions and 0 deletions
|
@ -333,6 +333,15 @@ It iterates like that, adding cameras and triangulating new 2D features into 3D
|
||||||
uid=[0],
|
uid=[0],
|
||||||
advanced=True,
|
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(
|
desc.BoolParam(
|
||||||
name="filterTrackForks",
|
name="filterTrackForks",
|
||||||
label="Filter Track Forks",
|
label="Filter Track Forks",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue