pub trait SyntheticSequenceGeneratorTraitConst: AlgorithmTraitConst {
    fn as_raw_SyntheticSequenceGenerator(&self) -> *const c_void;
}
Expand description

Synthetic frame sequence generator for testing background subtraction algorithms.

It will generate the moving object on top of the background. It will apply some distortion to the background to make the test more complex.

Required Methods§

Implementors§