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