slam-cv 0.1.3

Simple CV traits for VO (SLAM).
Documentation
1
2
3
4
5
use super::base::World;

pub trait Relocalizer {
    type World: 'static + World;
}