cv-pinhole 0.1.1

Pinhole camera model for comptuer vision
Documentation

cv-pinhole

Discord Crates.io MIT/Apache docs.rs LoC Tests Lints no_std

Pinhole camera model for Rust CV

This crate seamlessly plugs into cv-core and provides pinhole camera models with and without distortion correction. It can be used to convert image coordinates into real 3d direction vectors (called bearings) pointing towards where the light came from that hit that pixel. It can also be used to convert backwards from the 3d back to the 2d using the uncalibrate method from the cv_core::CameraModel trait.