pub fn estimate_fundamental_ransac(
correspondences: &[PointCorrespondence2],
options: RobustEstimationOptions,
) -> VisionResult<GeometricEstimate<Fundamental3>>Expand description
Robustly estimates a fundamental matrix using deterministic eight-point RANSAC.