Uses of Interface
boofcv.alg.background.BackgroundAlgorithmGaussian
Packages that use BackgroundAlgorithmGaussian
-
Uses of BackgroundAlgorithmGaussian in boofcv.alg.background.moving
Classes in boofcv.alg.background.moving that implement BackgroundAlgorithmGaussianModifier and TypeClassDescriptionclassBackgroundMovingGaussian<T extends ImageBase<T>,Motion extends InvertibleTransform<Motion>> Implementation ofBackgroundAlgorithmGaussianfor moving images.classBackgroundMovingGaussian_IL<T extends ImageInterleaved<T>,Motion extends InvertibleTransform<Motion>> Implementation ofBackgroundMovingGaussianforImageInterleaved.classBackgroundMovingGaussian_IL_MT<T extends ImageInterleaved<T>,Motion extends InvertibleTransform<Motion>> Implementation ofBackgroundMovingGaussianforImageInterleaved.classBackgroundMovingGaussian_PL<T extends ImageGray<T>,Motion extends InvertibleTransform<Motion>> Implementation ofBackgroundMovingGaussianforPlanar.classBackgroundMovingGaussian_PL_MT<T extends ImageGray<T>,Motion extends InvertibleTransform<Motion>> Implementation ofBackgroundMovingGaussianforPlanar.classBackgroundMovingGaussian_SB<T extends ImageGray<T>,Motion extends InvertibleTransform<Motion>> Implementation ofBackgroundMovingGaussianforImageGray.classBackgroundMovingGaussian_SB_MT<T extends ImageGray<T>,Motion extends InvertibleTransform<Motion>> Implementation ofBackgroundMovingGaussianforImageGray. -
Uses of BackgroundAlgorithmGaussian in boofcv.alg.background.stationary
Classes in boofcv.alg.background.stationary that implement BackgroundAlgorithmGaussianModifier and TypeClassDescriptionclassBackgroundStationaryGaussian<T extends ImageBase<T>>Implementation ofBackgroundAlgorithmGaussianfor stationary images.classBackgroundStationaryGaussian_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.