pub struct NodeMergingThreshold { /* private fields */ }
Expand description
The original criterion described in
D. Stutz, A. Hermans, B. Leibe. Superpixels: An Evaluation of the State-of-the-Art. Computer Vision and Image Understanding, 2018.
Implementations§
Trait Implementations§
Source§impl Clone for NodeMergingThreshold
impl Clone for NodeMergingThreshold
Source§fn clone(&self) -> NodeMergingThreshold
fn clone(&self) -> NodeMergingThreshold
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 moreSource§impl Debug for NodeMergingThreshold
impl Debug for NodeMergingThreshold
Source§impl NodeMerging for NodeMergingThreshold
impl NodeMerging for NodeMergingThreshold
impl Copy for NodeMergingThreshold
Auto Trait Implementations§
impl Freeze for NodeMergingThreshold
impl RefUnwindSafe for NodeMergingThreshold
impl Send for NodeMergingThreshold
impl Sync for NodeMergingThreshold
impl Unpin for NodeMergingThreshold
impl UnwindSafe for NodeMergingThreshold
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