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 in [138] .
◆ getBackgroundRatio()
virtual double cv::bgsegm::BackgroundSubtractorMOG::getBackgroundRatio |
( |
| ) |
const |
|
pure virtual |
Python: |
---|
| cv.bgsegm.BackgroundSubtractorMOG.getBackgroundRatio( | | ) -> | retval |
◆ getHistory()
virtual int cv::bgsegm::BackgroundSubtractorMOG::getHistory |
( |
| ) |
const |
|
pure virtual |
Python: |
---|
| cv.bgsegm.BackgroundSubtractorMOG.getHistory( | | ) -> | retval |
◆ getNMixtures()
virtual int cv::bgsegm::BackgroundSubtractorMOG::getNMixtures |
( |
| ) |
const |
|
pure virtual |
Python: |
---|
| cv.bgsegm.BackgroundSubtractorMOG.getNMixtures( | | ) -> | retval |
◆ getNoiseSigma()
virtual double cv::bgsegm::BackgroundSubtractorMOG::getNoiseSigma |
( |
| ) |
const |
|
pure virtual |
Python: |
---|
| cv.bgsegm.BackgroundSubtractorMOG.getNoiseSigma( | | ) -> | retval |
◆ setBackgroundRatio()
virtual void cv::bgsegm::BackgroundSubtractorMOG::setBackgroundRatio |
( |
double |
backgroundRatio | ) |
|
|
pure virtual |
Python: |
---|
| cv.bgsegm.BackgroundSubtractorMOG.setBackgroundRatio( | backgroundRatio | ) -> | None |
◆ setHistory()
virtual void cv::bgsegm::BackgroundSubtractorMOG::setHistory |
( |
int |
nframes | ) |
|
|
pure virtual |
Python: |
---|
| cv.bgsegm.BackgroundSubtractorMOG.setHistory( | nframes | ) -> | None |
◆ setNMixtures()
virtual void cv::bgsegm::BackgroundSubtractorMOG::setNMixtures |
( |
int |
nmix | ) |
|
|
pure virtual |
Python: |
---|
| cv.bgsegm.BackgroundSubtractorMOG.setNMixtures( | nmix | ) -> | None |
◆ setNoiseSigma()
virtual void cv::bgsegm::BackgroundSubtractorMOG::setNoiseSigma |
( |
double |
noiseSigma | ) |
|
|
pure virtual |
Python: |
---|
| cv.bgsegm.BackgroundSubtractorMOG.setNoiseSigma( | noiseSigma | ) -> | None |
The documentation for this class was generated from the following file: