资源简介
建立了混合高斯模型,可以对静止背景下运动目标进行检测。
代码片段和文件信息
function G=GaussBackGroundModel(movKbeta)
if (ischar(K))
K = str2num(K);
end
if (ischar(beta))
beta = str2num(beta);
end
%%mov is a string that indicate the name of the avifileK is the max number of modelbeta is a constant value during the computing%
info=aviinfo(mov);
GaussModelNum=ones(info.Heightinfo.Width);
%GaussModelEx=zeros(info.Heightinfo.Width);
GaussModelAveregy=zeros(info.Heightinfo.WidthK);
GaussModelVar=zeros(info.Heightinfo.WidthK);
GaussModelWeight=zeros(info.Heightinfo.WidthK);
RealBackGround=zeros(info.Heightinfo.Width);
RealBackGroundVar=zeros(info.Heightinfo.Width);
RealFront=zeros(info.Heightinfo.Width);
%init%
maxvar=0;
initF=double(info.Numframes)/100;
initF=uint8(initF);
initFf=double(initF);
for F=1:initF
m=aviread
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 5958 2010-09-09 21:03 GMMl.m
----------- --------- ---------- ----- ----
5958 1
相关资源
- yudong 运动目标识别
- MotionDetection 静止背景下运动目标检测
- automsft 该程序初始时使用背景差分法
- usb-carmer-matlab-RT-process 通过计算机us
- matting 图像抠图是将图像的目标物体从
- GMM GMM的说话人识别系统
- GMM 本代码建立高斯混合模型(高斯多
- MFCC-GMM 基于MFCC的GMM的说话人识别
- speech-emotion-recognition-system gmm模型下的
- GMMsegmation
- GMM 做毕设是用到的gmm的matlab程序
- Voice_Conversion_1 基于GMM模型实现语音转
- Ship-detection 复杂杂波背景下
- clustering 使用K-means
- src 背景减除的完整算法
- Motion_detect_with_RGBshadow_remove 利用背景
- Moving-target-detection 运动目标检测的一
- HMM_GMM 一个有效的
- GMM GMM说话人识别平台全套
- voice-conversion--MFCC-GMM 实现多个人的说
- EXsegment 提取糖尿病视网膜病变眼底图
- code 用了三帧差分法、背景差分法来辨
- energydetection 认知无线电是用于提高无
- mixture_of_gaussians 混合高斯背景建模
- mulgmm 利用混合高斯模型对图像序列经
- SpeakerMFCCGMM
- hunhegaosijianmo 在MATLAB环境下
- picture--chasing 背景建模和前景分割的方
- new 混合高斯模型的背景减除法和相邻
- 运动目标检测及图像分割matlab代码(
评论
共有 条评论