From 65b7bd74abb377ab40cd30530c377e1a5d9d419c Mon Sep 17 00:00:00 2001 From: Fabien Castan Date: Mon, 11 Dec 2017 17:11:45 +0100 Subject: [PATCH] [nodes] featureMatching: remove useless parameters --- meshroom/nodes/aliceVision/FeatureMatching.py | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/meshroom/nodes/aliceVision/FeatureMatching.py b/meshroom/nodes/aliceVision/FeatureMatching.py index 2b9c1409..e02477de 100644 --- a/meshroom/nodes/aliceVision/FeatureMatching.py +++ b/meshroom/nodes/aliceVision/FeatureMatching.py @@ -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',