Uses of Class
boofcv.factory.background.ConfigBackgroundBasic
-
Uses of ConfigBackgroundBasic in boofcv.factory.background
Modifier 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
.