搜索资源列表
混合高斯背景建模用于检出背景
- 混合高斯背景建模用于检出背景,并提取前景,在OPENCV环境下操作进行的。是数字图像处理领域不可缺少的一种处理方式。OPENCV库里含有的函数在数字图像中的作用都是不可获取的,用起来简单又便捷,建议OPENCV从头认真学起-Gaussian mixture background modeling for the detection of background and foreground extraction, OPENCV environment in the operation. The f
LiuMixGauss.rar
- 关于自适应背景提取,是基于高斯模型的,效果很好,On adaptive background extraction is based on the Gaussian model, the effect of good
mixture_of_gaussians
- 这是一个视频图像处理的程序,通过混合高斯分布来建立背景模型,并且提取了运动目标,效果不错!-mixture of gaussians
xiaobo
- .首先,建 立背景的混合高斯分布模型和阴影颜色模型,通过差分法提取前景区域并结合Gabor小 波纹理特征分析找出潜在的阴影点;然后通过阴影颜色模型对这些潜在的阴影点进行颜 色分析;最后通过后续处理,找出真正的阴影区域-. First of all, to establish the background Gaussian mixture distribution model and the shadow color model, by differential extraction
grayplay
- 使用3阶混合高斯模型进行运动目标提取并进行背景更新-Using Gaussian mixture model of order 3 moving object extraction and background update
GMM_bg_ex
- Visual C++ 与 Opencv 联合实现的混合高斯模型背景提取与更新。-Opencv Visual C++ and the joint implementation of the Gaussian mixture model background extraction and updating.
detecion2
- 混合高斯背景建模,可以将视频中运动的物体提取出来-Gaussian mixture background modeling
trafficGmmjiazao
- 给一段视频加噪声,并通过混合高斯模型提取背景,可以验证混合高斯模型对噪声的鲁棒性!有注释!-To add a video noise, and Gaussian mixture model by extracting the background, you can verify the Gaussian mixture model robustness to noise! A comment!
gmmbeijing
- 基于opencv的混合高斯背景模型,用对运动目标的背景提取,可保存背景 -Opencv-based mixture Gaussian background model with the moving target of the background extraction, background can be saved
motion-detection-techniques
- 研究了基于混合高斯模型的运动目标检测技术,在分析了混合高斯模型的基本原理的基础上,使用了一种改进的混合高斯模型更新算法.在Visual C++6.0中利用OpenCV完成了相关算法,成功地提取出了运动目标和实验场景的背景,验证了该改进的混合高斯模型更新算法的可行性-OpenCV-based motion detection techniques I have read some articles, I feel you can, share
gaussianBkModelTest
- 混合高斯背景模型,用于前景提取,对复杂光线等因素鲁棒性较好-The mixed Gaussian background model for prospects extract better robustness of complex lighting and other factors
GMM
- 基于混合高斯背景建模的目标运动意图分析,通过混合高斯背景建模进行前景提取,自己写高斯模型,并非通过OPENCV函数库-motion detection based on GMM method
mixture_gaussians
- 基于混合高斯背景模型的建模,用于视频运动区域提取,很有用的代码,希望对学者有所帮助-Modeling of mixed Gauss background model based on, for video motion region extraction, very useful code, and I hope to help scholars
混合高斯matlab程序
- 基于混合高斯的matlab仿真程序,用于背景提取和运动目标检测!!
GMMmatlab程序
- 混合高斯模型,用于背景变化无抖动的目标的前景提取(The hybrid Gauss model is used for foreground extraction of background invariant targets without jitter)
改进的高斯混合背景模型的实现
- 利用改进的高斯混合模型对前景目标的提取有较好的作用,这是基于OpenCV的C++程序,请安装OpenCV库进行调试(The improved Gauss mixture model has a good effect on foreground target extraction. This is a C++ program based on OpenCV. Please install OpenCV library for debugging)
hunhe
- 采用多个高斯分布的方式来描述背景像素点的特征,在线地更新参数和权重,实现运动检测和前景提取的同步进行,即采用混合高斯背景算法进行建模,以降低动态背景的干扰。(The characteristics of the background pixel are described by several Gaussian distributions, and the parameters and weights are updated online. Synchronization of motion d
三种传统背景减除法
- 使用帧差法、均值法和混合高斯模型对背景进行去除、提取前景信息。来源于2017年研究生数学建模比赛D题。(The background information is removed and the foreground information is extracted by frame difference method, mean value method and hybrid Gauss model. D graduate from the 2017 mathematical modeling
hunhegaosi
- 混合高斯前景提取。数学建模时编的,测试视频就在包内,可以作为学习交流用,环境2014a的matlab,后有添加形态处理都在注释里。一起学习。有matlab编的vibe程序欢迎交流(Hybrid Gauss foreground extraction. Mathematical modeling of the series, the test video is in the package, can be used as a learning exchange, the environment 2
BeiJingFenLi2
- 混合高斯背景建模进行背景分离,在实行膨胀腐蚀操作提取运动目标特征(Mixed Gaussian Background Modeling for Background Segmentation, Extraction of Moving Target Features During Erosion Operation)