mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-28 22:17:40 +02:00
[imageProcessing node] Update highlight mode description.
This commit is contained in:
parent
7b01a0eb0e
commit
f0fc3fd08c
1 changed files with 7 additions and 3 deletions
|
@ -422,7 +422,7 @@ Convert or apply filtering to the input images.
|
||||||
desc.ChoiceParam(
|
desc.ChoiceParam(
|
||||||
name='demosaicingAlgo',
|
name='demosaicingAlgo',
|
||||||
label='Demosaicing Algorithm',
|
label='Demosaicing Algorithm',
|
||||||
description='LibRaw Demosaicing Algorithm\n',
|
description='LibRaw Demosaicing Algorithm',
|
||||||
value='AHD',
|
value='AHD',
|
||||||
values=['linear', 'VNG', 'PPG', 'AHD', 'DCB', 'AHD-Mod', 'AFD', 'VCD', 'Mixed', 'LMMSE', 'AMaZE', 'DHT', 'AAHD', 'none'],
|
values=['linear', 'VNG', 'PPG', 'AHD', 'DCB', 'AHD-Mod', 'AFD', 'VCD', 'Mixed', 'LMMSE', 'AMaZE', 'DHT', 'AAHD', 'none'],
|
||||||
exclusive=True,
|
exclusive=True,
|
||||||
|
@ -432,9 +432,13 @@ Convert or apply filtering to the input images.
|
||||||
desc.ChoiceParam(
|
desc.ChoiceParam(
|
||||||
name='highlightMode',
|
name='highlightMode',
|
||||||
label='Highlight mode',
|
label='Highlight mode',
|
||||||
description='LibRaw highlight mode\n',
|
description='LibRaw highlight mode:\n'
|
||||||
|
' * 0: Clip (default)\n'
|
||||||
|
' * 1: Unclip\n'
|
||||||
|
' * 2: Blend\n'
|
||||||
|
' * 3-9: Rebuild',
|
||||||
value=0,
|
value=0,
|
||||||
values=[0, 1, 2, 3, 4, 5, 6, 7, 8],
|
values=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9],
|
||||||
exclusive=True,
|
exclusive=True,
|
||||||
uid=[0],
|
uid=[0],
|
||||||
),
|
),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue