登录
首页 » matlab » Coordinate-conversion

Coordinate-conversion

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

  • predict2
    说明:  利用神经网络训练,对EEG数据进行预测,还有分类(The neural network training, prediction of the EEG data, there are categories)
    2020-10-19 11:47:25下载
    积分:1
  • JHSantiagoTexcoco_FletcherReeves-MatLab
    Prueba1 FletcherReeves Hernández Santiago José Maestría en Ciencias de la Computación Septiembre / 2011 1. Comenzar con un punto arbitrario 2. Calcular Gradiente de Fi 3. Si el Gradiente Fi es igual a 0(converge), termina 4. Si el Gradiente Fi es !=0 continuar 5. Encontrar dirección de búsqueda Si= -GradienteFi= - Gradiente F(Xi) 6. Determinar la Longitud Optima del incremento lamda(i) en dirección Si X(i+1)=X(i)+lamda(i)*S(i)= X(i)-lamda(i)*Gradiente F(Xi) 7. Hacer i=2 8. Obtener Gradiente Fi 9. Calcular Si= -GradFi + ( [abs(GradFi)^2]/[abs(GradF(i-1))^2] )*S(i-1) 10. Determinar la Longitud Optima del incremento lamda(i) en dirección Si X(i+1)=X(i)+lamda(i)*S(i)= X(i)-lamda(i)*Gradiente F(Xi) 7. Verificar Optimalidad de X(i+1) Si es optimo, detener Si no es optimo hacer i=i+1 e ir al paso 8
    2013-08-08 14:30:24下载
    积分:1
  • MATLABtj
    matlab数据统计与分析教学资料 ppt文件 可下载使用(matlab statistics and analysis of teaching materials ppt file can be downloaded using the)
    2010-05-26 23:08:46下载
    积分:1
  • ROBOT
    三自由度机械臂的运动工作空间,可以实现角度与坐标的变换(Three degree of freedom mechanical arm movement working space, may realize the angle and the transformation of coordinates)
    2012-01-03 16:46:29下载
    积分:1
  • Clake-and-Jakes-channel
    文件包含Clarke和Jakes信道模型详细的理论推导与区别,并附有完整代码,可以清晰认识两种常见无线模型。(The file includes two main channel models: Clarke Model and Jakes Model. The author has deduced these two models in great detail. Simulation code is also added to the file. It is very ueeful for the beginner.)
    2021-02-24 14:29:40下载
    积分:1
  • BDProtocal
    北斗导航定位二代协议解析,包括格式及解析代码。(Compass II protocol analysis, including formatting and parsing code.)
    2014-10-27 23:32:06下载
    积分:1
  • penetration
    路面工程振动筛分的过程中的颗粒的分层与透筛(penetration and stratification)
    2011-10-25 11:43:33下载
    积分:1
  • matconvnet-1.0-beta8.tar
    matlab版的卷积神经网络,学习和交流使用.matlab版的卷积神经网络,学习和交流使用(convolutional neural network of matlab for research)
    2021-04-20 14:08:50下载
    积分:1
  • BRPCA
    本文件中包含的代码是使用Bayesian compressive sensing 理论对图像降噪,修复的程序(his package includes 4 folders. Folder toydata contains core code and demo of the original BRPCA Model Folder MarkovDependency contains core code and demos of the modified BRPCA Model with Markov dependency employed Folder NonstationaryNoise contains core code and demos of the modified BRPCA Model with Markov dependency employed and the noise variances are different from contuguous frames. Folder Videodata contains the video data used by the experiment.)
    2010-08-24 18:02:39下载
    积分:1
  • harris_Corner_Detection_Algorithm
    Harris Corner Detection Doc
    2020-10-22 19:57:24下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 42今日下载