[][src]Enum opencv::xfeatures2d::PCTSignatures_DistanceFunction

#[repr(C)]pub enum PCTSignatures_DistanceFunction {
    L0_25,
    L0_5,
    L1,
    L2,
    L2SQUARED,
    L5,
    L_INFINITY,
}

Lp distance function selector.

Variants

L0_25
L0_5
L1
L2
L2SQUARED
L5
L_INFINITY

Trait Implementations

impl Clone for PCTSignatures_DistanceFunction[src]

impl Copy for PCTSignatures_DistanceFunction[src]

impl Debug for PCTSignatures_DistanceFunction[src]

impl PartialEq<PCTSignatures_DistanceFunction> for PCTSignatures_DistanceFunction[src]

impl StructuralPartialEq for PCTSignatures_DistanceFunction[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.