资源简介
基于harris角点特征的图像配准程序
MATLAB
代码片段和文件信息
function m0 = computeM0(leftPointsrightPoints)
x = leftPoints(:1);
y = leftPoints(:2);
xp = rightPoints(:1);
yp = rightPoints(:2);
AM = [x(1)y(1) 1 0 0 0-x(1)*xp(1)-y(1)*xp(1); ...
0 0 0x(1)y(1) 1-x(1)*yp(1)-y(1)*yp(1); ...
x(2)y(2) 1 0 0 0-x(2)*xp(2)-y(2)*xp(2); ...
0 0 0x(2)y(2) 1-x(2)*yp(2)-y(2)*yp(2); ...
x(3)y(3) 1 0 0 0-x(3)*xp(3)-y(3)*xp(3); ...
0 0 0x(3)y(3) 1-x(3)*yp(3)-y(3)*yp(3); ...
x(4)y(4) 1 0 0 0-x(4)*xp(4)-y(4)*xp(4); ...
0 0 0x(4)y(4) 1-x(4)*yp(4)-y(4)*yp(4)];
bM = [xp(1);yp(1);xp(2);yp(2);xp(3);yp(3);xp(4);yp(4)];
m0 = inv(AM)*bM;
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 18 2007-01-03 14:10 基于harris角点特征的图像配准程序\image stitch\$matlab_temp_file$456d6b22
文件 21238 2005-05-25 10:34 基于harris角点特征的图像配准程序\image stitch\BAN-I.BMP
文件 21238 2005-05-25 10:33 基于harris角点特征的图像配准程序\image stitch\BAN-V.BMP
文件 700 2001-10-02 13:31 基于harris角点特征的图像配准程序\image stitch\computeM0.m
文件 897 2001-10-02 13:31 基于harris角点特征的图像配准程序\image stitch\gaussAtPointSP.m
文件 392 2001-10-02 13:31 基于harris角点特征的图像配准程序\image stitch\gaussDeriv.m
文件 426 2008-01-18 13:44 基于harris角点特征的图像配准程序\image stitch\gaussDerivSP.m
文件 426 2008-01-18 13:44 基于harris角点特征的图像配准程序\image stitch\gaussDerivSP.m.bak
文件 98170 2003-02-20 15:00 基于harris角点特征的图像配准程序\image stitch\lenna_left.jpg
文件 82654 2003-02-20 15:00 基于harris角点特征的图像配准程序\image stitch\lenna_right.jpg
文件 20973 2002-08-14 14:42 基于harris角点特征的图像配准程序\image stitch\m-001-1.jpeg
文件 21935 2002-08-14 14:42 基于harris角点特征的图像配准程序\image stitch\m-001-5.jpeg
文件 21307 2002-08-14 14:42 基于harris角点特征的图像配准程序\image stitch\m-001-6.jpeg
文件 21266 2002-08-14 14:42 基于harris角点特征的图像配准程序\image stitch\m-001-7.jpeg
文件 2170 2001-10-02 13:31 基于harris角点特征的图像配准程序\image stitch\MATCHES.M
文件 3254 2006-08-29 11:47 基于harris角点特征的图像配准程序\image stitch\mosaic_demo.asv
文件 3618 2007-01-03 15:00 基于harris角点特征的图像配准程序\image stitch\mosaic_demo.m
文件 602 2001-10-02 13:32 基于harris角点特征的图像配准程序\image stitch\neighbours.m
文件 404 2006-08-28 15:12 基于harris角点特征的图像配准程序\image stitch\NMS.M
文件 57396 2006-11-17 22:15 基于harris角点特征的图像配准程序\image stitch\sbairport01.jpg
文件 64038 2006-11-17 22:15 基于harris角点特征的图像配准程序\image stitch\sbairport05.jpg
文件 2549 2006-08-29 16:25 基于harris角点特征的图像配准程序\image stitch\steeredDerivs.m
文件 2060 2006-08-28 11:12 基于harris角点特征的图像配准程序\image stitch\THARRIS.M
..A.SH. 39424 2007-03-22 22:20 基于harris角点特征的图像配准程序\image stitch\Thumbs.db
文件 55973 2006-11-20 16:07 基于harris角点特征的图像配准程序\image stitch\window_view_1.jpg
文件 110437 2006-11-17 22:15 基于harris角点特征的图像配准程序\image stitch\window_view_2.jpg
目录 0 2010-03-24 10:13 基于harris角点特征的图像配准程序\image stitch
目录 0 2010-03-24 10:13 基于harris角点特征的图像配准程序
----------- --------- ---------- ----- ----
653565 28
............此处省略1个文件信息
相关资源
- 小脑神经网络进行正弦函数拟合的m
- 多输入多输出RBF神经网络MATLAB程序
- 灰色关联度matlab程序
- DFT计算相位差MATLAB程序
- NSGA-II matlab程序+by Aravind Seshadri
- GM11模型matlab程序
- 任意阵列的常规波束形成matlab程序
- 基于混沌的图像置乱MATLAB程序
- MATLAB程序设计与应用(刘卫国-第3版)
- 数字图像质量的客观评价及其matlab实
- 带模型辨识的广义预测控制matlab程序
- 用神经网络实现故障诊断的matlab程序
- 多车型车辆路径问题Matlab程序.2018_0
- JPEG图像压缩和解压MATLAB程序
- 大地主题解算 正反算matlab程序
- LMS自适应陷波器,自适应RLS自适应算
- Floyd算法的完整Matlab程序
- MIMO的ML检测matlab程序
- MIMO的ZF检测matlab程序
- 基于 HMM算法的语音识别的matlab程序
- 2004-c题(饮酒驾车的数学模型)+mat
- Gabor变换 MATLAB程序 根据理论自己编写
- 谐波检测 matlab程序
- 单变量及多变量灰色模型matlab程序
- ldpc的译码matlab程序
- hausdorff距离matlab程序
- 模板匹配matlab程序112018
- 细胞分割计数matlab程序 附GUI
- MATLAB程序initialize
- 外推方法matlab程序代码
评论
共有 条评论