10 releases (6 breaking)
0.7.0 | Jun 23, 2020 |
---|---|
0.6.0 | Jun 23, 2020 |
0.5.1 | Jun 22, 2020 |
0.4.0 | Jun 21, 2020 |
0.1.0 | May 31, 2020 |
#15 in #computational-geometry
25 downloads per month
Used in 2 crates
10KB
122 lines
cv-geom
Collection of computational geometry algorithms for Rust CV
lib.rs
:
This crate contains computational geometry algorithms for Rust CV.
Triangulation
In this problem we know the relative pose of cameras and the Bearing
of the same feature
observed in each camera frame. We want to find the point of intersection from all cameras.
p
the point we are trying to triangulatea
the normalized keypoint on camera Ab
the normalized keypoint on camera BO
the optical center of a camera@
the virtual image plane
@
@
p--------b--------O
/ @
/ @
/ @
/ @
@@@@@@@a@@@@@
/
/
/
O
Dependencies
~4.5MB
~96K SLoC