登录
首页 » matlab » Coordinate-conversion

Coordinate-conversion

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

  • gabor_extract
    feature extraction using gabor filter.
    2014-08-10 15:26:41下载
    积分:1
  • uC-GUI_user
    Specifications written in this manual are believed to be accurate, but are not guaran- teed to be entirely free of error. Specifications in this manual may be changed for functional or performance improvements without notice. Please make sure your man- ual is the latest edition. While the information herein is assumed to be accurate, Micrium Technologies Corporation (the distributor) assumes no responsibility for any(Specifications written in this manual are believed to be accurate, but are not guaran-teed to be entirely free of error. Specifications in this manual may be changed for functional or performance improvements without notice. Please make sure your man-ual is the latest edition . While the information herein is assumed to be accurate, Micrium Technologies Corporation (the distributor) assumes no responsibility for any)
    2013-04-15 17:28:25下载
    积分:1
  • volumetric-data---mriplot
    Display 3D volumetric data such as MRI images dynamiclly. Click on an image to change the position.
    2013-08-19 20:35:27下载
    积分:1
  • ziyoudu7
    基于matlab simulink的车辆7自由度振动模型,建模的可以参考(Based on matlab simulink 7 degrees of freedom of the vehicle vibration model, modeling can refer)
    2021-03-16 16:09:22下载
    积分:1
  • matlab-mingling
    MATLAB常用命令,希望对你有帮助。初学者使用(Commonly used command, and I hope to help you. Beginner to use )
    2012-06-01 10:59:54下载
    积分:1
  • MATLAB_VCPP
    详细介绍了MATLAB与VC混合编程的几种方法,并给出了十分详细的配置步骤和安装方法,亲测可用。(Details of the several methods of MATLAB and VC mixed programming, and gives a very detailed configuration steps and installation methods, pro-test available.)
    2014-08-18 10:34:51下载
    积分:1
  • article1
    COURS SUR LES RESISTANCES
    2013-11-14 20:35:21下载
    积分:1
  • GMSK
    用matlab实现gmsk编码,可直接运行。(Using matlab to achieve GMSK encoding can be directly run.)
    2009-01-02 18:40:45下载
    积分:1
  • target-tracking-using-kalman
    matlab编写的用卡尔曼滤波实现目标跟踪(matlab prepared using Kalman filter tracking)
    2013-10-17 15:49:05下载
    积分:1
  • td2
    time difference of arrival simulation.TDOA
    2013-11-08 15:33:20下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载