mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-05 20:31:56 +02:00
[Nodes] imageProcessing: Add LCP related parameters
This commit is contained in:
parent
c9fc66a0d1
commit
8b9a25432c
1 changed files with 17 additions and 0 deletions
|
@ -571,6 +571,23 @@ Convert or apply filtering to the input images.
|
||||||
uid=[0],
|
uid=[0],
|
||||||
),
|
),
|
||||||
|
|
||||||
|
desc.File(
|
||||||
|
name='lensCorrectionProfileInfo',
|
||||||
|
label='Lens Correction Profile Info',
|
||||||
|
description='''Lens Correction Profile filepath or database directory.''',
|
||||||
|
value='${ALICEVISION_LENS_PROFILE_INFO}',
|
||||||
|
uid=[],
|
||||||
|
),
|
||||||
|
|
||||||
|
desc.BoolParam(
|
||||||
|
name='lensCorrectionProfileSearchIgnoreCameraModel',
|
||||||
|
label='LCP Generic Search',
|
||||||
|
description='The lens name and camera maker are used to match the LCP database, but the camera model is ignored.',
|
||||||
|
value=True,
|
||||||
|
uid=[0],
|
||||||
|
advanced=True,
|
||||||
|
),
|
||||||
|
|
||||||
desc.ChoiceParam(
|
desc.ChoiceParam(
|
||||||
name="storageDataType",
|
name="storageDataType",
|
||||||
label="Storage Data Type For EXR Output",
|
label="Storage Data Type For EXR Output",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue