Enum opencv::ximgproc::WMFWeightType
source · [−]#[repr(C)]
pub enum WMFWeightType {
WMF_EXP,
WMF_IV1,
WMF_IV2,
WMF_COS,
WMF_JAC,
WMF_OFF,
}
Expand description
Specifies weight types of weighted median filter.
Variants
WMF_EXP
WMF_IV1
WMF_IV2
WMF_COS
WMF_JAC
WMF_OFF
unweighted
Trait Implementations
sourceimpl Clone for WMFWeightType
impl Clone for WMFWeightType
sourcefn clone(&self) -> WMFWeightType
fn clone(&self) -> WMFWeightType
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for WMFWeightType
impl Debug for WMFWeightType
sourceimpl PartialEq<WMFWeightType> for WMFWeightType
impl PartialEq<WMFWeightType> for WMFWeightType
sourcefn eq(&self, other: &WMFWeightType) -> bool
fn eq(&self, other: &WMFWeightType) -> bool
impl Copy for WMFWeightType
impl Eq for WMFWeightType
impl StructuralEq for WMFWeightType
impl StructuralPartialEq for WMFWeightType
Auto Trait Implementations
impl RefUnwindSafe for WMFWeightType
impl Send for WMFWeightType
impl Sync for WMFWeightType
impl Unpin for WMFWeightType
impl UnwindSafe for WMFWeightType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more