![]() |
OpenCV 4.12.0
開源計算機視覺
|
#include "opencv2/core.hpp"類 | |
| 類 | cv::BackgroundSubtractor |
| 背景/前景分割的基類。: 更多... | |
| 類 | cv::BackgroundSubtractorKNN |
| 基於 K 近鄰的背景/前景分割 演算法。 更多... | |
| 類 | cv::BackgroundSubtractorMOG2 |
| 基於高斯混合的背景/前景分割 演算法。 更多... | |
名稱空間 | |
| 名稱空間 | cv |
函式 | |
| Ptr< BackgroundSubtractorKNN > | cv::createBackgroundSubtractorKNN (int history=500, double dist2Threshold=400.0, bool detectShadows=true) |
| Creates KNN Background Subtractor. | |
| Ptr< BackgroundSubtractorMOG2 > | cv::createBackgroundSubtractorMOG2 (int history=500, double varThreshold=16, bool detectShadows=true) |
| 建立MOG2背景減除器。 | |