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

手动图像拼接

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

  • split-merge
    一种基于图像分裂合并算法的matlab实现(An image segmentation algorithm based on split-merge)
    2012-11-27 23:00:39下载
    积分:1
  • DATA3M9B3G9
    说明:  一个关与电力系统9节点的用于暂态分析的matlab程序。(Clearance with a 9-node power system transient analysis for the matlab procedures.)
    2008-11-24 17:48:51下载
    积分:1
  • speed
    一种改进的速度估计算法与原算法的对比,直接运行english.m即可得到结果(compared an improved speed estimation algorithm with the original algorithm, the results can be obtained directly from run english.m)
    2011-11-23 16:31:56下载
    积分:1
  • SRM_CCC64
    开关磁阻电机运行仿真控制,根据判断磁链角度位置来决定定子各项绕组的开关闭合。仿真环境simulink,步长可调。(Switched reluctance motor control simulation, according to the judgment flux angular position of the stator to determine the switch is closed the winding. Simulation environment simulink, step adjustable.)
    2020-10-17 20:57:33下载
    积分:1
  • p
    说明:  此程序为基于MATLAB的PSPICE仿真,非常实用,适用于初学者使用(This procedure for the PSPICE simulation based on MATLAB is very useful for beginners to use)
    2009-04-04 11:30:29下载
    积分:1
  • isoparametricelement
    本程序采用8结点四边形单元,分析固定位移边界条件的弹性力学平面问题(This procedure using 8-node quadrilateral element, analysis of fixed displacement boundary conditions of the plane problem in elasticity)
    2008-04-18 10:04:08下载
    积分:1
  • PID
    利用PID控制算法实现曲线的拟合跟踪,分别对阶跃曲线和正弦曲线进行控制,并比较拟合的误差曲线(Using the PID control algorithm curve fitting tracking, respectively, on the step and sinusoidal curve control, and compare the error curve fitting)
    2013-07-10 08:57:01下载
    积分:1
  • mosqp
    MATLAB,多目标优化,使用SQP算法(MATLAB, multi-objective optimization using SQP Algorithm)
    2017-02-14 09:18:47下载
    积分:1
  • laoyun_v21
    ICA(主分量分析)算法和程序,线性调频脉冲压缩的Matlab程序,滤波求和方式实现宽带波束形成。( ICA (Principal Component Analysis) algorithm and procedures, LFM pulse compression of the Matlab program, Filtering summation way broadband beamforming.)
    2016-12-15 11:44:34下载
    积分:1
  • 惯性权重线性递减PSO
    说明:  基于MATLAB实现线性递减权重粒子群优化算法(The linear decrement weight particle swarm optimization algorithm is realized based on MATLAB.)
    2020-07-05 11:23:01下载
    积分:1
  • 696518资源总数
  • 106010会员总数
  • 4今日下载