[][src]Function darknet_sys::get_network_boxes

pub unsafe extern "C" fn get_network_boxes(
    net: *mut network,
    w: c_int,
    h: c_int,
    thresh: f32,
    hier: f32,
    map: *mut c_int,
    relative: c_int,
    num: *mut c_int
) -> *mut detection