Function opencv::calib3d::find_homography [] [src]

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

variant of findHomography for backward compatibility

default value for arguments: - method: default 0 - ransacReprojThreshold: default 3