Operators |
get_calib_data_observ_pose — Get observed calibration object poses from a calibration data model.
get_calib_data_observ_pose( : : CalibDataID, CameraIdx, CalibObjIdx, CalibObjPoseIdx : ObjInCameraPose)
The operator get_calib_data_observ_pose reads the poses of the calibration object given in the camera coordinate system from a calibration data model CalibDataID. The observation data was previously stored by set_calib_data_observ_pose, find_calib_object, or set_calib_data_observ_points.
Note that if the model CalibDataID uses a general sensor and no calibration object (i.e., the model was created by create_calib_data with NumCameras=0 and NumCalibObjects=0), then both CameraIdx and CalibObjIdx must be set to 0.
Handle of a calibration data model.
Index of the observed calibration object.
Default value: 0
Index of the observed calibration object pose.
Default value: 0
Stored observed calibration object pose relative to the observing camera.
Number of elements: 7
Calibration
Operators |