Enum vlfeat_sys::_VlLbpMappingType [] [src]

#[repr(u32)]
pub enum _VlLbpMappingType { VlLbpUniform, }

@brief Type of quantization for the LBP descriptors ** @see @ref lbp-quantization

Variants

Trait Implementations

impl Debug for _VlLbpMappingType
[src]

Formats the value using the given formatter.

impl Copy for _VlLbpMappingType
[src]

impl Clone for _VlLbpMappingType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for _VlLbpMappingType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for _VlLbpMappingType
[src]

impl Hash for _VlLbpMappingType
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more