OpenCV  4.10.0
Open Source Computer Vision
Loading...
Searching...
No Matches
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< BackgroundSubtractorKNNcv::createBackgroundSubtractorKNN (int history=500, double dist2Threshold=400.0, bool detectShadows=true)
 Creates KNN Background Subtractor.
Ptr< BackgroundSubtractorMOG2cv::createBackgroundSubtractorMOG2 (int history=500, double varThreshold=16, bool detectShadows=true)
 Creates MOG2 Background Subtractor.