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

手动图像拼接

于 2023-08-11 发布 文件大小:1.89 kB
0 94
下载积分: 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 个回复

  • ACMmodelnps
    数字伺服系统MATLAB仿真,使用simulink做的,PID控制(ACMmodelnps.mdl MATLAB example,PID CONTROL)
    2010-06-16 15:42:47下载
    积分:1
  • NeffAndLamdaB_a_n2_01Mode_test
    光纤Bragg光栅的基模(LP01)的有效折射率和谐振波长的计算测试程序,欢迎拍砖
    2010-01-02 12:01:34下载
    积分:1
  • another
    复杂捷联惯导的另一种解算方法,包括解算位置、速率与姿态(Complex SINS another solution method, including calculating position, velocity and attitude)
    2010-07-27 17:57:29下载
    积分:1
  • gatbx
    GA工具箱,内有详细的说明文档,我找了很长时间才找到的。(GA toolbox for matlab.)
    2009-03-16 22:55:00下载
    积分:1
  • 2-D-metal-scattering-based-on-MOM
    基于矩量法的二维金属体散射(内含matlab程序)(2-D metal scattering based on MOM(including matlab code))
    2011-07-27 10:42:47下载
    积分:1
  • matlab-optimization-problems-
    matlab解决最优化问题的相关程序,源于互联网,多多交流。(matlab to solve optimization problems related procedures, from the Internet, a lot of communication.)
    2013-09-10 16:53:48下载
    积分:1
  • Coef Measurement
    说明:  基于zernike多项式的AO方法,SLM分区域矫正的像差测量图案生成(The Ao method based on Zernike polynomials is used to generate the aberration measurement pattern by SLM)
    2020-12-01 15:44:36下载
    积分:1
  • 永磁同步电机CRPWM
    永磁同步电机调速模型; matlab/simulink仿真; 此模型大致分成矢量控制、坐标变换、电机本体等模块,搭建难度适中; 希望能给大家带来帮助。
    2022-08-06 16:20:37下载
    积分:1
  • Filter
    用于绘制LMF波形匹配滤波器输出波形的包络(LMF waveform used to generate matched filter output waveform envelope)
    2008-02-09 11:06:29下载
    积分:1
  • RS
    说明:  RS码的编码和译码程序,迭代译码,程序调试通过(RS encoding and decoding program code, iterative decoding, program debugging by)
    2010-12-27 20:35:19下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载