Struct vlfeat_sys::VlDsiftFilter_ [] [src]

#[repr(C)]
pub struct VlDsiftFilter_ { pub imWidth: c_int, pub imHeight: c_int, pub stepX: c_int, pub stepY: c_int, pub boundMinX: c_int, pub boundMinY: c_int, pub boundMaxX: c_int, pub boundMaxY: c_int, pub geom: VlDsiftDescriptorGeometry, pub useFlatWindow: c_int, pub windowSize: f64, pub numFrames: c_int, pub descrSize: c_int, pub frames: *mut VlDsiftKeypoint, pub descrs: *mut f32, pub numBinAlloc: c_int, pub numFrameAlloc: c_int, pub numGradAlloc: c_int, pub grads: *mut *mut f32, pub convTmp1: *mut f32, pub convTmp2: *mut f32, }

@brief Dense SIFT filter

Fields

< @internal @brief image width

< @internal @brief image height

< frame sampling step X

< frame sampling step Y

< frame bounding box min X

< frame bounding box min Y

< frame bounding box max X

< frame bounding box max Y

descriptor parameters

< flag: whether to approximate the Gaussian window with a flat one

< size of the Gaussian window

< number of sampled frames

< size of a descriptor

< frame buffer

< descriptor buffer

< buffer allocated: descriptor size

< buffer allocated: number of frames

< buffer allocated: number of orientations

< gradient buffer

< temporary buffer

< temporary buffer

Trait Implementations

impl Debug for VlDsiftFilter_
[src]

Formats the value using the given formatter.

impl Copy for VlDsiftFilter_
[src]

impl Clone for VlDsiftFilter_
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more