pub type VlScaleSpaceGeometry = _VlScaleSpaceGeometry;Aliased Type§
#[repr(C)]pub struct VlScaleSpaceGeometry {
pub width: u64,
pub height: u64,
pub firstOctave: i64,
pub lastOctave: i64,
pub octaveResolution: u64,
pub octaveFirstSubdivision: i64,
pub octaveLastSubdivision: i64,
pub baseScale: f64,
pub nominalScale: f64,
}Fields§
§width: u64< Image width
height: u64< Image height
firstOctave: i64< Index of the fisrt octave
lastOctave: i64< Index of the last octave
octaveResolution: u64< Number of octave subdivisions
octaveFirstSubdivision: i64< Index of the first octave subdivision
octaveLastSubdivision: i64< Index of the last octave subdivision
baseScale: f64< Base smoothing (smoothing of octave 0, level 0)
nominalScale: f64< Nominal smoothing of the original image