Struct vlfeat_sys::_VlSiftKeypoint [] [src]

#[repr(C)]
pub struct _VlSiftKeypoint { pub o: c_int, pub ix: c_int, pub iy: c_int, pub is: c_int, pub x: f32, pub y: f32, pub s: f32, pub sigma: f32, }

** @brief SIFT filter keypoint ** ** This structure represent a keypoint as extracted by the SIFT ** filter ::VlSiftFilt.

Fields

< o coordinate (octave).

< Integer unnormalized x coordinate.

< Integer unnormalized y coordinate.

< Integer s coordinate.

< x coordinate.

< y coordinate.

< s coordinate.

< scale.

Trait Implementations

impl Debug for _VlSiftKeypoint
[src]

Formats the value using the given formatter.

impl Copy for _VlSiftKeypoint
[src]

impl Clone for _VlSiftKeypoint
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more