登录
首页 » matlab » mixture_of_gaussians

mixture_of_gaussians

于 2010-09-16 发布 文件大小:2KB
0 170
下载积分: 1 下载次数: 124

代码说明:

  用于复杂背景下的背景提取,比如高速公路等等,效果非常好(background extract background extract)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • mxlphxpd
    对生成的随机序列进行自相关(平衡性)进行测试。(Autocorrelation test )
    2012-05-17 22:18:49下载
    积分:1
  • field
    simulation of Field-oriented control (FOC) of induction motor using chopper
    2014-08-09 02:09:11下载
    积分:1
  • gravity
    function dg=gplus(x,y,z,x1,x2,y1,y2,z1,z2,p) G=6.67e-11 t222=myfun(x,y,z,x2,y2,z2) t122=myfun(x,y,z,x1,y2,z2) t212=myfun(x,y,z,x2,y1,z2) t221=myfun(x,y,z,x2,y2,z1) t211=myfun(x,y,z,x2,y1,z1) t121=myfun(x,y,z,x1,y2,z1) t112=myfun(x,y,z,x1,y1,z2) t111=myfun(x,y,z,x1,y1,z1) dg=-G*p*1e6*(t222-t122-t212-t221+t211+t121+t112-t111) 转化为g.u. function y=myfun(x,y,z,xi,eta,zeta) R=sqrt((xi-x).^2+(eta-y).^2+(zeta-z).^2) temp1=(xi-x).*log((eta-y)+R) temp2=(eta-y).*log((xi-x)+R) temp3=(zeta-z).*atan((zeta-z).*R/((xi-x).*(eta-y))) 书中所给公式 temp3=-(zeta-z).*atan((xi-x).*(eta-y)./(zeta-z)./R) 上式变换 y=temp1+temp2+temp3 (function dg = gplus (x, y, z, x1, x2, y1, y2, z1, z2, p) G = 6.67e-11 t222 = myfun (x, y, z, x2, y2, z2) t122 = myfun (x, y, z, x1, y2, z2) t212 = myfun (x, y, z, x2, y1, z2) t221 = myfun (x, y, z, x2, y2, z1) t211 = myfun (x, y, z, x2, y1, z1) t121 = myfun (x, y, z, x1, y2, z1) t112 = myfun (x, y, z, x1, y1, z2) t111 = myfun (x, y, z, x1, y1, z1) dg =-G* p* 1e6* (t222-t122-t212-t221+t211+t121+t112-t111) converted the Gu function y = myfun, (x y, z, xi, eta, zeta) R = sqrt ((xi-x). ^ 2+ (eta-y). ^ 2+ (zeta-z). ^ 2) temp1 = (xi-x).* log ((eta-y)+R) temp2 = (eta-y).* log ((xi-x)+R) temp3 = (zeta-z).* atan ((zeta-z).* R/( (xi-x).* (eta-y))) book given formula Temp3 =- (Zeta-z)* ATAN ((Xi-X)* (ETA-y)/(Zeta- Z)/R) the above formula transform Y = temp1+temp2+temp3 )
    2013-03-20 20:25:15下载
    积分:1
  • SVM
    支持向量机用于训练和分类,包括PCA降维等函数(Support vector machines for training and classification, including functions such as PCA dimension reduction)
    2014-12-26 17:31:28下载
    积分:1
  • matlab
    MATLAB是一套功能十分强大的工程计算及数据分析软件,具有友好的可视化编程界面及接近数学表达式的自然化语言。针对信号与系统中傅里叶变换具有抽象度高、难于理解的特点,利用MATLAB强大的信号处理功能、阶跃响应,微分方程,卷积定理的内容,通过MATLAB 程序实现。本文介绍了MATLAB在信号与系统仿真中的应用,该软件在通信电子类课程中应用越来越广泛,通过几个典型实例来重点研究。 关键词:MATLAB;阶跃响应;微分方程;卷积;信号与系统;仿真 (MATLAB is a very powerful engineering calculations and data analysis software, with a friendly interface and visual programming language close to naturalizing mathematical expressions. For the Fourier transform of signals and systems with a high degree of abstraction, it is difficult to understand the characteristics, the use of the powerful MATLAB signal processing functions, step response, convolution theorem content differential equations by MATLAB program. This article describes the application of MATLAB in signal and system simulation, the software in the electronic communications courses in applied more widely, by focusing on a few typical examples. Keywords: MATLAB step response signals and systems convolution differential equation simulation )
    2013-12-21 22:35:23下载
    积分:1
  • Suspend--terminate--continue
    暂停,终止,继续,非常高效,实用,适合比较大程序(Suspend, terminate, continue, very efficient, practical, suitable for relatively large program)
    2012-11-22 17:02:36下载
    积分:1
  • wavecompression
    wavelet based compression
    2009-04-02 11:05:32下载
    积分:1
  • qpsk
    无线电通信正交频移键控调制解调程序源码,给出输入数字信息序列,经调制后得到解调结果(QPSK for wireless electronic communication)
    2013-07-20 20:29:25下载
    积分:1
  • COUNT100
    一个数字计数器,每100秒即输出一个脉冲信号,可用于定时控制(a digital counter, every 100 seconds is a pulse output signal can be used for timing control)
    2007-03-11 15:44:09下载
    积分:1
  • Untitled
    TEST FILES IN ORDER TO HAVE RESULTS FOR DIFFERENT TYPES OF PAM
    2011-07-30 08:37:30下载
    积分:1
  • 696518资源总数
  • 105717会员总数
  • 10今日下载