Merge pull request #103 from alicevision/dev_meshingMultiRes

Meshing: New multi-resolution depth maps fusion
This commit is contained in:
Yann Lanthony 2018-04-06 14:56:45 +02:00 committed by GitHub
commit fe87984a36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 189 additions and 43 deletions

View file

@ -75,6 +75,15 @@ class MeshDenoising(desc.CommandLineNode):
exclusive=True,
uid=[0],
),
desc.ChoiceParam(
name='verboseLevel',
label='Verbose Level',
description='''verbosity level (fatal, error, warning, info, debug, trace).''',
value='info',
values=['fatal', 'error', 'warning', 'info', 'debug', 'trace'],
exclusive=True,
uid=[],
),
]
outputs = [