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
实现中提到的技巧:“每个像素调整高斯分量的数量。”