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

手动图像拼接

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

  • GA_RBF
    利用遗传算法优化RBF神经网络的结构,包括优化权值、高斯基的中心和宽度(The use of genetic algorithm to optimize the structure of RBF neural network, including the right to optimize the value of the Gaussian center and width)
    2008-05-23 15:53:12下载
    积分:1
  • English-word-frequency-statistics
    很实用的英文单词的词频统计程序简单实用的matlab的版本(Very useful English words, word frequency statistics program is simple and practical Matlab version)
    2012-04-16 21:35:35下载
    积分:1
  • Solution-24point
    haskell实现24点,输出所有可能的计算式(haskell, calculating the 24 point, inputing all the method to get 24)
    2014-11-17 22:39:34下载
    积分:1
  • gps_acq
    GPS卫星捕获方式中的滑动相关捕获,包括码生成,数字离散化,画有三维捕获效果图(GPS satellite acquisition mode captures the sliding correlation, including code generation, digital discrete, three-dimensional painted renderings capture)
    2014-03-01 16:12:23下载
    积分:1
  • 基于DWT的数字水印的嵌入与提取
    说明:  基于小波变换的数字水印,包含的嵌入与提取代码,原理等(Digital watermarking based on wavelet transform, including embedded and extracted code, principle, etc)
    2021-02-07 18:29:55下载
    积分:1
  • 心电图分析
    应用泛汤普金斯算法和小波分析的心电信号分析。
    2022-03-16 08:34:50下载
    积分:1
  • "RF circuit design
    《射频电路设计――理论与应用》一书课后习题第八章Matlab程序代码-"RF circuit design-- Theory and Application," a book chapter VIII Swimming Exercises Matlab code
    2022-08-22 01:39:31下载
    积分:1
  • GUI
    《精通matlab GUI设计》可视化编程宝典丛书,书后例程,全书各章所有例程(" Mastering matlab GUI design" Visual Programming Books Collection, the book routines, all routines book chapters)
    2011-06-15 13:19:56下载
    积分:1
  • Ultra-wideband-Positioning-Systems
    超宽带定位系统,较好的一本书,涉及很多方面的内容(Ultra-wideband positioning system, a good book, involving many aspects)
    2014-01-10 03:11:52下载
    积分:1
  • matlab-QLEARNING
    模拟机器人路径规划,采用强化学习中的Q学习算法来实现,最后会返回机器人选择路径的坐标位置(code for path searching)
    2016-08-30 15:36:54下载
    积分:1
  • 696518资源总数
  • 104434会员总数
  • 22今日下载