登录
首页 » matlab » Coordinate-conversion

Coordinate-conversion

于 2014-12-12 发布 文件大小:100KB
0 229
下载积分: 1 下载次数: 17

代码说明:

  坐标转换(四参数) [row col]=size(source) for i=1:row u(i)=source(i,2) v(i)=source(i,3) x(i)=source(i,4) y(i)=source(i,5) B(2*i-1,1)=1 B(2*i-1,2)=0 B(2*i-1,3)=u(i) B(2*i-1,4)=-v(i) B(2*i,1)=0 B(2*i,2)=1 B(2*i,3)=v(i) B(2*i,4)=u(i) L(2*i-1,1)=x(i) L(2*i,1)=y(i) end X=inv(B *B)*(B *L) Txy=[X(1) X(2)] xzjz(1,1)=X(3) xzjz(1,2)=-X(4) xzjz(2,1)=X(4) xzjz(2,2)=X(3) [row1 col1]=size(target) for i=1:row1 u1(i)=target(i,2) v1(i)=target(i,3) d=[u1(i) v1(i)] md=Txy+xzjz*d end end (Coordinate conversion: [row col]=size(source) for i=1:row u(i)=source(i,2) v(i)=source(i,3) x(i)=source(i,4) y(i)=source(i,5) B(2*i-1,1)=1 B(2*i-1,2)=0 B(2*i-1,3)=u(i) B(2*i-1,4)=-v(i) B(2*i,1)=0 B(2*i,2)=1 B(2*i,3)=v(i) B(2*i,4)=u(i) L(2*i-1,1)=x(i) L(2*i,1)=y(i) end X=inv(B *B)*(B *L) Txy=[X(1) X(2)] xzjz(1,1)=X(3) xzjz(1,2)=-X(4) xzjz(2,1)=X(4) xzjz(2,2)=X(3) [row1 col1]=size(target) for i=1:row1 u1(i)=target(i,2) v1(i)=target(i,3) d=[u1(i) v1(i)] md=Txy+xzjz*d end end )

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

发表评论

0 个回复

  • distilldata
    Data distill from text file
    2009-05-28 18:03:07下载
    积分:1
  • Gust-Wind-Model-Simulink
    Matlab阵风模型,采用Simulink模拟(Matlab Gust wind, simulink)
    2020-09-01 20:28:09下载
    积分:1
  • ACATSP-MATLAB
    一个蚁群算法的matlab源程序,置入matlab目录后即可直接调用(附蚁群算法简介)(An ant colony algorithm matlab source, placed directly after the directory matlab call (with Ant Colony Algorithm Introduction))
    2007-09-23 09:20:14下载
    积分:1
  • music_myself
    本人独创MUSIC算法 对初学者有很大帮助~ 大家自己下下看吧(Original MUSIC algorithm I am very helpful for beginners ~ we all Look under the following)
    2010-10-28 22:48:34下载
    积分:1
  • gpr-sumlation
    模拟GPR波形,具有高效仿真作用,适用于探地转达方面。(simulation of ground penetrating radar in 2D)
    2012-04-12 18:51:10下载
    积分:1
  • decompose
    MATLAB实现声音信号的小波分解与重构(内副数据)(MATLAB voice signals in the wavelet decomposition and reconstruction (with Vice data))
    2007-04-18 13:30:56下载
    积分:1
  • 43-cases-code-for-neural-network-
    该压缩包中有史峰等人编写的《MATLAB神经网络43个案例分析》的全部代码及数据。对于MATLAB的初学者很有帮助。(The archive has written the history of Feng et al "MATLAB neural network 43 case studies" of all the code and data. MATLAB is helpful for beginners.)
    2014-07-08 15:52:06下载
    积分:1
  • UMTS_Access2009
    LTE for UMTS OFDMA and SCFDMA Based Radio Access
    2010-08-26 13:04:00下载
    积分:1
  • QPSK_simulink_demo
    说明:  非常形象的QPSK simulink 例子。(Very image of QPSK simulink examples)
    2009-07-26 17:10:07下载
    积分:1
  • MATLAB
    电子工业出版社出版,MATLAB原理与工程应用,很好的学习MATLAB的教材(Electronics Industry Publishing House, MATLAB principles and engineering applications, good learning materials MATLAB)
    2011-11-28 18:49:18下载
    积分:1
  • 696516资源总数
  • 106605会员总数
  • 12今日下载