Enum opencv::imgproc::SpecialFilter
source · #[repr(C)]
pub enum SpecialFilter {
FILTER_SCHARR,
}Variants§
FILTER_SCHARR
Trait Implementations§
source§impl Clone for SpecialFilter
impl Clone for SpecialFilter
source§fn clone(&self) -> SpecialFilter
fn clone(&self) -> SpecialFilter
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 more