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

Classes

class  cv::BackgroundSubtractor
 Base class for background/foreground segmentation. : More...
 
class  cv::BackgroundSubtractorKNN
 K-nearest neighbours - based Background/Foreground Segmentation Algorithm. More...
 
class  cv::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.
 

Functions

Ptr< BackgroundSubtractorKNN > cv::createBackgroundSubtractorKNN (int history=500, double dist2Threshold=400.0, bool detectShadows=true)
 Creates KNN Background Subtractor.
 
Ptr< BackgroundSubtractorMOG2 > cv::createBackgroundSubtractorMOG2 (int history=500, double varThreshold=16, bool detectShadows=true)
 Creates MOG2 Background Subtractor.