sightloom-core 0.1.6

Portable geometry, detections, NMS, zones, and event core for SightLoom
Documentation
1
2
3
4
5
6
7
8
//! Fixed-capacity monitors for line and polygon zones.

mod line;
mod polygon;
mod slots;

pub use line::LineZoneMonitor;
pub use polygon::PolygonZoneMonitor;