Struct cv_core::FeatureMatch [−][src]
pub struct FeatureMatch<P>(pub P, pub P);
Expand description
Normalized keypoint match
Tuple Fields
0: P
1: P
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
This method returns an ordering between self
and other
values if one exists. Read more
This method tests less than (for self
and other
) and is used by the <
operator. Read more
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
This method tests greater than (for self
and other
) and is used by the >
operator. Read more
Auto Trait Implementations
impl<P> RefUnwindSafe for FeatureMatch<P> where
P: RefUnwindSafe,
impl<P> Send for FeatureMatch<P> where
P: Send,
impl<P> Sync for FeatureMatch<P> where
P: Sync,
impl<P> Unpin for FeatureMatch<P> where
P: Unpin,
impl<P> UnwindSafe for FeatureMatch<P> where
P: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
The inverse inclusion map: attempts to construct self
from the equivalent element of its
superset. Read more
Checks if self
is actually part of its subset T
(and can be converted to it).
Use with care! Same as self.to_subset
but without any property checks. Always succeeds.
The inclusion map: converts self
to the equivalent element of its superset.