登录
首页 » Others » image_processing_Matlab

image_processing_Matlab

于 2012-03-30 发布 文件大小:56KB
0 318
下载积分: 1 下载次数: 6

代码说明:

  tracking object using Image Processing Toolbox Matlab

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

发表评论

0 个回复

  • MATLAB
    基于MATLAB的系统分析与设计——时频分析,是系统分析的好书(the systems anlynsis and design base on matlab.)
    2010-06-13 15:26:22下载
    积分:1
  • utc
    通过matlab编写的求解霍曼轨道的程序,方便航天技术人员进行应用 (Matlab solving prepared through Hohmann orbit procedures to facilitate the application of space technology personnel)
    2008-05-26 01:01:59下载
    积分:1
  • CP0402_TRANSMITTER_2PAM_TH
    说明:  UWB中使用的参考信道模型,使用的是PAM 调制方法(UWB use of the reference channel model, using the PAM modulation method)
    2006-03-07 16:42:05下载
    积分: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
  • simple_example
    说明:  利用matlab调用cplex实现一个简单的优化例子,例子中对参数设置有详细的说明,非常适合初学者,因为上传不能小于1k,所以复制了一下。(Using MATLAB to call CPLEX to realize a simple optimization example. In the example, the parameter setting is explained in detail, which is very suitable for beginners)
    2020-03-18 22:14:03下载
    积分:1
  • BPSK
    QPSK仿真系统编程。调制、信道、检测。 · 误码率仿真。 (QPSK simulation system programming. Modulation, channel detection. BER simulation.)
    2013-12-29 16:32:11下载
    积分:1
  • 三维蚁群算法
    说明:  粒子群算法 智能算法 可以用来进行无人机的航迹规划(artificial intallgence)
    2021-04-17 19:53:04下载
    积分:1
  • sumbsamp
    这段代码是关于边界链码提取的,采用MATLAB编写,但是还有一些欠缺(This code is on the boundary chain code extraction, using MATLAB to prepare, but there are still some lack of)
    2007-09-02 17:33:28下载
    积分:1
  • wireless-network-sensor-routing-algorithm
    设计无线传感器网络的路由协议,LEACH是第一个基于多簇结构的集群路由协议,是一种分布式的协议,每一个节点通过一个概率来决定自己是否成为簇头节点,并保证每轮有相当数量的簇头节点. (Design of wireless sensor network routing protocol, LEACH is the first structure of a cluster based on multi-cluster routing protocol, the protocol is a distributed, each node to determine their own through a probability whether a cluster head node, and to ensure that each round there is considerable number of cluster head node.)
    2010-08-27 15:13:27下载
    积分:1
  • Fresnel_Integrals1234
    Efficient and accurate computation of the Fresnel sine and cosine integrals
    2010-10-28 17:44:23下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载