Skip to main content

estimate_homography_ransac

Function estimate_homography_ransac 

Source
pub fn estimate_homography_ransac(
    correspondences: &[PointCorrespondence2],
    options: RobustEstimationOptions,
) -> VisionResult<GeometricEstimate<Homography3>>
Expand description

Robustly estimates a homography using deterministic four-point RANSAC.