Uses of Class
boofcv.factory.background.ConfigBackgroundGaussian
-
Uses of ConfigBackgroundGaussian 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
.ConfigBackgroundGaussian.setTo
(ConfigBackgroundGaussian src) static <T extends ImageBase<T>>
BackgroundStationaryGaussian<T>FactoryBackgroundModel.stationaryGaussian
(ConfigBackgroundGaussian config, ImageType<T> imageType) Creates an instance ofBackgroundStationaryGaussian
.