pub struct GuidedFilter { /* private fields */ }Expand description
Guided filter — edge-preserving filter that uses guide to
steer smoothing of input.
Implementations§
Source§impl GuidedFilter
impl GuidedFilter
Trait Implementations§
Auto Trait Implementations§
impl !Send for GuidedFilter
impl !Sync for GuidedFilter
impl Freeze for GuidedFilter
impl RefUnwindSafe for GuidedFilter
impl Unpin for GuidedFilter
impl UnsafeUnpin for GuidedFilter
impl UnwindSafe for GuidedFilter
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more