7 releases (breaking)

0.6.0 Jun 23, 2020
0.5.0 Jun 21, 2020
0.4.0 Jun 21, 2020
0.3.0 Jun 3, 2020
0.1.0 Apr 30, 2020

#9 in #calibration

Download history 9/week @ 2023-11-27 3/week @ 2023-12-04 4/week @ 2023-12-11 7/week @ 2023-12-18 11/week @ 2023-12-25 16/week @ 2024-01-01 5/week @ 2024-01-08 15/week @ 2024-01-15 8/week @ 2024-01-29 5/week @ 2024-02-05 15/week @ 2024-02-12 53/week @ 2024-02-19 36/week @ 2024-02-26 14/week @ 2024-03-04 15/week @ 2024-03-11

120 downloads per month
Used in 4 crates

MIT license

44KB
453 lines

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.

Dependencies

~5.5MB
~113K SLoC