Uses of Interface
boofcv.alg.background.BackgroundAlgorithmGmm
-
Uses of BackgroundAlgorithmGmm in boofcv.alg.background.moving
Modifier and TypeClassDescriptionclass
BackgroundMovingGmm<T extends ImageBase<T>,
Motion extends InvertibleTransform<Motion>> Implementation ofBackgroundAlgorithmGmm
for moving images.class
BackgroundMovingGmm_MB<T extends ImageMultiBand<T>,
Motion extends InvertibleTransform<Motion>> Implementation ofBackgroundMovingGmm
forImageGray
.class
BackgroundMovingGmm_MB_MT<T extends ImageMultiBand<T>,
Motion extends InvertibleTransform<Motion>> Implementation ofBackgroundMovingGmm
forImageGray
.class
BackgroundMovingGmm_SB<T extends ImageGray<T>,
Motion extends InvertibleTransform<Motion>> Implementation ofBackgroundMovingGmm
forImageGray
.class
BackgroundMovingGmm_SB_MT<T extends ImageGray<T>,
Motion extends InvertibleTransform<Motion>> Implementation ofBackgroundMovingGmm
forImageGray
. -
Uses of BackgroundAlgorithmGmm in boofcv.alg.background.stationary
Modifier and TypeClassDescriptionclass
BackgroundStationaryGmm<T extends ImageBase<T>>
Implementation ofBackgroundAlgorithmGmm
for stationary images.class
BackgroundStationaryGmm_MB<T extends ImageMultiBand<T>>
Implementation ofBackgroundAlgorithmGmm
forImageMultiBand
.class
BackgroundStationaryGmm_MB_MT<T extends ImageMultiBand<T>>
Implementation ofBackgroundAlgorithmGmm
forImageMultiBand
.class
BackgroundStationaryGmm_SB<T extends ImageGray<T>>
Implementation ofBackgroundAlgorithmGmm
forImageGray
.class
BackgroundStationaryGmm_SB_MT<T extends ImageGray<T>>
Implementation ofBackgroundAlgorithmGmm
forImageGray
.