mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-02 11:46:45 +02:00
Merge 259fc3265e
into 09720f6be1
This commit is contained in:
commit
c5c401dc99
1 changed files with 9 additions and 0 deletions
|
@ -311,6 +311,15 @@ It iterates like that, adding cameras and triangulating new 2D features into 3D
|
||||||
range=(0, 20, 1),
|
range=(0, 20, 1),
|
||||||
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
Reference in a new issue