Struct vlfeat_sys::_VlScaleSpaceOctaveGeometry [] [src]

#[repr(C)]
pub struct _VlScaleSpaceOctaveGeometry { pub width: vl_size, pub height: vl_size, pub step: f64, }

@brief Geometry of one octave of a scale space

Fields

< Width (number of pixels)

< Height (number of pixels)

< Sampling step (size of a pixel)

Trait Implementations

impl Debug for _VlScaleSpaceOctaveGeometry
[src]

Formats the value using the given formatter.

impl Copy for _VlScaleSpaceOctaveGeometry
[src]

impl Clone for _VlScaleSpaceOctaveGeometry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more