[][src]Function darknet_sys::get_yolo_detections

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