Gaussian Mixture-based Background/Foreground Segmentation Algorithm.  
 More...
#include <opencv2/bgsegm.hpp>
Gaussian Mixture-based Background/Foreground Segmentation Algorithm. 
The class implements the algorithm described inKB2001 . 
  
  | 
        
          | virtual double cv::bgsegm::BackgroundSubtractorMOG::getBackgroundRatio | ( |  | ) | const |  | pure virtual | 
| Python: | 
|---|
|  | retval | = | cv.bgsegm_BackgroundSubtractorMOG.getBackgroundRatio( |  | ) | 
 
 
  
  | 
        
          | virtual int cv::bgsegm::BackgroundSubtractorMOG::getHistory | ( |  | ) | const |  | pure virtual | 
| Python: | 
|---|
|  | retval | = | cv.bgsegm_BackgroundSubtractorMOG.getHistory( |  | ) | 
 
 
  
  | 
        
          | virtual int cv::bgsegm::BackgroundSubtractorMOG::getNMixtures | ( |  | ) | const |  | pure virtual | 
| Python: | 
|---|
|  | retval | = | cv.bgsegm_BackgroundSubtractorMOG.getNMixtures( |  | ) | 
 
 
  
  | 
        
          | virtual double cv::bgsegm::BackgroundSubtractorMOG::getNoiseSigma | ( |  | ) | const |  | pure virtual | 
| Python: | 
|---|
|  | retval | = | cv.bgsegm_BackgroundSubtractorMOG.getNoiseSigma( |  | ) | 
 
 
  
  | 
        
          | virtual void cv::bgsegm::BackgroundSubtractorMOG::setBackgroundRatio | ( | double | backgroundRatio | ) |  |  | pure virtual | 
| Python: | 
|---|
|  | None | = | cv.bgsegm_BackgroundSubtractorMOG.setBackgroundRatio( | backgroundRatio | ) | 
 
 
  
  | 
        
          | virtual void cv::bgsegm::BackgroundSubtractorMOG::setHistory | ( | int | nframes | ) |  |  | pure virtual | 
| Python: | 
|---|
|  | None | = | cv.bgsegm_BackgroundSubtractorMOG.setHistory( | nframes | ) | 
 
 
  
  | 
        
          | virtual void cv::bgsegm::BackgroundSubtractorMOG::setNMixtures | ( | int | nmix | ) |  |  | pure virtual | 
| Python: | 
|---|
|  | None | = | cv.bgsegm_BackgroundSubtractorMOG.setNMixtures( | nmix | ) | 
 
 
  
  | 
        
          | virtual void cv::bgsegm::BackgroundSubtractorMOG::setNoiseSigma | ( | double | noiseSigma | ) |  |  | pure virtual | 
| Python: | 
|---|
|  | None | = | cv.bgsegm_BackgroundSubtractorMOG.setNoiseSigma( | noiseSigma | ) | 
 
 
The documentation for this class was generated from the following file: