From 5bb7c0788dad3b33e757b970c8c612d3a3a5c981 Mon Sep 17 00:00:00 2001 From: Simon Date: Sat, 19 Mar 2022 10:58:54 +0100 Subject: [PATCH] Distortion Parameter details --- meshroom/nodes/aliceVision/CameraInit.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meshroom/nodes/aliceVision/CameraInit.py b/meshroom/nodes/aliceVision/CameraInit.py index a5fcb8fc81..ed87fd0ea4 100644 --- a/meshroom/nodes/aliceVision/CameraInit.py +++ b/meshroom/nodes/aliceVision/CameraInit.py @@ -80,7 +80,8 @@ description="Distortion Parameters", ), desc.BoolParam(name='locked', label='Locked', - description='If the camera has been calibrated, the internal camera parameters (intrinsics) can be locked. It should improve robustness and speedup the reconstruction.', + description='If the camera has been calibrated, the internal camera parameters (intrinsics) can be locked. It should improve robustness and speedup the reconstruction.\n' + 'Parameters: 0 = k1, 1 = k2, 2 = k3, 3 = p1, 4 = p2', value=False, uid=[0]), ]