mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-29 02:08:08 +02:00
[PrepareDenseScene] option to correct images exposure value
This commit is contained in:
parent
cb84dd4662
commit
d173e540ce
1 changed files with 8 additions and 0 deletions
|
@ -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