Function opencv::imgproc::undistort_points [] [src]

pub fn undistort_points(src: &Mat, dst: &Mat, cameraMatrix: &Mat, distCoeffs: &Mat, R: &Mat, P: &Mat) -> Result<(), String>

returns points' coordinates after lens distortion correction

default value for arguments: - R: default noArray() - P: default noArray()