pico-detect 0.7.0

Pixel Intensity Comparison-based Object (PICO) detection library.
Documentation
1
2
3
4
5
6
7
mod iou;
mod square;
mod target;

pub use iou::intersection_over_union;
pub use square::Square;
pub use target::Target;