pub trait BackgroundSubtractorLSBPDescTraitConst {
    fn as_raw_BackgroundSubtractorLSBPDesc(&self) -> *const c_void;
}
Expand description

This is for calculation of the LSBP descriptors.

Required Methods

Implementors