OpenCV 4.12.0
开源计算机视觉
加载中...
搜索中...
无匹配项
background_segm.hpp 文件参考
#include "opencv2/core.hpp"
background_segm.hpp 的包含依赖关系图
此图显示了哪些文件直接或间接地包含了此文件

类  cv::BackgroundSubtractor
 背景/前景分割的基类。: 更多...
 
类  cv::BackgroundSubtractorKNN
 基于 K 近邻的背景/前景分割 算法更多...
 
类  cv::BackgroundSubtractorMOG2
 基于高斯混合的背景/前景分割 算法更多...
 

命名空间

命名空间  cv
 

函数

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)
 创建MOG2背景减除器。