Function opencv::calib3d::find_homography_1 [] [src]

pub fn find_homography_1(srcPoints: &Mat, dstPoints: &Mat, method: i32, ransacReprojThreshold: f64, mask: &Mat) -> Result<Mat, String>

computes the best-fit perspective transformation mapping srcPoints to dstPoints.

default value for arguments: - method: default 0 - ransacReprojThreshold: default 3 - mask: default noArray()