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

手动图像拼接

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

  • VFcontrol
    自己搭建的模型,采用VF控制方法,用MATLAB完成(The model built by ourselves is completed by using VF control method and MATLAB.)
    2019-05-21 10:57:34下载
    积分:1
  • CT 图像重建Siddon 算法matlab代码
    此算法是Siddon提出的逐行求焦点算法,可以很快地计算出系统矩阵,对于初学者而言,有很好的学习作用,可以作为学习Matlab和图像重建的参考。
    2022-03-06 23:20:38下载
    积分:1
  • 一个一个重构算法--子空间追踪方法调试工具
    包括数据分析、绘图等等,采用的是脉冲对消法,加入重复控制,是一种双隐层反向传播神经网络,可以实现模式识别领域的数据的分类及回归,用于特征降维,特征融合,相关分析等。
    2023-03-10 15:55:04下载
    积分:1
  • QAM16_BER_IMP
    基于星座图的QAM16仿真,易于理解QAM16的原理(QAM16 constellation simulation-based, easy to understand the principles of QAM16)
    2015-01-20 19:06:58下载
    积分:1
  • class-c-amplifier-project
    Class c audio amplifier designed in matlab and simulated in orcad.
    2012-11-21 19:44:18下载
    积分:1
  • 群机器人任务分工与协同搜索方法研究
    实现机器人任务分工与协同搜索,用matlab实现。主要是仿真模拟机器人和目标及障碍物,然后将任务分工协同实现。
    2023-05-06 10:30:04下载
    积分:1
  • code
    These files are made on MATLAB in which we have got embedded target for C in DSP.
    2009-03-14 03:17:22下载
    积分:1
  • 1329572013522_0
    Graphcut算法的源码,用于图像处理领域的图像分割,该算法的matlab代码实现。(Graphcut algorithm source, used in image processing area image segmentation, this algorithm of matlab code realization.)
    2020-10-30 21:39:57下载
    积分:1
  • Digital-communication-theory
    本书将通信技术用代码的形式表现出来,读者可以通过代码来加深对理论知识的理解。(This book will use the code shown in the form of communication technology, the reader can through the code to deepen the understanding of theoretical knowledge. )
    2014-09-01 18:54:53下载
    积分:1
  • USB-Matlab
    USB HID With MatLab use Microchip dll
    2011-10-30 02:49:47下载
    积分:1
  • 696516资源总数
  • 106783会员总数
  • 25今日下载