mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 08:48:40 +02:00
[node] LightCalibration : add parameters for elliptic estimation
This commit is contained in:
parent
def2376045
commit
8096441828
1 changed files with 7 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue