Background-Subtraction-using-GMM

所属分类:Windows编程
开发工具:C/C++
文件大小:5407KB
下载次数:2
上传日期:2019-07-08 16:52:59
上 传 者boycebai
说明:  基于混合高斯滤波的背景建模,可根据一段视频生成清晰的背景图像
(Background Modeling Based on Mixture Gauss Filtering can generate a clear background image from a video.)

文件列表:
Background-Subtraction-using-GMM (0, 2013-04-19)
Background-Subtraction-using-GMM\final_BG.cpp (12057, 2013-04-19)
Background-Subtraction-using-GMM\PETS2009_sample_1.avi (5274710, 2013-04-19)
Background-Subtraction-using-GMM\BG_abs.jpg (317005, 2013-04-19)

Background-Subtraction-using-GMM ================================ REQUIREMENTS: + Any C++ compiler (originally developed in visual studio, thus remove conio.h and _getch to be able work on other enviroment) + OpenCV 2.2 or above (originally developed on OpenCV 2.3.1) This project is the C++ implementation of Background Subtraction using adaptive GMM models as discussed by Zoran Zivkovic in his paper "Improved Adaptive Gaussian Mixture Model for Background Subtraction". This project was developed as a part of learning about the computer vision and thus gives (though very basic) an efficient and accurate implementation of the above mentioned algorithm. It uses OpenCV just for the data acquisition and preprocessing and its 'Mat' object for susequent processing. Following which is an implementation for the GMM models as discussed in the paper. The testing data has also been provided with the project. It is a part of the PETS 2009 dataset. Note: This project was developed on the basis of my undrstanding of the paper and thus must not considered an exact implementation of the project. Check out the result video - http://youtu.be/QwmX3U78K6A

近期下载者

相关文件


收藏者