Struct vlfeat_sys::_VlMserStats [] [src]

#[repr(C)]
pub struct _VlMserStats { pub num_extremal: c_int, pub num_unstable: c_int, pub num_abs_unstable: c_int, pub num_too_big: c_int, pub num_too_small: c_int, pub num_duplicates: c_int, }

@brief MSER filter statistics definition

Fields

< number of extremal regions

< number of unstable extremal regions

< number of regions that failed the absolute stability test

< number of regions that failed the maximum size test

< number of regions that failed the minimum size test

< number of regions that failed the duplicate test

Trait Implementations

impl Debug for _VlMserStats
[src]

Formats the value using the given formatter.

impl Copy for _VlMserStats
[src]

impl Clone for _VlMserStats
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more