slamkit-rs 0.3.0

A Rust library for implementing SLAM systems
Documentation
1
2
3
4
5
mod detector;
mod matcher;

pub use detector::OrbDetector;
pub use matcher::FeatureMatcher;