mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-13 06:47:26 +02:00
[nodes] featureMatching: remove useless parameters
This commit is contained in:
parent
6aa980b07b
commit
65b7bd74ab
1 changed files with 0 additions and 14 deletions
|
@ -83,13 +83,6 @@ class FeatureMatching(desc.CommandLineNode):
|
|||
value=False,
|
||||
uid=[0],
|
||||
),
|
||||
desc.BoolParam(
|
||||
name='matchFilePerImage',
|
||||
label='Match File Per Image',
|
||||
description='''matches in a separate file per image.''',
|
||||
value=True,
|
||||
uid=[0],
|
||||
),
|
||||
desc.FloatParam(
|
||||
name='distanceRatio',
|
||||
label='Distance Ratio',
|
||||
|
@ -106,13 +99,6 @@ class FeatureMatching(desc.CommandLineNode):
|
|||
range=(1, 20000, 1),
|
||||
uid=[0],
|
||||
),
|
||||
desc.BoolParam(
|
||||
name='useGridSort',
|
||||
label='Use Grid Sort',
|
||||
description='''matching grid sort.''',
|
||||
value=True,
|
||||
uid=[0],
|
||||
),
|
||||
desc.BoolParam(
|
||||
name='exportDebugFiles',
|
||||
label='Export Debug Files',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue