mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-09 06:11:59 +02:00
[imageProcessing] Update parameter default values
This commit is contained in:
parent
a4c1acb131
commit
7c7259bdba
1 changed files with 3 additions and 3 deletions
|
@ -404,8 +404,8 @@ Convert or apply filtering to the input images.
|
||||||
desc.BoolParam(
|
desc.BoolParam(
|
||||||
name='useDCPColorMatrixOnly',
|
name='useDCPColorMatrixOnly',
|
||||||
label='Use DCP Color Matrix Only',
|
label='Use DCP Color Matrix Only',
|
||||||
description='Do not use the DCP forward matrices if any',
|
description='Use only the Color Matrix information from the DCP and ignore the Forward Matrix.',
|
||||||
value=False,
|
value=True,
|
||||||
uid=[0],
|
uid=[0],
|
||||||
enabled=lambda node: (node.rawColorInterpretation.value=='DCPLinearProcessing') or (node.rawColorInterpretation.value=='DCPMetadata'),
|
enabled=lambda node: (node.rawColorInterpretation.value=='DCPLinearProcessing') or (node.rawColorInterpretation.value=='DCPMetadata'),
|
||||||
),
|
),
|
||||||
|
@ -423,7 +423,7 @@ Convert or apply filtering to the input images.
|
||||||
name='demosaicingAlgo',
|
name='demosaicingAlgo',
|
||||||
label='Demosaicing Algorithm',
|
label='Demosaicing Algorithm',
|
||||||
description='LibRaw Demosaicing Algorithm\n',
|
description='LibRaw Demosaicing Algorithm\n',
|
||||||
value='DHT',
|
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,
|
||||||
uid=[0],
|
uid=[0],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue