[][src]Struct opencv::saliency::MotionSaliencyBinWangApr2014

pub struct MotionSaliencyBinWangApr2014 { /* fields omitted */ }

!

  • A Fast Self-tuning Background Subtraction Algorithm.
  • This background subtraction algorithm is inspired to the work of B. Wang and P. Dudek [2]
  • [2] B. Wang and P. Dudek "A Fast Self-tuning Background Subtraction Algorithm", in proc of IEEE Workshop on Change Detection, 2014

the Fast Self-tuning Background Subtraction Algorithm from BinWangApr2014

Implementations

impl MotionSaliencyBinWangApr2014[src]

impl MotionSaliencyBinWangApr2014[src]

Trait Implementations

impl AlgorithmTrait for MotionSaliencyBinWangApr2014[src]

impl Boxed for MotionSaliencyBinWangApr2014[src]

impl Drop for MotionSaliencyBinWangApr2014[src]

impl MotionSaliency for MotionSaliencyBinWangApr2014[src]

impl MotionSaliencyBinWangApr2014Trait for MotionSaliencyBinWangApr2014[src]

impl Saliency for MotionSaliencyBinWangApr2014[src]

impl Send for MotionSaliencyBinWangApr2014[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.