OpenCV  3.2.0
Open Source Computer Vision
Classes | Namespaces | Functions
bgsegm.hpp File Reference
#include "opencv2/video.hpp"

Classes

class  cv::bgsegm::BackgroundSubtractorGMG
 Background Subtractor module based on the algorithm given in [62] . More...
 
class  cv::bgsegm::BackgroundSubtractorMOG
 Gaussian Mixture-based Background/Foreground Segmentation Algorithm. More...
 

Namespaces

 cv
 
 cv::bgsegm
 

Functions

Ptr< BackgroundSubtractorGMG > cv::bgsegm::createBackgroundSubtractorGMG (int initializationFrames=120, double decisionThreshold=0.8)
 Creates a GMG Background Subtractor. More...
 
Ptr< BackgroundSubtractorMOG > cv::bgsegm::createBackgroundSubtractorMOG (int history=200, int nmixtures=5, double backgroundRatio=0.7, double noiseSigma=0)
 Creates mixture-of-gaussian background subtractor. More...