Struct darknet::ffi::detection
[−]
[src]
#[repr(C)]pub struct detection { pub bbox: box_, pub classes: c_int, pub prob: *mut f32, pub mask: *mut f32, pub objectness: f32, pub sort_class: c_int, }
Fields
bbox: box_
classes: c_int
prob: *mut f32
mask: *mut f32
objectness: f32
sort_class: c_int
Trait Implementations
impl Debug for detection
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more