Struct vlfeat_sys::_VlFrameOrientedDisc [] [src]

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

@brief Oriented disc feature frame ** An upright frame has @c angle equal to zero.

Fields

< center x-coordinate

< center y-coordinate

< radius or scale

< rotation angle (rad)

Trait Implementations

impl Debug for _VlFrameOrientedDisc
[src]

Formats the value using the given formatter.

impl Copy for _VlFrameOrientedDisc
[src]

impl Clone for _VlFrameOrientedDisc
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more