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背景減除器。