pub type VlSiftKeypoint = _VlSiftKeypoint;Aliased Type§
#[repr(C)]pub struct VlSiftKeypoint {
pub o: i32,
pub ix: i32,
pub iy: i32,
pub is: i32,
pub x: f32,
pub y: f32,
pub s: f32,
pub sigma: f32,
}Fields§
§o: i32< o coordinate (octave).
ix: i32< Integer unnormalized x coordinate.
iy: i32< Integer unnormalized y coordinate.
is: i32< Integer s coordinate.
x: f32< x coordinate.
y: f32< y coordinate.
s: f32< s coordinate.
sigma: f32< scale.