mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-27 21:47:28 +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],
|
uid=[0],
|
||||||
advanced=True,
|
advanced=True,
|
||||||
),
|
),
|
||||||
|
desc.BoolParam(
|
||||||
|
name='correctEV',
|
||||||
|
label='Correct Exposure',
|
||||||
|
description='Uniformize images exposure values.',
|
||||||
|
value=False,
|
||||||
|
uid=[0],
|
||||||
|
advanced=True,
|
||||||
|
),
|
||||||
desc.BoolParam(
|
desc.BoolParam(
|
||||||
name='useScore',
|
name='useScore',
|
||||||
label='Use Score',
|
label='Use Score',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue