calibrate_cameras
— Determine all camera parameters by a simultaneous minimization
process.
calibrate_cameras( : : CalibDataID : Error)
The operator calibrate_cameras
calculates the internal and
external camera parameters of a calibration data model specified in
CalibDataID
. The calibration data model describes a setup of one
or more cameras and is specified during the creation of the data model. You
can find detailed information about the calibration process in the chapter
reference Calibration / Multi-View.
The root mean square error (RMSE) of the back projection of the
optimization is returned in Error
(in pixels). The error
gives a general indication whether the optimization was
successful. You can find more details about the RSME in the chapter
reference mentioned above.
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.
CalibDataID
(input_control, state is modified) calib_data →
(handle)
Handle of a calibration data model.
Error
(output_control) number →
(real)
Back projection root mean square error (RMSE) of the optimization.
create_calib_data
,
set_calib_data_cam_param
,
set_calib_data_calib_object
,
set_calib_data_observ_points
,
find_calib_object
,
set_calib_data
,
remove_calib_data_observ
Carsten Steger: “A Comprehensive and Versatile Camera Model for Cameras with Tilt Lenses”; International Journal of Computer Vision, vol. 123, no. 2, pp. 121-159, 2017.
Calibration