From 8b9a25432c0b3e0cea1e9c52a97d2ab1e4e589da Mon Sep 17 00:00:00 2001 From: demoulinv Date: Tue, 6 Jun 2023 08:10:21 +0200 Subject: [PATCH] [Nodes] imageProcessing: Add LCP related parameters --- meshroom/nodes/aliceVision/ImageProcessing.py | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/meshroom/nodes/aliceVision/ImageProcessing.py b/meshroom/nodes/aliceVision/ImageProcessing.py index ad12c8cf..9e17b6b2 100644 --- a/meshroom/nodes/aliceVision/ImageProcessing.py +++ b/meshroom/nodes/aliceVision/ImageProcessing.py @@ -571,6 +571,23 @@ Convert or apply filtering to the input images. 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( name="storageDataType", label="Storage Data Type For EXR Output",