Uses of Class
boofcv.alg.background.stationary.BackgroundStationaryGaussian
Packages that use BackgroundStationaryGaussian
-
Uses of BackgroundStationaryGaussian in boofcv.alg.background.stationary
Subclasses of BackgroundStationaryGaussian in boofcv.alg.background.stationaryModifier and TypeClassDescriptionclassBackgroundStationaryGaussian_IL<T extends ImageInterleaved<T>>Implementation ofBackgroundStationaryGaussianforImageInterleaved.classBackgroundStationaryGaussian_IL_MT<T extends ImageInterleaved<T>>Implementation ofBackgroundStationaryGaussianforImageInterleaved.classBackgroundStationaryGaussian_PL<T extends ImageGray<T>>Implementation ofBackgroundStationaryGaussianforPlanar.classBackgroundStationaryGaussian_PL_MT<T extends ImageGray<T>>Implementation ofBackgroundStationaryGaussianforPlanar.classBackgroundStationaryGaussian_SB<T extends ImageGray<T>>Implementation ofBackgroundMovingGaussianforImageGray.classBackgroundStationaryGaussian_SB_MT<T extends ImageGray<T>>Implementation ofBackgroundMovingGaussianforImageGray. -
Uses of BackgroundStationaryGaussian in boofcv.factory.background
Methods in boofcv.factory.background that return BackgroundStationaryGaussianModifier and TypeMethodDescriptionstatic <T extends ImageBase<T>>
BackgroundStationaryGaussian<T>FactoryBackgroundModel.stationaryGaussian(ConfigBackgroundGaussian config, ImageType<T> imageType) Creates an instance ofBackgroundStationaryGaussian.