$darkmode
404 Not Found

404 Not Found


nginx
OpenCV 4.11.0
Open Source Computer Vision
BEGIN_CUSTOM_MATHJAX // END_CUSTOM_MATHJAX
Classes | Namespaces | Functions
background_segm.hpp File Reference
#include "opencv2/core.hpp"
Include dependency graph for background_segm.hpp:
This graph shows which files directly or indirectly include this file:

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
 

Functions

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