Uses of Class
boofcv.alg.background.moving.BackgroundMovingGmm
-
Uses of BackgroundMovingGmm in boofcv.alg.background.moving
Modifier and TypeClassDescriptionclass
BackgroundMovingGmm_MB<T extends ImageMultiBand<T>,
Motion extends InvertibleTransform<Motion>> Implementation ofBackgroundMovingGmm
forImageGray
.class
BackgroundMovingGmm_MB_MT<T extends ImageMultiBand<T>,
Motion extends InvertibleTransform<Motion>> Implementation ofBackgroundMovingGmm
forImageGray
.class
BackgroundMovingGmm_SB<T extends ImageGray<T>,
Motion extends InvertibleTransform<Motion>> Implementation ofBackgroundMovingGmm
forImageGray
.class
BackgroundMovingGmm_SB_MT<T extends ImageGray<T>,
Motion extends InvertibleTransform<Motion>> Implementation ofBackgroundMovingGmm
forImageGray
. -
Uses of BackgroundMovingGmm in boofcv.factory.background
Modifier and TypeMethodDescriptionstatic <T extends ImageBase<T>,
Motion extends InvertibleTransform<Motion>>
BackgroundMovingGmm<T,Motion> FactoryBackgroundModel.movingGmm
(@Nullable ConfigBackgroundGmm config, Point2Transform2Model_F32<Motion> transform, ImageType<T> imageType) Creates an instance ofBackgroundMovingGmm
.