Skip to main content

estimate_fundamental_ransac

Function estimate_fundamental_ransac 

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

Robustly estimates a fundamental matrix using deterministic eight-point RANSAC.