OpenCV 4.11.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)
 创建 KNN 背景减法器。
 
Ptr< BackgroundSubtractorMOG2cv::createBackgroundSubtractorMOG2 (int history=500, double varThreshold=16, bool detectShadows=true)
 创建 MOG2 背景减法器。