Uses of Class
boofcv.alg.background.moving.BackgroundMovingGaussian
-
Uses of BackgroundMovingGaussian in boofcv.alg.background.moving
Modifier and TypeClassDescriptionclass
BackgroundMovingGaussian_IL<T extends ImageInterleaved<T>,
Motion extends InvertibleTransform<Motion>> Implementation ofBackgroundMovingGaussian
forImageInterleaved
.class
BackgroundMovingGaussian_IL_MT<T extends ImageInterleaved<T>,
Motion extends InvertibleTransform<Motion>> Implementation ofBackgroundMovingGaussian
forImageInterleaved
.class
BackgroundMovingGaussian_PL<T extends ImageGray<T>,
Motion extends InvertibleTransform<Motion>> Implementation ofBackgroundMovingGaussian
forPlanar
.class
BackgroundMovingGaussian_PL_MT<T extends ImageGray<T>,
Motion extends InvertibleTransform<Motion>> Implementation ofBackgroundMovingGaussian
forPlanar
.class
BackgroundMovingGaussian_SB<T extends ImageGray<T>,
Motion extends InvertibleTransform<Motion>> Implementation ofBackgroundMovingGaussian
forImageGray
.class
BackgroundMovingGaussian_SB_MT<T extends ImageGray<T>,
Motion extends InvertibleTransform<Motion>> Implementation ofBackgroundMovingGaussian
forImageGray
. -
Uses of BackgroundMovingGaussian in boofcv.factory.background
Modifier 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
.