Machine learningVideo segmentation
背景减除
背景减除是一种视频处理技术,通过将每一帧与学习或估计的背景模型进行比较,将运动的前景对象与静态或缓慢变化的背景分离开来。背景减除广泛应用于视频监控和运动检测,即使在光照变化的复杂场景中也能实现稳健的前景检测。
阅读完整方法
仅限会员
登录使用免费账户登录即可阅读本节。
Method map
The neighbourhood of related methods — select a node to explore.
来源
- Stauffer, C., & Grimson, W. E. L. (1999). Adaptive background mixture models for real-time tracking. IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 246–252. DOI: 10.1109/CVPR.1999.784637 ↗
- KaewTraKulPong, P., & Bowden, R. (2002). An improved adaptive background mixture model for real-time tracking with shadow detection. Proceedings of the European Conference on Computer Vision (ECCV), 135–144. link ↗
如何引用本页
ScholarGate. (2026, June 3). Background Subtraction for Foreground Detection. ScholarGate. https://scholargate.app/zh/computer-vision/background-subtraction
Which method?
Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.
- Canny边缘检测计算机视觉↔ compare
- 轮廓分析计算机视觉↔ compare
- 直方图均衡化计算机视觉↔ compare
- 图像形态学操作计算机视觉↔ compare
- 分水岭分割计算机视觉↔ compare