Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
バックグラウンド減算のための OpenCV MOG2 関数で確率密度関数の実装が見つからない理由を誰でも説明できますか?
提案された実装にトリックはありますか?
ここに論文があります:背景減算のための改善された適応ガウス混合モデル
クラスリファレンス : cv::BackgroundSubtractorMOG2 クラス
実装:bgfg_gaussmix2.cpp
実装で述べたトリック:「ガウス成分の数はピクセルごとに調整されます。」