Uses of Class
boofcv.alg.background.moving.BackgroundMovingGmm
Packages that use BackgroundMovingGmm
-
Uses of BackgroundMovingGmm in boofcv.alg.background.moving
Subclasses of BackgroundMovingGmm in boofcv.alg.background.movingModifier and TypeClassDescriptionclassBackgroundMovingGmm_MB<T extends ImageMultiBand<T>,Motion extends InvertibleTransform<Motion>> Implementation ofBackgroundMovingGmmforImageGray.classBackgroundMovingGmm_MB_MT<T extends ImageMultiBand<T>,Motion extends InvertibleTransform<Motion>> Implementation ofBackgroundMovingGmmforImageGray.classBackgroundMovingGmm_SB<T extends ImageGray<T>,Motion extends InvertibleTransform<Motion>> Implementation ofBackgroundMovingGmmforImageGray.classBackgroundMovingGmm_SB_MT<T extends ImageGray<T>,Motion extends InvertibleTransform<Motion>> Implementation ofBackgroundMovingGmmforImageGray. -
Uses of BackgroundMovingGmm in boofcv.factory.background
Methods in boofcv.factory.background that return BackgroundMovingGmmModifier 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.