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

手动图像拼接

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

  • Classification_MatLab_Toolbox
    模式分类的Matlab工具箱,各种实用算法(Pattern classification of the Matlab toolbox, various practical algorithm)
    2007-09-13 08:31:41下载
    积分:1
  • MATLABControlSystem
    这是一本关于控制系统设计的MATLAB工具书,对于控制领域的朋友来说应该很有帮助的。(This is about a control system design book MATLAB instrument for control of areas of my friends should be very helpful.)
    2009-03-23 23:09:48下载
    积分:1
  • duojizuixiaoercheng
    在系统辨识中,应用多级最小二乘可以很好的估计出噪声系数(In system identification, the application can be multi-stage least squares estimates of the noise figure)
    2009-06-03 09:15:39下载
    积分:1
  • LDPC
    说明:  LDPC的BF算法,用matlab语言编写 的程序。
    2010-04-28 23:14:50下载
    积分:1
  • routh
    实现劳斯稳定判定的全部过程;给出劳斯表格,并给出判定所给系统稳定性结论。(Rolls-determination to achieve stability in the entire process given Rolls-form, and give stability to the system to determine the conclusion.)
    2011-05-31 19:57:47下载
    积分:1
  • constitusion
    计算本构方程和热加工图,节省唯象本构方程的复杂计算过程,只需将应力应变数组放于excel中,即可自动计算,并显示本构方程以及热加工图。简单方便(Calculating constitutive equation and hot working diagram, saves the phenomenological constitutive equation of complex calculation process, just put in the excel, the stress and strain array can be automatically calculated, and displays the constitutive equation and hot working diagram.Easy and convenient)
    2014-08-20 20:30:17下载
    积分:1
  • work2_3
    两种方法实现图像任意角度旋转,原图像的每个像素点寻找在新图的位置,新图中的每个像素点寻找原图中的位置(Two methods for image rotation of an arbitrary angle, each pixel of the original image at the position to find the new graph, the new image for each pixel to find the original position)
    2014-10-28 22:28:29下载
    积分:1
  • pid_upfc
    Single machine infinit bus simulation through PID controller
    2012-11-22 17:26:33下载
    积分:1
  • ENVI_Histogram_Match
    说明:  这是用来做直方图匹配的工具,测试过可以实现(Histogram Matching Tool)
    2020-06-21 02:40:01下载
    积分:1
  • DES incryption 和 discryption
    这段代码通过 DES alghorithm,使加密和 discryption。7Z 中的所有文件都应列入。 这段代码通过 DES alghorithm,使加密和 discryption。7Z 中的所有文件都应列入。 这段代码通过 DES alghorithm,使加密和 discryption。7Z 中的所有文件都应列入。 这段代码通过 DES alghorithm,使加密和 discryption。7Z 中的所有文件都应列入。 这段代码通过 DES alghorithm,使加密和 discryption。7Z 中的所有文件都应列入。 这段代码通过 DES alghorithm,使加密和 discryption。7Z 中的所有文件都应列入。 这段代码通过 DES alghorithm,使加密和 discryption。7Z 中的所有文件都应列入。 这段代码通过 DES alghorithm,使加密和 discryption。7Z 中的所有文件都应列入。 这段代码通过 DES alghorithm,使加密和 discryption。7Z 中的所有文件都应列入。 这段代码通过 DES alghorithm
    2022-02-12 03:41:29下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载