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

手动图像拼接

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

  • thresh_tool
    This tool launches a GUI for thresholding an intensity input image. A line on the histogram indicates the current threshold level. A binary image is displayed in the top right based on the level, click and drag the line. The output image updates automatically.
    2010-09-30 16:13:55下载
    积分:1
  • DPSC
    參考文獻「Rotation invariant non-rigid shape matching in cluttered scenes」and matlab code. 使用Dynamic Programming Shape Context.(「Rotation invariant non-rigid shape matching in cluttered scenes」and matlab code. Using Dynamic Programming Shape Context.)
    2012-09-12 20:55:08下载
    积分:1
  • 125463
    本程序生成的图片容量大概3M左右,所以对计算机配置要求较高。(This program generates pictures capacity probably about 3M, so the higher the computer configuration requirements.)
    2014-01-01 13:00:48下载
    积分:1
  • matlab
    将骨头图片进行滤波,增强等等操作,得出理想图像。(Bones picture filtering, to enhance the operation and so on, come to the ideal image.)
    2009-06-22 12:26:24下载
    积分:1
  • twice_nihe
    说明:  对已知房价数据做二次拟合,从而得出曲线方程,对做未来房价的粗略预测(Known to do on the secondary price data fitting curve equation to obtain, so the future price of crude forecast)
    2009-08-23 11:19:32下载
    积分:1
  • Information_Theory_and_Network_Coding
    information coding theory with help of matlab
    2015-03-10 20:01:36下载
    积分:1
  • DSPmatlab
    现代数字信号处理的Matlab实现,很好很实用的东西,比较全面。(Modern digital signal processing Matlab to achieve good things in a very practical, much more comprehensive.)
    2009-05-01 23:24:23下载
    积分:1
  • Affine
    - MATLAB: Matrix Laboratory (a) Operation modes - MATLAB may be executed in interpreter, compiler, or background mode 􀁹 Interpreter mode * Type commands (statements) in the command window # A statement with semicolon at end: do not display result # A statement without semicolon: display result # Statements with commas: connect statements and display results # A statement of a single variable: just display the value # Percentage ( ): comments # Each line is a single statement or connected statements
    2010-12-27 05:02:24下载
    积分:1
  • matlab-11212
    matlab code remote sensing
    2012-04-14 18:41:31下载
    积分:1
  • po(matlab)
    实现Po计算电磁散射单站计算,对于一般的目标可进行简单的计算。(it can be used to calculate the monostatic RCS of the object in matlab)
    2021-01-14 11:38:47下载
    积分:1
  • 696516资源总数
  • 106783会员总数
  • 25今日下载