Struct vlfeat_sys::_VlCovDetFeature [] [src]

#[repr(C)]
pub struct _VlCovDetFeature { pub frame: VlFrameOrientedEllipse, pub peakScore: f32, pub edgeScore: f32, pub orientationScore: f32, pub laplacianScaleScore: f32, }

@brief A detected feature shape and location

Fields

< feature frame.

< peak score.

< edge score.

< orientation score.

< Laplacian scale score.

Trait Implementations

impl Debug for _VlCovDetFeature
[src]

Formats the value using the given formatter.

impl Copy for _VlCovDetFeature
[src]

impl Clone for _VlCovDetFeature
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more