Merge pull request #90 from alicevision/dev_removeCereal

Add support for AliceVision dev_removeCereal branch
This commit is contained in:
Fabien Castan 2018-02-23 10:43:08 +01:00 committed by GitHub
commit 3ff3308700
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 10 deletions

View file

@ -112,15 +112,6 @@ class FeatureMatching(desc.CommandLineNode):
value=False,
uid=[],
),
desc.ChoiceParam(
name='fileExtension',
label='File Extension',
description='''File extension to store matches (bin or txt).''',
value='txt',
values=('txt', 'bin'),
exclusive=True,
uid=[],
),
desc.IntParam(
name='maxMatches',
label='Max Matches',