pub enum OverlapMetric {
IoU,
IoS,
}Expand description
The rectangle-overlap metric used to suppress detections.
Variants§
Trait Implementations§
Source§impl Clone for OverlapMetric
impl Clone for OverlapMetric
Source§fn clone(&self) -> OverlapMetric
fn clone(&self) -> OverlapMetric
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for OverlapMetric
Source§impl Debug for OverlapMetric
impl Debug for OverlapMetric
impl Eq for OverlapMetric
Source§impl PartialEq for OverlapMetric
impl PartialEq for OverlapMetric
impl StructuralPartialEq for OverlapMetric
Auto Trait Implementations§
impl Freeze for OverlapMetric
impl RefUnwindSafe for OverlapMetric
impl Send for OverlapMetric
impl Sync for OverlapMetric
impl Unpin for OverlapMetric
impl UnsafeUnpin for OverlapMetric
impl UnwindSafe for OverlapMetric
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