OpenCV 5.0.0
Open Source Computer Vision
読み込み中...
検索中...
見つかりません
🤖 AIによる機械翻訳(非公式) — これは OpenCV 5.0.0 公式リファレンス(英語)を AI (Claude) で自動翻訳したものです。訳に誤りを含む場合があります。正確な情報は 公式英語版(原文) を参照してください。
background_segm.hpp ファイル
#include "opencv2/core.hpp"
Include dependency graph for background_segm.hpp:
This graph shows which files directly or indirectly include this file:

クラス

class  cv::BackgroundSubtractor
 背景/前景セグメンテーションのための基底クラス。: 続き...
 
class  cv::BackgroundSubtractorKNN
 K 近傍法に基づく背景/前景セグメンテーション Algorithm続き...
 
class  cv::BackgroundSubtractorMOG2
 混合ガウス分布に基づく背景/前景セグメンテーション Algorithm続き...
 

名前空間

namespace  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背景差分器を生成する。