mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-14 15:27:21 +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,
|
value=False,
|
||||||
uid=[0],
|
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(
|
desc.FloatParam(
|
||||||
name='distanceRatio',
|
name='distanceRatio',
|
||||||
label='Distance Ratio',
|
label='Distance Ratio',
|
||||||
|
@ -106,13 +99,6 @@ class FeatureMatching(desc.CommandLineNode):
|
||||||
range=(1, 20000, 1),
|
range=(1, 20000, 1),
|
||||||
uid=[0],
|
uid=[0],
|
||||||
),
|
),
|
||||||
desc.BoolParam(
|
|
||||||
name='useGridSort',
|
|
||||||
label='Use Grid Sort',
|
|
||||||
description='''matching grid sort.''',
|
|
||||||
value=True,
|
|
||||||
uid=[0],
|
|
||||||
),
|
|
||||||
desc.BoolParam(
|
desc.BoolParam(
|
||||||
name='exportDebugFiles',
|
name='exportDebugFiles',
|
||||||
label='Export Debug Files',
|
label='Export Debug Files',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue