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

手动图像拼接

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

  • Multipath_and_Doppler_Effects_and_Models
    国外大学的讲义,对学习这2种效应基础理解很有帮助,pdf文档中有matalb代码带你一步一步的学习,很值得推荐。(Multipath and Doppler Effects and Models,very useful document of understanding the basic principle with its matlab code .)
    2009-11-21 11:06:44下载
    积分:1
  • ECG_Viewer_v1.2.1
    该工具箱主要功能:显示心电信号,分析心电信号中的outlier(ECG signal display,ECG signal analysis)
    2020-12-30 10:19:00下载
    积分:1
  • guassdisti
    对模糊变量进行随机化,并用高斯分布进行概率求解,无密码(pair of fuzzy random variables, and using Gaussian probability distribution solution without passwords)
    2021-02-23 11:39:40下载
    积分:1
  • quad_nl_mdl
    The nonlinear model of a quadrotor
    2011-05-31 06:02:11下载
    积分:1
  • PVmodule
    Based on mathematical and physical model to get the simulated I-V curve
    2013-10-29 18:57:29下载
    积分:1
  • psopt20130702
    PARTICLE SWARM OPTIMIZER AND SOME BENCHMARK PROBLEM FOR GLOBAL OPTIMIZATION ALGORTIRHMS, IMPLEMENTED IN MATLAB DIM, LOW AND UP LIMITS CAN BE FOUND IN RELATED FILE
    2013-09-26 06:53:42下载
    积分:1
  • corner_detection
    用于二维图像的角点检测算法,基于matlab编程(For two-dimensional image of the corner detection algorithm, based on the matlab programming)
    2009-04-20 10:42:08下载
    积分:1
  • ws
    说明:  复杂网络小世界算法MATLAB实现,学习复杂网络的朋友可以以此为开始学习算法(MATLAB complex network to achieve small world algorithm, learning this complex network of friends can start learning algorithm for the)
    2011-01-11 15:46:21下载
    积分:1
  • 100MatlabSamples
    100个Matlab的编程实例,涉及图形应用、界面设计、图形处理、数值分析等内容,很实用,辛苦整理,与大家交流学习。(100 Matlab programming examples involving graphics, interface design, graphics, numerical analysis and other content, very practical, hard finish, and to share learning.)
    2010-05-11 21:02:18下载
    积分:1
  • MATLAB-FDTD
    用matlab编程FDTD算法的方法和程序演示,是电磁场仿真不可多得的材料。(Matlab programming methods and procedures for FDTD algorithm,suitable for electromagnetic simulation rare materials.)
    2014-12-19 21:27:39下载
    积分:1
  • 696518资源总数
  • 104321会员总数
  • 14今日下载