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

手动图像拼接

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

  • KPCA
    为解决PCA不适合多指标综合分析中非线性主成分分析的问题 ,采用核主成分分析 (kpca)方法 ,对我国不同地区 16种腐乳的品质进行了综合评价。 (PCA is not suitable to address the many indicators of a comprehensive analysis of non-linear principal component analysis of the problem, using Kernel Principal Component Analysis (kpca) method, 16 kinds of different regions of our country the quality of fermented bean curd had a comprehensive evaluation.)
    2009-03-25 17:03:57下载
    积分:1
  • 2010041245
    上传一个word档的联邦式扩展卡尔曼粒子滤波算法,大家学习粒子滤波有益,为了使联邦滤波器够有效处理非高斯、非线性系统的状态估计问题,提出将扩展卡尔曼粒子滤波引入联邦滤波结构中,得到一种新的联邦式扩展卡尔曼粒子滤波算法.使用扩展卡尔曼粒子滤波对联邦滤波子系统的多源数据进行处理,从而摆脱了经典卡尔曼滤波的限制,拓宽了联邦滤波器的实际应用范围.将联邦式扩展卡尔曼粒子滤波算法应用于非线性滤波器的一个标准验证模型进行了仿真实验,结果表明该算法是有效性的.(Abstract: A new particle filter(Federated Extend Kalman Particle Filter,EKF-FPF) is proposed to estimate the state of Non-Gaussian and Non-Linear system for federated filter, in which extend kalman particle filer is introduced to federated filter so that the information fusion of subsystem can be solved by the non-gaussian and non-linear filer. By doing so, the federated filter can get rid of the disadvantage of the ordinary kalman filter to extend its application field. The simulation results of the standard testing model demonstrate the feasibility of the proposed algorithm.)
    2010-11-12 13:24:21下载
    积分:1
  • matlab3
    matlab仿真程序,适合初学者,比较实用,可用性高。(matlab simulation program, suitable for beginners, more practical, high-availability.)
    2008-05-27 10:01:34下载
    积分:1
  • matlab
    说明:  通过案例应用及其他有关matlab的文献,加深对matlab编程语言的应用。(Through case application and other relevant literature matlab to enhance the application of the matlab programming language.)
    2011-03-17 21:02:21下载
    积分:1
  • ISM
    ISM算法示例,基本能用,还有问题,欢迎讨论(ISM algorithm for example, the basic use, there are questions, please discuss)
    2013-10-07 20:48:08下载
    积分:1
  • dijkstra
    算法解决的是有向图中单个源点到其他顶点的最短路径问题(Algorithm to solve it is to map a single source point to the other vertices of the shortest path)
    2011-11-20 16:16:25下载
    积分:1
  • Base-paper
    Base paper is regarding robust face recognition
    2013-11-04 15:21:47下载
    积分:1
  • Common-functions-of-matlab
    matlab的4个常用函数的编写,很经典!(matlab four commonly used function of the preparation, it is classic!)
    2013-04-27 01:01:16下载
    积分:1
  • denoisy
    gray scale image denosiy matlab code
    2012-01-23 15:04:51下载
    积分:1
  • MATLAB_Codes
    说明:  matlab智能算法数值分析数值优化路径规划人工智能神经网络(Matlab intelligent algorithm 30 examples, learn numerical algorithms and artificial intelligence path planning numerical optimization)
    2021-04-13 15:43:04下载
    积分:1
  • 696518资源总数
  • 104225会员总数
  • 32今日下载