Skip to content
This repository has been archived by the owner on Jul 19, 2020. It is now read-only.

rust-cv/cv-pinhole

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.