mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-30 10:47:34 +02:00
Merge pull request #531 from alicevision/dev_EVcorrect
[PrepareDenseScene] option to correct images exposure value
This commit is contained in:
commit
858fd2fa19
1 changed files with 9 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
__version__ = "2.0"
|
||||
__version__ = "3.0"
|
||||
|
||||
from meshroom.core import desc
|
||||
|
||||
|
@ -55,6 +55,14 @@ class PrepareDenseScene(desc.CommandLineNode):
|
|||
uid=[0],
|
||||
advanced=True
|
||||
),
|
||||
desc.BoolParam(
|
||||
name='evCorrection',
|
||||
label='Correct images exposure',
|
||||
description='Apply a correction on images Exposure Value',
|
||||
value=False,
|
||||
uid=[0],
|
||||
advanced=True
|
||||
),
|
||||
desc.ChoiceParam(
|
||||
name='verboseLevel',
|
||||
label='Verbose Level',
|
||||
|
|
Loading…
Add table
Reference in a new issue