mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-01 15:58:36 +02:00
Update meshroom/nodes/aliceVision/ApplyCalibration.py
This commit is contained in:
parent
a24c8662eb
commit
61699362d3
1 changed files with 2 additions and 2 deletions
|
@ -29,8 +29,8 @@ Overwrite intrinsics with a calibrated intrinsic.
|
||||||
),
|
),
|
||||||
desc.BoolParam(
|
desc.BoolParam(
|
||||||
name="useJson",
|
name="useJson",
|
||||||
label="Use lens calibration file",
|
label="Use Lens Calibration File",
|
||||||
description="Use Lens calibration file generated using 3Dequalizer.",
|
description="Calibration is a Lens calibration file generated using 3Dequalizer instead of an sfmData.",
|
||||||
value=False,
|
value=False,
|
||||||
uid=[0],
|
uid=[0],
|
||||||
),
|
),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue