搜索资源列表
BK_Gauss混合高斯背景
- 本算法基于混合高斯模型编程,采用opencv库,能够运行
单高斯目标检测
- 基于OPENCV的单高斯模型,通过摄像头获取视频帧,得到背景图片。
基于openCV得高斯背景模型提取。需要openCV,内置测试视频
- 基于openCV得高斯背景模型提取。需要openCV,内置测试视频
利用OPENCV來實現高斯混合模型的背景相減
- 利用OPENCV來實現高斯混合模型的背景相減,可看到當前影像、前景及背景-OPENCV to achieve using GMM background subtraction, we can see the current image, foreground and background
sho.rar
- 基于c++的,运用opencv开发包的高斯混合模型,用于视频中运动物体的检测,Based on c++ And use the development package opencv Gaussian mixture model for moving objects in video detection
cvbgfggaussmix.rar
- 混合高斯模型,用于背景建模的程序,使用时请安装OPENCV,Gaussian mixture model for background modeling procedure, the use of when you install OPENCV
lhgcxgmm.rar
- 自己采用opencv编写的程序,该程序主要实现运动目标的检测,采用背景减法里面的GMM混合高斯模型,Opencv prepared to adopt its own procedures, the procedures for major sports achieve target detection using background subtraction inside GMM Gaussian Mixture Model
GuassionModel.rar
- 基于混合高斯模型的运动目标检测,值得学习,对背景更新相当有效,opencv程序
bodymotiondetection
- 学习opencv图像处理中人体目标跟踪的一些很有用的资料,主要是讲camshift,meanshift和高斯混合模型。-Learning opencv image-processing for target tracking in the human body a number of very useful information, mainly speaking camshift, meanshift and Gaussian mixture model.
backgroundSubtraction_v0
- 基于graphcut的背景建模程序,其中具备阴影去除功能,建模时对rgb三个颜色通道进行了高斯模型训练。程序需要OpenCV 1.0 的支持。-This is a C implementation of background subtraction given a set of background frames as a training set.The background model is per-pixel RGB space Gaussian, assuming independenc
DIP
- 图像的操作,及视频流的相关操作,基于opencv,运动目标检测,中值滤波,高斯背景模型,混合高斯模型-The operation of the image, and video streams related operations, based on the opencv, motion detection, median filtering, Gaussian background model, Gaussian mixture model
delta_bkgr
- 视频流中一种独立更新各个像素点的背景更新方法。基于高斯模型。基于opencv库函数。-Video stream in a stand-alone update all the background pixels to update method. Based on the Gaussian model. Based on the opencv library function.
gussmix
- 本程序是对混合高斯模型的改进,从RGB空间转化到HSV空间。运行时要装OPENCV-This program is a Gaussian mixture model improvement, space conversion from RGB to HSV space
GMM_bg_ex
- Visual C++ 与 Opencv 联合实现的混合高斯模型背景提取与更新。-Opencv Visual C++ and the joint implementation of the Gaussian mixture model background extraction and updating.
GMM
- 混合高斯模型做的视频跟踪系统,具有良好的跟踪效果-Gaussian mixture model to do a video tracking system, has a good tracking results
yundongjiance
- 运动视频的背景建模与运动物体的检测,包含混合高斯模型和帧差法检测运动物体。使用opencv编写-failed to translate
motion-detection-techniques
- 研究了基于混合高斯模型的运动目标检测技术,在分析了混合高斯模型的基本原理的基础上,使用了一种改进的混合高斯模型更新算法.在Visual C++6.0中利用OpenCV完成了相关算法,成功地提取出了运动目标和实验场景的背景,验证了该改进的混合高斯模型更新算法的可行性-OpenCV-based motion detection techniques I have read some articles, I feel you can, share
背景差GMM
- opencv,vs2010 利用混合高斯模型,得到运动前景,与静态背景(Opencv and VS2010 use hybrid Gauss model to obtain motion foreground and static background)
改进的高斯混合背景模型的实现
- 利用改进的高斯混合模型对前景目标的提取有较好的作用,这是基于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)
OpenCVGMMComment
- OpenCV库中对于混合高斯模型我自己的注释,通俗易懂,并且与论文相结合,附上了例程(OpenCV GMM comment by zyx)