cv-pinhole

Crates.iocv-pinhole
lib.rscv-pinhole
version0.6.0
sourcesrc
created_at2020-04-30 03:54:28.744913
updated_at2020-06-23 06:24:27.14339
descriptionPinhole camera model for comptuer vision
homepage
repositoryhttps://github.com/rust-cv/cv-pinhole
max_upload_size
id235658
size46,814
publishers (github:rust-cv:publishers)

documentation

https://docs.rs/cv-pinhole/

README

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.

Commit count: 22

cargo fmt