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 |
#10 in #calibration
100 downloads per month
Used in 4 crates
44KB
453 lines
cv-pinhole
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
~105K SLoC