Uses of Package
boofcv.alg.background
Package
Description
-
-
ClassDescriptionPerforms background subtraction on an image using the very simple per-pixel "basic" model, as described in [1].Background model in which each pixel is modeled as an independent Guassian distribution.Background model in which each pixel is modeled as a Gaussian mixture model.Common code for all implementations of
BackgroundAlgorithmGmm
.Base class for background subtraction/motion detection.Base class for classifying pixels and background based on the apparent motion of pixels when the camera is moving. -
ClassDescriptionPerforms background subtraction on an image using the very simple per-pixel "basic" model, as described in [1].Background model in which each pixel is modeled as an independent Guassian distribution.Background model in which each pixel is modeled as a Gaussian mixture model.Base class for background subtraction/motion detection.Base class for classifying pixels as background based on the apparent motion of pixels when the camera is static.