cxh04/moon-cv-geometry/multiview does not have a README file
fn epipolar_distance(f : FundamentalMatrix, left : Point2, right : Point2) -> Double raise GeometryErrorfn estimate_essential_from_fundamental(f : FundamentalMatrix, k_left : Mat3, k_right : Mat3) -> EssentialMatrixfn estimate_homography_from_four(src : ArrayView[Point2], dst : ArrayView[Point2]) -> Homography raise GeometryErrorfn homography_reprojection_error(h : Homography, src : Point2, dst : Point2) -> Double raise GeometryErrorfn sampson_error(f : FundamentalMatrix, left : Point2, right : Point2) -> Double raise GeometryErrorCamera and multi-view geometry foundations for MoonBit: small fixed-size math, projection, distortion, homography, epipolar constraints, and RANSAC.