OpenCV
3.3.0
Open Source Computer Vision
|
Classes | |
class | BackgroundSubtractorCNT |
Background subtraction based on counting. More... | |
class | BackgroundSubtractorGMG |
Background Subtractor module based on the algorithm given in [63] . More... | |
class | BackgroundSubtractorMOG |
Gaussian Mixture-based Background/Foreground Segmentation Algorithm. More... | |
Functions | |
Ptr< BackgroundSubtractorCNT > | createBackgroundSubtractorCNT (int minPixelStability=15, bool useHistory=true, int maxPixelStability=15 *60, bool isParallel=true) |
Creates a CNT Background Subtractor. More... | |
Ptr< BackgroundSubtractorGMG > | createBackgroundSubtractorGMG (int initializationFrames=120, double decisionThreshold=0.8) |
Creates a GMG Background Subtractor. More... | |
Ptr< BackgroundSubtractorMOG > | createBackgroundSubtractorMOG (int history=200, int nmixtures=5, double backgroundRatio=0.7, double noiseSigma=0) |
Creates mixture-of-gaussian background subtractor. More... | |