write_calib_data
— Store a calibration data model into a file.
write_calib_data( : : CalibDataID, FileName : )
The operator write_calib_data
stores a calibration data model
CalibDataID
into a file specified by its file name
FileName
. The information stored in the file includes:
initial camera parameters
calibration object descriptions
observation data
model settings: generic and specific optimization parameters for both cameras and calibration object poses.
Note that no calibration results are stored in the file. You can
access them with the operator get_calib_data
, either as
individual items or in form of a camera setup model and
store them separately.
The calibration data model can be later read with read_calib_data
.
This operator modifies the state of the following input parameter:
During execution of this operator, access to the value of this parameter must be synchronized if it is used across multiple threads.
CalibDataID
(input_control, state is modified) calib_data →
(handle)
Handle of a calibration data model.
FileName
(input_control) filename.write →
(string)
The file name of the model to be saved.
File extension: .ccd
Calibration