Gaussian Mixture-based Backbround/Foreground Segmentation Algorithm.
More...
#include <gpu.hpp>
Gaussian Mixture-based Backbround/Foreground Segmentation Algorithm.
The class implements the following algorithm: "An improved adaptive background mixture model for real-time tracking with shadow detection" P. KadewTraKuPong and R. Bowden, Proc. 2nd European Workshp on Advanced Video-Based Surveillance Systems, 2001." http://personal.ee.surrey.ac.uk/Personal/R.Bowden/publications/avbs01/avbs01.pdf
cv::gpu::MOG_GPU::MOG_GPU |
( |
int |
nmixtures = -1 | ) |
|
void cv::gpu::MOG_GPU::initialize |
( |
Size |
frameSize, |
|
|
int |
frameType |
|
) |
| |
computes a background image which are the mean of all background gaussians
void cv::gpu::MOG_GPU::release |
( |
| ) |
|
releases all inner buffers
int cv::gpu::MOG_GPU::history |
float cv::gpu::MOG_GPU::varThreshold |
float cv::gpu::MOG_GPU::backgroundRatio |
float cv::gpu::MOG_GPU::noiseSigma |
The documentation for this class was generated from the following file: