waldo_vision 0.2.0

A multi-layered computer vision engine for detecting significant events in real-time video streams.
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod blob_detector;
pub mod chunk;
pub mod grid_manager;
pub mod moment;
pub mod pixel;
pub mod smart_blob;
pub mod smart_chunk;
pub mod smart_pixel;
pub mod tracker;
pub mod utils;