Struct vlfeat_sys::VlHog_ [] [src]

#[repr(C)]
pub struct VlHog_ { pub variant: VlHogVariant, pub dimension: vl_size, pub numOrientations: vl_size, pub transposed: vl_bool, pub useBilinearOrientationAssigment: vl_bool, pub permutation: *mut vl_index, pub glyphs: *mut f32, pub glyphSize: vl_size, pub orientationX: *mut f32, pub orientationY: *mut f32, pub hog: *mut f32, pub hogNorm: *mut f32, pub hogWidth: vl_size, pub hogHeight: vl_size, }

Fields

Trait Implementations

impl Debug for VlHog_
[src]

Formats the value using the given formatter.

impl Copy for VlHog_
[src]

impl Clone for VlHog_
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more