Struct opencv::imgproc::IntelligentScissorsMB[][src]

pub struct IntelligentScissorsMB { /* fields omitted */ }

Intelligent Scissors image segmentation

This class is used to find the path (contour) between two points which can be used for image segmentation.

Usage example: usage_example_intelligent_scissors

Reference: “Intelligent Scissors for Image Composition” algorithm designed by Eric N. Mortensen and William A. Barrett, Brigham Young University Mortensen95intelligentscissors

Implementations

impl IntelligentScissorsMB[src]

impl IntelligentScissorsMB[src]

Trait Implementations

impl Boxed for IntelligentScissorsMB[src]

impl Drop for IntelligentScissorsMB[src]

impl IntelligentScissorsMBTrait for IntelligentScissorsMB[src]

impl Send for IntelligentScissorsMB[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.