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

手动图像拼接

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

  • aybook.cn_matcxsl1117
    常用的matlab图形绘制例子,概括了绝大多数的图形绘制方式。(Commonly used in graphics rendering matlab example, summed up the overwhelming majority of the graphics rendering mode.)
    2007-11-21 22:56:52下载
    积分:1
  • PowerguiandMultimeter
    这是一个matlab的ppt,对于实现整流逆变应该有用,还有仿真效果图(failed to translate)
    2010-12-15 16:50:18下载
    积分:1
  • SIMO
    在瑞丽衰减下不同SNR产生的误码率,在加性高斯白噪声下仿真传输过程,并且和理论值对比。(BER SIMO 2BY2)
    2010-05-19 20:24:34下载
    积分:1
  • tpsymmetrical
    simulink model of an innovative symmetrical sinusoidal pulse width modulation technique. try to verify the performance. it is for study purpose..
    2011-09-22 23:22:41下载
    积分:1
  • RSC
    RSC。源码。需要的拿去。注意不同于SRC。(RSC. Source code. Need to take. Note that unlike SRC.)
    2013-11-16 21:36:53下载
    积分:1
  • ralei
    用Simulink工具编写代码(S-Function方式),产生一单径瑞利信道,其多普勒谱为经典谱,其中移动速率为120km/h。(Simulink tools used to write code (S-Function mode), resulting in a single Path Rayleigh channel, the Doppler spectrum for the classical spectrum, including mobile rate of 120km/h.)
    2009-01-09 17:17:07下载
    积分:1
  • PRAC3
    eco and reverberation matlab codes
    2009-04-01 06:57:44下载
    积分:1
  • Adaline1
    Adaline Algorithm Using Matlab
    2010-12-16 02:42:57下载
    积分:1
  • bys
    采用贝叶斯正则化算法提高BP网络的推广能力。在本例中,将采用两种训练方法,即L-M优化算法(trainlm)和贝叶斯正则化算法(trainbr),用以训练BP网络,使其能够拟合某一附加有白噪声的正弦样本数据。(The use of Bayesian regularization algorithm for BP network to improve generalization ability. In this case, two types of training methods will be used, that is, LM optimization algorithm (trainlm) and Bayesian regularization algorithm (trainbr), to facilitate the training of BP network to enable it to fit attached to a white noise of the sinusoidal sample data.)
    2009-07-16 17:29:35下载
    积分:1
  • tmcgm
    说明:  基于泰勒级数的灰度预测,这个里面的好多东西都写成了函数(Taylor series based on the gray prediction, the inside of a lot of things written in the function)
    2008-09-20 23:29:28下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载