OpenCV  4.1.0
Open Source Computer Vision
Classes | Namespaces | Functions
cudabgsegm.hpp File Reference
#include "opencv2/core/cuda.hpp"
#include "opencv2/video/background_segm.hpp"

Classes

class  cv::cuda::BackgroundSubtractorMOG
 Gaussian Mixture-based Background/Foreground Segmentation Algorithm. More...
 
class  cv::cuda::BackgroundSubtractorMOG2
 Gaussian Mixture-based Background/Foreground Segmentation Algorithm. More...
 

Namespaces

namespace  cv
 "black box" representation of the file storage associated with a file on disk.
 
namespace  cv::cuda
 

Functions

Ptr
< cuda::BackgroundSubtractorMOG > 
cv::cuda::createBackgroundSubtractorMOG (int history=200, int nmixtures=5, double backgroundRatio=0.7, double noiseSigma=0)
 Creates mixture-of-gaussian background subtractor.
 
Ptr
< cuda::BackgroundSubtractorMOG2 > 
cv::cuda::createBackgroundSubtractorMOG2 (int history=500, double varThreshold=16, bool detectShadows=true)
 Creates MOG2 Background Subtractor.