Function darknet::detect
[−]
[src]
pub fn detect(
network: &Network,
meta: &Meta,
image: &Image,
thresh: f32,
hier_thresh: f32,
nms: f32
) -> Vec<Detection>
Perform detection.