mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-17 19:16:26 +02:00
Merge pull request #90 from alicevision/dev_removeCereal
Add support for AliceVision dev_removeCereal branch
This commit is contained in:
commit
3ff3308700
3 changed files with 9 additions and 10 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue