burn_dragon_vision 0.4.0

Foveation and vision sampling utilities for burn dragon
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod impls;
mod policy;
#[cfg(test)]
mod policy_tests;
#[cfg(test)]
mod projection_tests;
mod sampler;
mod structs;
mod utils;

pub use sampler::SaccadeFoveationSampler;
pub(crate) use structs::*;
pub(crate) use utils::*;