remove_calib_data_observ🔗
Short description🔗
remove_calib_data_observ — Remove observation data from a calibration data model.
Signature🔗
remove_calib_data_observ( calib_data CalibDataID, number CameraIdx, number CalibObjIdx, number CalibObjPoseIdx )
Description🔗
The operator remove_calib_data_observ removes observations that were
set in a calibration data model CalibDataID using
find_calib_object, set_calib_data_observ_points, or
set_calib_data_observ_pose. The parameters CameraIdx,
CalibObjIdx, and CalibObjPoseIdx should specify a valid
observation from the calibration model.
Note that if the calibration data model CalibDataID is used
in calibrate_hand_eye, the corresponding tool pose also has to
be deleted using remove_calib_data.
Execution information🔗
Execution information
-
Multithreading type: reentrant (runs in parallel with non-exclusive operators).
-
Multithreading scope: global (may be called from any thread).
-
Processed without parallelization.
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.
Parameters🔗
CalibDataID (input_control, state is modified) 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
Combinations with other operators🔗
Combinations
Possible predecessors
find_calib_object, set_calib_data_observ_points, set_calib_data_observ_pose
Possible successors
Module🔗
Calibration