Uses of Class
boofcv.factory.background.ConfigBackgroundGaussian
Packages that use ConfigBackgroundGaussian
-
Uses of ConfigBackgroundGaussian in boofcv.factory.background
Methods in boofcv.factory.background that return ConfigBackgroundGaussianMethods in boofcv.factory.background with parameters of type ConfigBackgroundGaussianModifier 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.