Struct darknet::ffi::load_args
[−]
[src]
#[repr(C)]pub struct load_args { pub threads: c_int, pub paths: *mut *mut c_char, pub path: *mut c_char, pub n: c_int, pub m: c_int, pub labels: *mut *mut c_char, pub h: c_int, pub w: c_int, pub out_w: c_int, pub out_h: c_int, pub nh: c_int, pub nw: c_int, pub num_boxes: c_int, pub min: c_int, pub max: c_int, pub size: c_int, pub classes: c_int, pub background: c_int, pub scale: c_int, pub center: c_int, pub coords: c_int, pub jitter: f32, pub angle: f32, pub aspect: f32, pub saturation: f32, pub exposure: f32, pub hue: f32, pub d: *mut data, pub im: *mut image, pub resized: *mut image, pub type_: data_type, pub hierarchy: *mut tree, }
Fields
threads: c_int
paths: *mut *mut c_char
path: *mut c_char
n: c_int
m: c_int
labels: *mut *mut c_char
h: c_int
w: c_int
out_w: c_int
out_h: c_int
nh: c_int
nw: c_int
num_boxes: c_int
min: c_int
max: c_int
size: c_int
classes: c_int
background: c_int
scale: c_int
center: c_int
coords: c_int
jitter: f32
angle: f32
aspect: f32
saturation: f32
exposure: f32
hue: f32
d: *mut data
im: *mut image
resized: *mut image
type_: data_type
hierarchy: *mut tree
Trait Implementations
impl Debug for load_args
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more