mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-29 14:37:26 +02:00
[imageProcessing]
Do not expose Chromatic aberration as possible lens correction.
This commit is contained in:
parent
57dfbadb91
commit
e3231b4f84
1 changed files with 0 additions and 8 deletions
|
@ -132,14 +132,6 @@ Convert or apply filtering to the input images.
|
||||||
uid=[0],
|
uid=[0],
|
||||||
enabled=lambda node: node.lensCorrection.lensCorrectionEnabled.value,
|
enabled=lambda node: node.lensCorrection.lensCorrectionEnabled.value,
|
||||||
),
|
),
|
||||||
desc.BoolParam(
|
|
||||||
name='chromaticAberration',
|
|
||||||
label='Chromatic Aberration',
|
|
||||||
description='Chromatic aberration (fringing) correction if model parameters are available in metadata.',
|
|
||||||
value=False,
|
|
||||||
uid=[0],
|
|
||||||
enabled=lambda node: node.lensCorrection.lensCorrectionEnabled.value,
|
|
||||||
),
|
|
||||||
]),
|
]),
|
||||||
desc.FloatParam(
|
desc.FloatParam(
|
||||||
name='scaleFactor',
|
name='scaleFactor',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue