登录
首页 » matlab » Coordinate-conversion

Coordinate-conversion

于 2014-12-12 发布 文件大小:100KB
0 275
下载积分: 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 个回复

  • analyse-of-plane
    飞机自然特性分析。 给定一个飞机纵向与横侧向运动状态空间方程,分别在时域、幅频域、复域分析飞机的纵向和横侧向自然特性(Given the natural characteristics of the aircraft an aircraft longitudinal and lateral motion state space equation, respectively, in test domain, amplitude and frequency domain, complex domain of the aircraft longitudinal and lateral natural features)
    2021-03-02 19:39:34下载
    积分:1
  • PSO-SVM
    pso-svm very useful, we want to be useful.
    2019-03-18 17:20:52下载
    积分:1
  • LMS
    最小均方算法的Matlab源程序,模式识别中的分类器 (Minimum mean-square algorithm Matlab source code, Pattern Recognition Classifier)
    2008-04-22 10:15:18下载
    积分:1
  • PWE_1DPhC_Band_structure
    平面波展开法计算能带,计算速度快,资源占用少(Plane wave expansion method to calculate the energy band, fast calculation)
    2021-04-17 16:58:53下载
    积分:1
  • FIR_Windows
    Windowing, FIR filters
    2009-05-31 20:14:34下载
    积分:1
  • matlab_lzy
    haze removal (cvpr09) matlab with face beautifulcation algorithmn
    2014-10-14 11:26:35下载
    积分:1
  • Tsai
    Tsai标定方法的matlab实现,送给喜欢用matlab编程的朋友!(the methods of Tsai calibration using malab )
    2005-04-15 10:35:56下载
    积分:1
  • wavelet
    this file describes and run the using WAVELET on a picture.
    2011-01-10 19:58:40下载
    积分:1
  • 2ask-tiaozhi-jietiao
    对数字信号进行二进制幅度调制,加载高斯噪声,然后在信号进行解调,比较解调后的信号与原始信号(Binary amplitude modulation, the digital signal to load the Gaussian noise, and then demodulates the signal, the comparison demodulation signal with the original signal)
    2012-05-16 17:16:31下载
    积分:1
  • Lab9a-Interference-analysis
    Understanding Interference Effect in communication systems.
    2014-08-25 17:47:08下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载