Enum opencv::imgproc::ShapeMatchModes [−][src]
#[repr(C)]
pub enum ShapeMatchModes {
CONTOURS_MATCH_I1,
CONTOURS_MATCH_I2,
CONTOURS_MATCH_I3,
}Expand description
Shape matching methods
denotes object1,
denotes object2
and are the Hu moments of
and
, respectively.
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ShapeMatchModes
impl Send for ShapeMatchModes
impl Sync for ShapeMatchModes
impl Unpin for ShapeMatchModes
impl UnwindSafe for ShapeMatchModes
Blanket Implementations
Mutably borrows from an owned value. Read more