Uses of Class
boofcv.alg.background.stationary.BackgroundStationaryBasic
-
Uses of BackgroundStationaryBasic in boofcv.alg.background.stationary
Modifier and TypeClassDescriptionclass
BackgroundStationaryBasic_IL<T extends ImageInterleaved<T>>
Implementation ofBackgroundStationaryBasic
forImageGray
.class
BackgroundStationaryBasic_IL_MT<T extends ImageInterleaved<T>>
Implementation ofBackgroundStationaryBasic
forImageGray
.class
BackgroundStationaryBasic_PL<T extends ImageGray<T>>
Implementation ofBackgroundStationaryBasic
forImageGray
.class
BackgroundStationaryBasic_PL_MT<T extends ImageGray<T>>
Implementation ofBackgroundStationaryBasic
forImageGray
.class
BackgroundStationaryBasic_SB<T extends ImageGray<T>>
Implementation ofBackgroundStationaryBasic
forPlanar
.class
BackgroundStationaryBasic_SB_MT<T extends ImageGray<T>>
Implementation ofBackgroundStationaryBasic
forPlanar
. -
Uses of BackgroundStationaryBasic in boofcv.factory.background
Modifier and TypeMethodDescriptionstatic <T extends ImageBase<T>>
BackgroundStationaryBasic<T>FactoryBackgroundModel.stationaryBasic
(ConfigBackgroundBasic config, ImageType<T> imageType) Creates an instance ofBackgroundMovingBasic
.