Trait opencv::hub_prelude::BackgroundSubtractorMOGConst[][src]

pub trait BackgroundSubtractorMOGConst: BackgroundSubtractorConst {
    fn as_raw_BackgroundSubtractorMOG(&self) -> *const c_void;

    fn get_history(&self) -> Result<i32> { ... }
fn get_n_mixtures(&self) -> Result<i32> { ... }
fn get_background_ratio(&self) -> Result<f64> { ... }
fn get_noise_sigma(&self) -> Result<f64> { ... } }
Expand description

Gaussian Mixture-based Background/Foreground Segmentation Algorithm.

The class implements the algorithm described in KB2001 .

Required methods

Provided methods

Implementors