![]() |
OpenCV 4.13.0
Open Source Computer Vision
|
クラス | |
| class | cv::cuda::BackgroundSubtractorMOG |
| ガウス混合モデルに基づく背景/前景セグメンテーション (領域分割) Algorithm。 続きを読む... | |
| class | cv::cuda::BackgroundSubtractorMOG2 |
| ガウス混合モデルに基づく背景/前景セグメンテーション (領域分割) Algorithm。 続きを読む... | |
名前空間 | |
| namespace | cv |
| namespace | cv::cuda |
関数 | |
| Ptr< cuda::BackgroundSubtractorMOG > | cv::cuda::createBackgroundSubtractorMOG (int history=200, int nmixtures=5, double backgroundRatio=0.7, double noiseSigma=0) |
| 混合ガウス(mixture-of-gaussian)背景差分器を生成する。 | |
| Ptr< cuda::BackgroundSubtractorMOG2 > | cv::cuda::createBackgroundSubtractorMOG2 (int history=500, double varThreshold=16, bool detectShadows=true) |
| MOG2背景差分器を生成する。 | |