Function opencv::calib3d::fisheye_project_points [] [src]

pub fn fisheye_project_points(objectPoints: &Mat, imagePoints: &Mat, rvec: &Mat, tvec: &Mat, K: &Mat, D: &Mat, alpha: f64, jacobian: &Mat) -> Result<(), String>

projects points using fisheye model

default value for arguments: - alpha: default 0 - jacobian: default noArray()