Operator Reference
get_calib_data_observ_pose (Operator)
get_calib_data_observ_pose — Get observed calibration object poses from a calibration data model.
Signature
get_calib_data_observ_pose( : : CalibDataID, CameraIdx, CalibObjIdx, CalibObjPoseIdx : ObjInCameraPose)
Description
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.
Execution Information
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
Parameters
CalibDataID (input_control) calib_data → (handle)
Handle of a calibration data model.
CameraIdx (input_control) number → (integer)
Index of the observing camera.
Default: 0
CalibObjIdx (input_control) number → (integer)
Index of the observed calibration object.
Default: 0
CalibObjPoseIdx (input_control) number → (integer)
Index of the observed calibration object pose.
Default: 0
ObjInCameraPose (output_control) pose → (real / integer)
Stored observed calibration object pose relative to the observing camera.
Number of elements: 7
Module
Calibration