Struct vlfeat_sys::_VlFrameDisc [] [src]

#[repr(C)]
pub struct _VlFrameDisc { pub x: f32, pub y: f32, pub sigma: f32, }

@brief Disc feature frame

Fields

< center x-coordinate

< center y-coordinate

< radius or scale

Trait Implementations

impl Debug for _VlFrameDisc
[src]

Formats the value using the given formatter.

impl Copy for _VlFrameDisc
[src]

impl Clone for _VlFrameDisc
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more