Function darknet::detect [] [src]

Important traits for Vec<u8>
pub fn detect(
    network: &Network,
    meta: &Meta,
    image: &Image,
    thresh: f32,
    hier_thresh: f32,
    nms: f32
) -> Vec<Detection>

Perform detection.