[node] LightCalibration : add parameters for elliptic estimation

This commit is contained in:
jmelou 2024-06-05 15:35:32 +02:00
parent def2376045
commit 8096441828

View file

@ -34,6 +34,13 @@ Can also be used to calibrate a lighting dome (RTI type).
value=False,
uid=[0],
),
desc.BoolParam(
name="ellipticEstimation",
label="Use elliptic estimation",
description="Consider the right projection of the sphere. Fit the circle tool on the small axe of the ellipse.",
value=False,
uid=[0],
),
desc.ChoiceParam(
name="method",
label="Calibration Method",