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

手动图像拼接

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

  • install_dsPIC_R2010a
    dsPIC MATLAB R2010a Blocksets Demo
    2010-07-08 17:04:34下载
    积分:1
  • aa
    说明:  一本书上的小波变换的数字水印程序,非常简单(A book on the wavelet transform of the digital watermarking process, a very simple)
    2009-05-16 12:15:57下载
    积分:1
  • LBMchengxu
    可以用于模拟lbm方法的matlab相关程序(Lbm method can be used to simulate the procedures matlab)
    2010-02-28 11:56:11下载
    积分:1
  • pulses
    matlab file for solar applications
    2011-03-23 12:15:35下载
    积分:1
  • Desktop
    特徵粹取(feature extraction)是特徵選取(feature selection)的延伸,簡單地說,我們希望將資料群由高維度的空間中投影到低維度的空間,因此,我們必須找出一組基底向量(base)來進行線性座標轉換,使得轉換後的座標,能夠符合某一些特性。 我們可以將特徵粹取分成「包含類別資訊」和「不包含類別資訊」兩大類。包含類別資訊指的是我們已經知道哪些資料分別歸屬於哪一類;而不包含類別資訊的特徵粹取則適用於我們不知道手上的資料點分別該歸屬於哪一類,甚至連該劃分成幾類都不知道的情況。對於這兩大類資料,可以分述如下: 對於「不包含類別資訊」的資料,我們通常使用「主要分量分析」(principal component analysis),簡稱 PCA。 (Cuiqu features (feature extraction) is feature selection (feature selection) extension, simply put, we want to base the projection data the high-dimensional space to low-dimensional space, so we have to find a set of basis vectors ( base) to the linear coordinate conversion, so that after the coordinate conversion, can meet a number of features. We can feature Cuiqu into " category contains information" and " does not contain a category of information," two categories. Contains categories of information refers to what we already know what kind of information are attributed to Cuiqu features include categories of information are not applicable to information we do not know the points are in the hands of the home in which category, and even that is divided into several class do not know the situation. For these two categories of information, can be divided as follows: For information " does not include the categories of information" , we usually use the " )
    2014-12-18 12:19:30下载
    积分:1
  • fft变换显示频谱图
    是一个function函数,里面涉及快速傅里叶变化,可以给使用者直接提供调用函数的机会,不用使用者重新改写,只要将里面的对应参数写上就可以了。
    2023-05-18 16:25:03下载
    积分:1
  • mengtekaluofaqiupi
    说明:  蒙特卡洛求pi,非常简单的求pi值的代码源(Monte Carlo for pi, a very simple code for the source of the value of pi)
    2009-08-09 17:07:17下载
    积分:1
  • HOG
    Histogram of gradients, matlab code for grayscale images, with configurable parameters.
    2011-03-18 16:20:08下载
    积分:1
  • EKF
    matlab 卡尔曼滤波代码 可实现拓展式卡尔曼滤波,文件可用(Kalman filter code matlab)
    2011-06-02 14:55:24下载
    积分:1
  • Detailed-matlab--simulink
    详解matlab/simulink通信系统建模与仿真的教案(Detailed matlab/simulink communications system modeling and simulation lesson plans)
    2013-10-14 09:29:07下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载