mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-14 16:52:01 +02:00
[Node] imageProcessing: Add chromatic aberration correction option.
This commit is contained in:
parent
8b9a25432c
commit
1c35a28839
1 changed files with 1 additions and 2 deletions
|
@ -164,8 +164,7 @@ Convert or apply filtering to the input images.
|
||||||
description="Chromatic aberration (fringing) correction if the model parameters are available in the metadata.",
|
description="Chromatic aberration (fringing) correction if the model parameters are available in the metadata.",
|
||||||
value=False,
|
value=False,
|
||||||
uid=[0],
|
uid=[0],
|
||||||
enabled=False # To replace with the line below when the correction of chromatic aberration will be available
|
enabled=lambda node: node.lensCorrection.lensCorrectionEnabled.value
|
||||||
# enabled=lambda node: node.lensCorrection.lensCorrectionEnabled.value
|
|
||||||
)
|
)
|
||||||
]
|
]
|
||||||
),
|
),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue