Uses of Class
boofcv.alg.background.stationary.BackgroundStationaryGmm
-
Uses of BackgroundStationaryGmm in boofcv.alg.background.stationary
Modifier and TypeClassDescriptionclass
BackgroundStationaryGmm_MB<T extends ImageMultiBand<T>>
Implementation ofBackgroundAlgorithmGmm
forImageMultiBand
.class
BackgroundStationaryGmm_MB_MT<T extends ImageMultiBand<T>>
Implementation ofBackgroundAlgorithmGmm
forImageMultiBand
.class
BackgroundStationaryGmm_SB<T extends ImageGray<T>>
Implementation ofBackgroundAlgorithmGmm
forImageGray
.class
BackgroundStationaryGmm_SB_MT<T extends ImageGray<T>>
Implementation ofBackgroundAlgorithmGmm
forImageGray
. -
Uses of BackgroundStationaryGmm in boofcv.factory.background
Modifier and TypeMethodDescriptionstatic <T extends ImageBase<T>>
BackgroundStationaryGmm<T>FactoryBackgroundModel.stationaryGmm
(@Nullable ConfigBackgroundGmm config, ImageType<T> imageType) Creates an instance ofBackgroundStationaryGmm
.