Uses of Class
boofcv.alg.background.moving.BackgroundMovingGaussian
Packages that use BackgroundMovingGaussian
-
Uses of BackgroundMovingGaussian in boofcv.alg.background.moving
Subclasses of BackgroundMovingGaussian in boofcv.alg.background.movingModifier and TypeClassDescriptionclassBackgroundMovingGaussian_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 BackgroundMovingGaussian in boofcv.factory.background
Methods in boofcv.factory.background that return BackgroundMovingGaussianModifier and TypeMethodDescriptionstatic <T extends ImageBase<T>,Motion extends InvertibleTransform<Motion>>
BackgroundMovingGaussian<T,Motion> FactoryBackgroundModel.movingGaussian(ConfigBackgroundGaussian config, Point2Transform2Model_F32<Motion> transform, ImageType<T> imageType) Creates an instance ofBackgroundMovingGaussian.