Uses of Class
boofcv.alg.background.stationary.BackgroundStationaryGaussian
-
Uses of BackgroundStationaryGaussian in boofcv.alg.background.stationary
Modifier and TypeClassDescriptionclass
BackgroundStationaryGaussian_IL<T extends ImageInterleaved<T>>
Implementation ofBackgroundStationaryGaussian
forImageInterleaved
.class
BackgroundStationaryGaussian_IL_MT<T extends ImageInterleaved<T>>
Implementation ofBackgroundStationaryGaussian
forImageInterleaved
.class
BackgroundStationaryGaussian_PL<T extends ImageGray<T>>
Implementation ofBackgroundStationaryGaussian
forPlanar
.class
BackgroundStationaryGaussian_PL_MT<T extends ImageGray<T>>
Implementation ofBackgroundStationaryGaussian
forPlanar
.class
BackgroundStationaryGaussian_SB<T extends ImageGray<T>>
Implementation ofBackgroundMovingGaussian
forImageGray
.class
BackgroundStationaryGaussian_SB_MT<T extends ImageGray<T>>
Implementation ofBackgroundMovingGaussian
forImageGray
. -
Uses of BackgroundStationaryGaussian in boofcv.factory.background
Modifier and TypeMethodDescriptionstatic <T extends ImageBase<T>>
BackgroundStationaryGaussian<T>FactoryBackgroundModel.stationaryGaussian
(ConfigBackgroundGaussian config, ImageType<T> imageType) Creates an instance ofBackgroundStationaryGaussian
.