pub struct Segmentation<D, M>where
D: Distance,
M: NodeMerging,{ /* private fields */ }
Expand description
Implementation of graph based image segmentation as described in the paper by Felzenswalb and Huttenlocher.
Implementations§
Source§impl<D, M> Segmentation<D, M>where
D: Distance,
M: NodeMerging,
impl<D, M> Segmentation<D, M>where
D: Distance,
M: NodeMerging,
Trait Implementations§
Auto Trait Implementations§
impl<D, M> !Freeze for Segmentation<D, M>
impl<D, M> !RefUnwindSafe for Segmentation<D, M>
impl<D, M> Send for Segmentation<D, M>
impl<D, M> !Sync for Segmentation<D, M>
impl<D, M> Unpin for Segmentation<D, M>
impl<D, M> UnwindSafe for Segmentation<D, M>where
D: UnwindSafe,
M: UnwindSafe,
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