Class BackgroundMovingGmm<T extends ImageBase<T>,Motion extends InvertibleTransform<Motion>>

java.lang.Object
boofcv.alg.background.BackgroundModel<T>
boofcv.alg.background.BackgroundModelMoving<T,Motion>
boofcv.alg.background.moving.BackgroundMovingGmm<T,Motion>
All Implemented Interfaces:
BackgroundAlgorithmGmm
Direct Known Subclasses:
BackgroundMovingGmm_MB, BackgroundMovingGmm_MB_MT, BackgroundMovingGmm_SB, BackgroundMovingGmm_SB_MT

public abstract class BackgroundMovingGmm<T extends ImageBase<T>,Motion extends InvertibleTransform<Motion>> extends BackgroundModelMoving<T,Motion> implements BackgroundAlgorithmGmm

Implementation of BackgroundAlgorithmGmm for moving images.

See Also: