Operators |
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:
The value of this parameter may not be shared across multiple threads without external synchronization.Handle of a calibration data model.
The file name of the model to be saved.
File extension: .ccd
Calibration
Operators |