mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-23 19:47:39 +02:00
[Texturing] add option to correct exposure values during Texturing
This commit is contained in:
parent
c750331c02
commit
1e50e02b83
1 changed files with 8 additions and 0 deletions
|
@ -91,6 +91,14 @@ class Texturing(desc.CommandLineNode):
|
|||
uid=[0],
|
||||
advanced=True,
|
||||
),
|
||||
desc.BoolParam(
|
||||
name='correctEV',
|
||||
label='Correct Exposure',
|
||||
description='Uniformize images exposure values.',
|
||||
value=False,
|
||||
uid=[0],
|
||||
advanced=True,
|
||||
),
|
||||
desc.BoolParam(
|
||||
name='useScore',
|
||||
label='Use Score',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue