mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-28 14:07:47 +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],
|
||||
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(
|
||||
name='scaleFactor',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue