Enum opencv::imgproc::ConnectedComponentsTypes [−][src]
connected components statistics
Variants
The leftmost (x) coordinate which is the inclusive start of the bounding box in the horizontal direction.
The topmost (y) coordinate which is the inclusive start of the bounding box in the vertical direction.
The horizontal size of the bounding box
The vertical size of the bounding box
The total area (in pixels) of the connected component
Max enumeration value. Used internally only for memory allocation
Trait Implementations
impl Clone for ConnectedComponentsTypes
[src]
fn clone(&self) -> ConnectedComponentsTypes
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for ConnectedComponentsTypes
[src]
impl Debug for ConnectedComponentsTypes
[src]
impl PartialEq<ConnectedComponentsTypes> for ConnectedComponentsTypes
[src]
fn eq(&self, other: &ConnectedComponentsTypes) -> bool
[src]
#[must_use]pub fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
impl StructuralPartialEq for ConnectedComponentsTypes
[src]
Auto Trait Implementations
impl RefUnwindSafe for ConnectedComponentsTypes
impl Send for ConnectedComponentsTypes
impl Sync for ConnectedComponentsTypes
impl Unpin for ConnectedComponentsTypes
impl UnwindSafe for ConnectedComponentsTypes
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,