pub type VlScaleSpaceOctaveGeometry = _VlScaleSpaceOctaveGeometry;Aliased Type§
#[repr(C)]pub struct VlScaleSpaceOctaveGeometry {
pub width: u64,
pub height: u64,
pub step: f64,
}Fields§
§width: u64< Width (number of pixels)
height: u64< Height (number of pixels)
step: f64< Sampling step (size of a pixel)