Uses of Class
boofcv.factory.background.ConfigBackgroundBasic
Packages that use ConfigBackgroundBasic
-
Uses of ConfigBackgroundBasic in boofcv.factory.background
Methods in boofcv.factory.background that return ConfigBackgroundBasicMethods in boofcv.factory.background with parameters of type ConfigBackgroundBasicModifier and TypeMethodDescriptionstatic <T extends ImageBase<T>,Motion extends InvertibleTransform<Motion>>
BackgroundMovingBasic<T,Motion> FactoryBackgroundModel.movingBasic(ConfigBackgroundBasic config, Point2Transform2Model_F32<Motion> transform, ImageType<T> imageType) Creates an instance ofBackgroundMovingBasic.ConfigBackgroundBasic.setTo(ConfigBackgroundBasic src) static <T extends ImageBase<T>>
BackgroundStationaryBasic<T>FactoryBackgroundModel.stationaryBasic(ConfigBackgroundBasic config, ImageType<T> imageType) Creates an instance ofBackgroundMovingBasic.