[][src]Function darknet_sys::network_detect

pub unsafe extern "C" fn network_detect(
    net: *mut network,
    im: image,
    thresh: f32,
    hier_thresh: f32,
    nms: f32,
    dets: *mut detection
)