Struct vlfeat_sys::_VlCovDetFeatureOrientation [] [src]

#[repr(C)]
pub struct _VlCovDetFeatureOrientation { pub angle: f64, pub score: f64, }

@brief A detected feature orientation

Fields

Trait Implementations

impl Debug for _VlCovDetFeatureOrientation
[src]

Formats the value using the given formatter.

impl Copy for _VlCovDetFeatureOrientation
[src]

impl Clone for _VlCovDetFeatureOrientation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more