[nodes] StructureFromMotion: Add option filterTrackForks

This commit is contained in:
Theo 2020-01-23 12:24:46 +01:00
parent c9d69fdc75
commit bc877616e2

View file

@ -207,6 +207,14 @@ class StructureFromMotion(desc.CommandLineNode):
value=False,
uid=[0],
),
desc.BoolParam(
name='filterTrackForks',
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,
uid=[0],
),
desc.File(
name='initialPairA',
label='Initial Pair A',