登录
首页 » matlab » Coordinate-conversion

Coordinate-conversion

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

  • D-S
    基于plc的电流保护计算,配电网安全肯故障检测分析.(Calculated based plc s current protection.Distribution Network security is willing to fault detection analysis.)
    2010-05-13 19:04:51下载
    积分:1
  • pca(matlab)
    一个PCA用于人脸识别的程序,不知道有没有,先传了供大家参考下。 (a PCA for face recognition procedures, I do not know any first-of reference for everyone under.)
    2006-07-16 12:35:50下载
    积分:1
  • Backstepping_example
    反步法的Matlab仿真学习程序,包含m文件和模型仿真程序(Matlab program of Backstepping, including m files and model files)
    2020-07-23 15:18:44下载
    积分:1
  • group-velocity-and-phase-velocity
    电磁场和电磁波中相速度和群速度是个难点,本程序形象描述二者关系(Analog of the group velocity and phase velocity)
    2012-05-03 15:29:52下载
    积分:1
  • chapter10
    ANN的MATLAB实例详解,通过对matlab语言如何编程进行实例解析,是学习ANN的很好教程(Detailed examples of ANN in MATLAB through the matlab programming language for examples of how to resolve, are a good ANN Study Guide)
    2009-03-02 20:14:51下载
    积分:1
  • Target_Tracking_Simulation_Program
    MATLAB雷达信号处理程序,非常完整的MATLAB程序(MATLAB radar signal processing coding)
    2013-08-27 15:39:02下载
    积分:1
  • Compare_new_Sb_2_knn_2_Faster
    Compare new Sb 2 knn 2 Faster
    2014-11-25 18:04:31下载
    积分:1
  • CFAR-(2)
    具有服从瑞利分布杂波的雷达目标恒虚警处理(CFAR radar target simulation with a Rayleigh distribution of clutter)
    2014-12-15 21:28:15下载
    积分:1
  • 魔术公式轮胎模型
    魔术轮胎模型在simulink中的应用。。。。。。。。。。。。(Simulink model of magic tire in MATLAB)
    2017-06-28 10:00:33下载
    积分:1
  • PSO_kapur
    PSO-Kapur based Image segmentation
    2017-11-08 05:02:24下载
    积分:1
  • 696524资源总数
  • 103939会员总数
  • 12今日下载