Struct vlfeat_sys::_VlFrameOrientedEllipse [] [src]

#[repr(C)]
pub struct _VlFrameOrientedEllipse { pub x: f32, pub y: f32, pub a11: f32, pub a12: f32, pub a21: f32, pub a22: f32, }

@brief Oriented ellipse feature frame ** The affine transformation transforms the ellipse shape into ** a circular region.

Fields

< center x-coordinate

< center y-coordinate

<

Trait Implementations

impl Debug for _VlFrameOrientedEllipse
[src]

Formats the value using the given formatter.

impl Copy for _VlFrameOrientedEllipse
[src]

impl Clone for _VlFrameOrientedEllipse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more