Struct vlfeat_sys::_VlFrameEllipse [] [src]

#[repr(C)]
pub struct _VlFrameEllipse { pub x: f32, pub y: f32, pub e11: f32, pub e12: f32, pub e22: f32, }

@brief Ellipse feature frame

Fields

< center x-coordinate

< center y-coordinate

<

Trait Implementations

impl Debug for _VlFrameEllipse
[src]

Formats the value using the given formatter.

impl Copy for _VlFrameEllipse
[src]

impl Clone for _VlFrameEllipse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more