搜索资源列表
OPENCV_GMM
- 基于OPENCV的GMM算法,通过时间推移建立视频图像的高斯混合背景模型,并可有效检测其中的运动目标。
movingtargettracking
- 视频图像背景建模与运动目标检测 采用GMM背景建模与智能更新,能够实时实现视频智能监控动目标检测,可用于视频行为识别、视频事件检测。
VideoNPR
- 本程序采用GMM实现视频分割和简单的视频卡通化绘制。
VdieoSeg
- 用于进行视频分割的源码。采用GMM以及Meanshift算法目标进行,主要进行阴影跟踪。
GMM
- 本代码建立高斯混合模型(高斯多模型)(GMM),将其用于计算机视觉领域的视频目标检测/视频监控/运动检测/运动目标检测/视频目标跟踪等相关应用中。-This code sets up Gaussian mixture model(Gaussion Mixture Model, GMM) with image sequences for the research and application field of computer vision, using GMM for visual objec
BGFG_CODEBOOK
- 基于码书的运动目标检测是和混合高斯模型(MoG,GMM)类似的而简单有效的背景剪除方法,附件是VC++6.0编写的基于码书的运动目标检测,可直接读取摄像头,也可改为读取硬盘视频文件,需安装Opencv1.1-Codebook-based moving target detection and Gaussian mixture model (MoG, GMM) and a similar cut off the background simple and effective method of a
GMM
- 利用K-高斯混合模型提取视频的前景信息。-The use of K-Gaussian mixture model for the future of video information extraction
gmm
- 利用混合高斯模型训练视频,获得背景图像,并将背景保存。-training video with GMM model ,then get the background,and store the picture in your computer.
LiuMixGauss
- 混合高斯模型背景建模,适用于视频跟踪,目标分割。 -GMM background modeling for video tracking, object segmentation.
GMMmodelandtheBayesianclassifier
- GMM模型和贝叶斯分类器 用于视频图像的处理-GMM model and the Bayesian classifier for video image processing
GMM
- 混合高斯模型做的视频跟踪系统,具有良好的跟踪效果-Gaussian mixture model to do a video tracking system, has a good tracking results
BGFG_CODEBOOK
- 基于码书的运动目标检测是和混合高斯模型(MoG,GMM)类似的而简单有效的背景剪除方法,附件是VC++6.0编写的基于码书的运动目标检测,可直接读取摄像头,也可改为读取硬盘视频文件,需安装Opencv1.1,-Codebook-based moving target detection and Gaussian mixture model is (MoG, GMM) and a similar cut off the background simple and effective method
GMM
- 运用OpenCV2.0编辑混合高斯背景建模,能够较好的识别四个视频中的运动前景和背景,在一定程度的背景复杂度下,能够较准确检测。-The use OpenCV2.0 edit Gaussian mixture background modeling, and better identification of four video movement in the foreground and background, the background of a certain degree of com
GMm
- 混合高斯模型在运动检测中的应用,检测视频中的运动物体,做出其背景图像和前景图像-Gaussian mixture model in motion detection to detect moving objects in the video to make the background image and the foreground image
gmm-cv
- OpenCV_基于混合高斯模型GMM的运动目标检测。内附监测监控视频,方便测试使用。-OpenCV_ GMM Gaussian mixture model based moving target detection. Included monitoring surveillance video, easy testing.
GMM
- 利用混合高斯法将视频提取背景 并做降噪膨胀腐蚀处理 附有视频文件 -GMM method to extract the video and do the background noise expansion corrosion treatment with video files
GMM
- 针对摄像机固定下的复杂背景环境,对采集到的视频图像的图像数据用混合高斯背景建模方法实现前景/背景分割,实现运动目标检测和跟踪。在进行前景检测前,先对背景进行训练,对图像中每个背景采用一个混合高斯模型进行模拟,每个背景的混合高斯的个数可以自适应。然后在测试阶段,对新来的像素进行GMM匹配,如果该像素值能够匹配其中一个高斯,则认为是背景,否则认为是前景。由于整个过程GMM模型在不断更新学习中,所以对动态背景有一定的鲁棒性。最后通过对一个有树枝摇摆的动态背景进行前景检测,取得了较好的效果。-For c
80957954GMM
- 【highspeedlogic】matlab代做,基于matlab的GMM视频跟踪算法的仿真-[matlab] highspeedlogic generation to do, based on the GMM matlab video tracking algorithm simulation
高斯混合模型GMM-latentSpace-v2.0
- 用于背景建模实现视频运动目标分割 与目标跟踪算法(For background modeling, video moving object segmentation and object tracking algorithm)
GMM
- 该程序可实现对监控视频的有效前景提取,非常稳定(Video foreground extraction)