| Interface | Description |
|---|---|
| BackgroundAlgorithmBasic |
Performs basic background subtraction on an image.
|
| BackgroundAlgorithmGaussian |
Performs background subtraction on a moving image by modeling each pixel as an independent Guassian
distribution.
|
| Class | Description |
|---|---|
| BackgroundModel<T extends boofcv.struct.image.ImageBase> |
Base class for background subtraction/motion detection.
|
| BackgroundModelMoving<T extends boofcv.struct.image.ImageBase,MotionModel extends georegression.struct.InvertibleTransform<MotionModel>> |
Base class for classifying pixels and background based on the apparent motion of pixels when the camera is moving.
|
| BackgroundModelStationary<T extends boofcv.struct.image.ImageBase> |
Base class for classifying pixels as background based on the apparent motion of pixels when the camera is static.
|