Uses of Interface
boofcv.alg.background.BackgroundAlgorithmGaussian
-
Uses of BackgroundAlgorithmGaussian in boofcv.alg.background.moving
Modifier and TypeClassDescriptionclass
BackgroundMovingGaussian<T extends ImageBase<T>,
Motion extends InvertibleTransform<Motion>> Implementation ofBackgroundAlgorithmGaussian
for moving images.class
BackgroundMovingGaussian_IL<T extends ImageInterleaved<T>,
Motion extends InvertibleTransform<Motion>> Implementation ofBackgroundMovingGaussian
forImageInterleaved
.class
BackgroundMovingGaussian_IL_MT<T extends ImageInterleaved<T>,
Motion extends InvertibleTransform<Motion>> Implementation ofBackgroundMovingGaussian
forImageInterleaved
.class
BackgroundMovingGaussian_PL<T extends ImageGray<T>,
Motion extends InvertibleTransform<Motion>> Implementation ofBackgroundMovingGaussian
forPlanar
.class
BackgroundMovingGaussian_PL_MT<T extends ImageGray<T>,
Motion extends InvertibleTransform<Motion>> Implementation ofBackgroundMovingGaussian
forPlanar
.class
BackgroundMovingGaussian_SB<T extends ImageGray<T>,
Motion extends InvertibleTransform<Motion>> Implementation ofBackgroundMovingGaussian
forImageGray
.class
BackgroundMovingGaussian_SB_MT<T extends ImageGray<T>,
Motion extends InvertibleTransform<Motion>> Implementation ofBackgroundMovingGaussian
forImageGray
. -
Uses of BackgroundAlgorithmGaussian in boofcv.alg.background.stationary
Modifier and TypeClassDescriptionclass
BackgroundStationaryGaussian<T extends ImageBase<T>>
Implementation ofBackgroundAlgorithmGaussian
for stationary images.class
BackgroundStationaryGaussian_IL<T extends ImageInterleaved<T>>
Implementation ofBackgroundStationaryGaussian
forImageInterleaved
.class
BackgroundStationaryGaussian_IL_MT<T extends ImageInterleaved<T>>
Implementation ofBackgroundStationaryGaussian
forImageInterleaved
.class
BackgroundStationaryGaussian_PL<T extends ImageGray<T>>
Implementation ofBackgroundStationaryGaussian
forPlanar
.class
BackgroundStationaryGaussian_PL_MT<T extends ImageGray<T>>
Implementation ofBackgroundStationaryGaussian
forPlanar
.class
BackgroundStationaryGaussian_SB<T extends ImageGray<T>>
Implementation ofBackgroundMovingGaussian
forImageGray
.class
BackgroundStationaryGaussian_SB_MT<T extends ImageGray<T>>
Implementation ofBackgroundMovingGaussian
forImageGray
.