Class BackgroundStationaryGmm<T extends ImageBase<T>>

java.lang.Object
boofcv.alg.background.BackgroundModel<T>
boofcv.alg.background.BackgroundModelStationary<T>
boofcv.alg.background.stationary.BackgroundStationaryGmm<T>
All Implemented Interfaces:
BackgroundAlgorithmGmm
Direct Known Subclasses:
BackgroundStationaryGmm_MB, BackgroundStationaryGmm_MB_MT, BackgroundStationaryGmm_SB, BackgroundStationaryGmm_SB_MT

public abstract class BackgroundStationaryGmm<T extends ImageBase<T>> extends BackgroundModelStationary<T> implements BackgroundAlgorithmGmm

Implementation of BackgroundAlgorithmGmm for stationary images.

See Also: