Struct vlfeat_sys::VlDsiftDescriptorGeometry_ [] [src]

#[repr(C)]
pub struct VlDsiftDescriptorGeometry_ { pub numBinT: c_int, pub numBinX: c_int, pub numBinY: c_int, pub binSizeX: c_int, pub binSizeY: c_int, }

@brief Dense SIFT descriptor geometry

Fields

< number of orientation bins

< number of bins along X

< number of bins along Y

< size of bins along X

< size of bins along Y

Trait Implementations

impl Debug for VlDsiftDescriptorGeometry_
[src]

Formats the value using the given formatter.

impl Copy for VlDsiftDescriptorGeometry_
[src]

impl Clone for VlDsiftDescriptorGeometry_
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more