Struct vlfeat_sys::VlDsiftKeypoint_ [] [src]

#[repr(C)]
pub struct VlDsiftKeypoint_ { pub x: f64, pub y: f64, pub s: f64, pub norm: f64, }

@brief Dense SIFT keypoint

Fields

< x coordinate

< y coordinate

< scale

< SIFT descriptor norm

Trait Implementations

impl Debug for VlDsiftKeypoint_
[src]

Formats the value using the given formatter.

impl Copy for VlDsiftKeypoint_
[src]

impl Clone for VlDsiftKeypoint_
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more