[][src]Function darknet_sys::get_region_detections

pub unsafe extern "C" fn get_region_detections(
    l: layer,
    w: c_int,
    h: c_int,
    netw: c_int,
    neth: c_int,
    thresh: f32,
    map: *mut c_int,
    tree_thresh: f32,
    relative: c_int,
    dets: *mut detection
)