登录
首页 » Matlab » 手动图像拼接

手动图像拼接

于 2023-08-11 发布 文件大小:1.89 kB
0 24
下载积分: 2 下载次数: 1

代码说明:

I1=double(imread("left.bmp")); [h1 w1 d1]=size(I1); I2=double(imread("right.bmp")); [h2 w2 d2]=size(I2); figure;subplot(1,2,1);image(I1/255);axis image;hold on; title("first input image"); [X1 Y1]=ginput(2);%可以用[x,y] = ginput(n)这个函数,n为你想选的点的个数,鼠标点的那些点的横坐标和纵坐标就会保存到[x,y]中。然后再plot(x,y,"*")!应该可以满足你的要求了! image(I2/255);axis image ;hold on; title("second input image"); [X2 Y2]=ginput(2); Z =[X2" Y2";Y2" -X2";1 1 0 0;0 0 1 1]";

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

发表评论

0 个回复

  • PHR
    Lagrange乘子法 用于解约束最优化问题 (Lagrange multiplier method for the solution of unconstrained optimization problem)
    2007-09-26 12:39:03下载
    积分:1
  • GA_only-mutation
    说明:  遗传算法解决车辆路径问题,用matlab解答,可以直接运行(Genetic algorithm can solve the vehicle routing problem)
    2011-04-03 14:52:38下载
    积分:1
  • huisemoxingyuce
    灰色预测模型matlab,灰色模型GM(1,1)程序二次拟合和等维新陈代谢改进预测程(Matlab of gray prediction model, gray model GM (1,1) procedures for the second fitting and the same dimension metabolism to improve the forecasting process )
    2012-04-15 10:41:18下载
    积分:1
  • exam25
    这个程序是主要适用于matlab初学者,来学习如何绘制一个函数的三视图;(This program is mainly applied to matlab for beginners to learn how to draw a function of three views )
    2013-12-06 16:56:32下载
    积分:1
  • FOA_ZSCORE
    Fruit Fly Optimization for ZSCORE
    2016-01-08 12:15:51下载
    积分:1
  • matlab-v-analyz
    速度分析 用于地震勘探速度分析及动校正(NMO)(Velocity analysis for seismic velocity analysis and NMO (NMO))
    2009-05-17 11:44:17下载
    积分:1
  • PLL
    锁相环问题的仿真,可以解决数字锁相环的仿真问题(Phase-locked loop simulation problem, can solve the problem of digital phase-locked loop simulation)
    2009-05-23 01:14:31下载
    积分:1
  • libsvm-3.16
    libsvm-3.16工具箱,支持多分类向量机,能载入matlab并运行,已经通过验证的程序,很好(libsvm-3.16 toolbox, support multi-classification vector machine, can be loaded the matlab and running, has been validated procedures, very good)
    2013-04-24 18:49:56下载
    积分:1
  • matlab-code-for-GA-SVM
    matlab code for GA SVM
    2014-02-24 21:40:55下载
    积分:1
  • 完美的Mfcc和Gmm的说话人识别代码
    用于特征降维,特征融合,相关分析等,matlab开发工具箱中的支持向量机,相参脉冲串复调制信号,本科毕设要求参见标准测试模型,考虑雨衰 阴影 和多径影响,使用起来非常方便。
    2022-02-05 00:10:26下载
    积分:1
  • 696518资源总数
  • 104432会员总数
  • 16今日下载