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> !RefUnwindSafe for Segmentation<D, M>
impl<D, M> Send for Segmentation<D, M>where D: Send, M: Send,
impl<D, M> !Sync for Segmentation<D, M>
impl<D, M> Unpin for Segmentation<D, M>where D: Unpin, M: Unpin,
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