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

手动图像拼接

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

  • boundrycomparison
    这个是对16QAM各种界的一个整理,给出了仿真程序,对于初学者来说具有重要的意义。(This is a finishing 16QAM various circles, the simulation program, for beginners is of great significance.)
    2013-09-03 15:48:30下载
    积分:1
  • man
    通过对彩色图像的处理,来计算某一个区域的面积。(The color image processing to calculate the area of ​ ​ a region.)
    2020-12-02 15:39:26下载
    积分:1
  • matlab 环境下运用卷积算法实现对图像损坏区域的修复。
    在matlab 环境下运用卷积算法实现对图像损坏区域的修复。-Matlab environment in the use of the image deconvolution algorithm to repair damage to the region.
    2023-07-19 09:15:03下载
    积分:1
  • waveletchange
    The WAVELETCHANGE dialog is initiated by calling WAVELETCHANGEINIT which then calls WAVELETCHANGE. With one exception, WAVELETCHANGE is never called directly from another program. Tha exception is when another program has a figure handle that may be a legitimate WAVELETCHANGE window or not. Calling waveletchange( test ,figurehandle) will return 1 if it is a legit change window and zero otherwise.
    2011-10-23 18:55:17下载
    积分:1
  • knn分类
    KNN近邻法用于分类。在许多方面都有着广泛的应用前景,K最近邻(kNN,k-NearestNeighbor)分类算法是数据挖掘分类技术中最简单的方法之一。所谓K最近邻,就是k个最近的邻居的意思,说的是每个样本都可以用它最接近的k个邻居来代表。
    2022-08-10 17:10:01下载
    积分:1
  • SA_TSP_Rev1
    matlab下实现模拟退火算法的程序,非常好非常实用的程序!(matlab simulated annealing algorithm under the procedures, a very good program very useful!)
    2007-10-28 14:30:45下载
    积分:1
  • FFT1
    验证傅氏变换的线性、旋转不变性、平移不变性和相似性(failed to translate)
    2013-05-06 19:51:44下载
    积分:1
  • matlab-
    神经网络对时间序列的观测时序进行预测,预测精度高,可以在工程上应用(Neural network to predict the timing of time-series observations, the prediction accuracy is high, can be applied in engineering)
    2013-05-14 16:53:30下载
    积分:1
  • 一个很好的bp神经算法的源程序,包括MATLAB的源程序等,可以直接使用...
    一个很好的bp神经算法的源程序,包括MATLAB的源程序等,可以直接使用-A good source bp neural algorithm, including the source code such as MATLAB, can be directly used
    2023-05-24 22:15:04下载
    积分:1
  • vc
    说明:  讲述VC++与MATLAB的接口编程,对于初学者有很大的帮助(On the VC++ and MATLAB programming interface, for there is a great help for beginners)
    2009-04-05 16:43:43下载
    积分:1
  • 696518资源总数
  • 105714会员总数
  • 27今日下载