Operators |
change_radial_distortion_points — Change the radial distortion of pixel coordinates.
change_radial_distortion_points( : : Row, Col, CamParamIn, CamParamOut : RowChanged, ColChanged)
change_radial_distortion_points changes the radial distortion of input image coordinates (Row, Col) in accordance to the internal camera parameters CamParamIn and CamParamOut. Each input pixel (Row, Col) is transformed into the image plane using CamParamIn and projected into another image using CamParamOut.
Please note that change_radial_distortion_points does not work for line scan cameras.
Original row component of pixel coordinates.
Original column component of pixel coordinates.
The inner camera parameters of the camera used to create the input pixel coordinates.
The inner camera parameters of a camera.
Row component of pixel coordinates after changing the radial distortion.
Column component of pixel coordinates after changing the radial distortion.
change_radial_distortion_points returns 2 (H_MSG_TRUE) if all parameter values are correct.
change_radial_distortion_cam_par, camera_calibration, read_cam_par, change_radial_distortion_contours_xld, change_radial_distortion_image
Calibration
Operators |