cxh04/moon-cv-geometry/camera does not have a README file
fn CameraIntrinsics::new(fx~ : Double, fy~ : Double, cx~ : Double, cy~ : Double, skew? : Double) -> CameraIntrinsicsfn Distortion::brown_conrady(k1? : Double, k2? : Double, p1? : Double, p2? : Double, k3? : Double) -> Distortionfn bearing_from_pixel(pixel : Point2, intrinsics : CameraIntrinsics, distortion? : Distortion) -> Vec3 raise GeometryErrorfn project_point(camera_point : Point3, intrinsics : CameraIntrinsics, distortion? : Distortion) -> Point2 raise GeometryErrorfn project_point_with_pose(world_point : Point3, intrinsics : CameraIntrinsics, pose : CameraPose, distortion? : Distortion) -> Point2 raise GeometryErrorfn undistort_point_iterative(distorted : Point2, distortion : Distortion, iterations? : Int) -> Point2Camera and multi-view geometry foundations for MoonBit: small fixed-size math, projection, distortion, homography, epipolar constraints, and RANSAC.