Enum opencv::features2d::KAZE_DiffusivityType
source · #[repr(C)]
pub enum KAZE_DiffusivityType {
DIFF_PM_G1,
DIFF_PM_G2,
DIFF_WEICKERT,
DIFF_CHARBONNIER,
}
Variants§
Trait Implementations§
source§impl Clone for KAZE_DiffusivityType
impl Clone for KAZE_DiffusivityType
source§fn clone(&self) -> KAZE_DiffusivityType
fn clone(&self) -> KAZE_DiffusivityType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for KAZE_DiffusivityType
impl Debug for KAZE_DiffusivityType
source§impl PartialEq<KAZE_DiffusivityType> for KAZE_DiffusivityType
impl PartialEq<KAZE_DiffusivityType> for KAZE_DiffusivityType
source§fn eq(&self, other: &KAZE_DiffusivityType) -> bool
fn eq(&self, other: &KAZE_DiffusivityType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.