Function darknet::ffi::get_yolo_detections
[−]
[src]
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