-
大小: 2.01M文件类型: .zip金币: 1下载: 0 次发布日期: 2021-02-12
- 语言: Matlab
- 标签: 视差匹配 matlab V-disparity imwarp
资源简介
matlab实现图像匹配的视差图,可以用于3D重建系统,机器视觉等领域。
)
代码片段和文件信息
function [HlHr] = compRectif(mlmrwidthheightcntr)
%compRectif compute the rectifying transformations
%
% HlHr are the collineations that rectify the left and right images
% respectively
%
% mlmr are coresponding point in the images
%
% width height are the dimensions of the image (used to imfer the focal
% and the image centre)
%
% cntr ‘on‘ enables the automatic centering; ‘off‘ disables it.
% default
if nargin == 4
cntr=‘on‘;
end
% use jacobian?
options = optimset(‘Jacobian‘‘off‘);
a0 = [0 0 0 0 0 0];
[afresnormresidualexitflagoutputlambdajacobian] = lsqnonlin(@(x) costRectif(xwidthheightmlmr) a0...
[-pi/2 -pi/2 -pi/2 -pi/2 -pi/2 -1.5] [pi/2 pi/2 pi/2 pi/2 pi/2 1.5]options);
%err = sqrt(sum(residual))/(length(ml));
%fprintf(‘Sampson RMS:
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2009-04-16 19:21 RectifKitU\
文件 2364 2009-04-16 19:21 RectifKitU\compRectif.m
文件 63214 2009-04-16 19:21 RectifKitU\costRectif.m
目录 0 2009-04-16 19:21 RectifKitU\data\
文件 6155 2009-04-16 19:21 RectifKitU\data\cporta_pairs.mat
文件 489 2009-04-16 19:21 RectifKitU\Disclaimer.txt
文件 768 2009-04-16 19:21 RectifKitU\eulR.m
文件 1449 2009-04-16 19:21 RectifKitU\fm.m
目录 0 2009-04-16 19:21 RectifKitU\images\
目录 0 2009-04-16 19:21 RectifKitU\imagesU\
文件 498630 2009-04-16 19:21 RectifKitU\imagesU\cporta_R_0.png
文件 514064 2009-04-16 19:21 RectifKitU\imagesU\cporta_R_1.png
文件 6148 2009-04-16 19:21 RectifKitU\images\.DS_Store
文件 535351 2009-04-16 19:21 RectifKitU\images\cporta0.png
文件 541815 2009-04-16 19:21 RectifKitU\images\cporta1.png
文件 2321 2009-04-16 19:21 RectifKitU\imwarp.m
文件 630 2009-04-16 19:21 RectifKitU\ivec.m
文件 558 2009-04-16 19:21 RectifKitU\License
文件 793 2009-04-16 19:21 RectifKitU\mcbb.m
文件 564 2009-04-16 19:21 RectifKitU\ns.m
文件 597 2009-04-16 19:21 RectifKitU\p2t.m
文件 799 2009-04-16 19:21 RectifKitU\plotseg.m
文件 1662 2009-04-16 19:21 RectifKitU\precond2.m
文件 802 2009-04-16 19:21 RectifKitU\readme.txt
文件 2928 2009-04-16 19:21 RectifKitU\rectifyImageU.m
文件 735 2009-04-16 19:21 RectifKitU\sampson.m
文件 356 2009-04-16 19:21 RectifKitU\star.m
文件 31 2009-04-16 19:21 RectifKitU\vec.m
相关资源
- HMMforspeechrecogntion 一个可执行的HMM语音
- popular-UCI-datasets 一些非常有用的数据
- GAPSO 这个算法是遗传算法和粒子群优
- synchronization 利用matlab仿真实现载波的
- Gabor Gabor小波变换的matlab实现
- 4 matlab区域填充的具体算法及演示
- MATLAB_image_process_with_PDE 运用偏微分方
- gabijiao 该程序通过实例(函数)
- SIFT2844912
- gbvs 二维图像视觉显著性检测
- wenli 分析了纹理特征提取方法
- EELM
- barcode 基于图像的条形码识别程序(识
-
myaudiopla
yer 使用Matlab GUI实现的音频 - B-spline-surface 在MATLAB-2008a环境下编写的
- NURBS-surface 在MATLAB-2008a环境下编写的
- ACO 用MATLAB编写的蚁群算法最短路径寻
- wavplay 基于matlab GUI界面的播放器
- allfns 是由牛津大学VGG开发的三维重建
- spectrogram_fft
- adaboost 基于adaboost的人脸识别程序
- 2 2课程报告要求:按照讲课内容
- gps GPS信号的捕获、处理程序
- fuzzynetme 模糊神经网络的MATLAB程序
- naive_bayes_numeric 利用matlab实现的朴素贝
- MFandMPF 计算肌电信号积分肌电值
- BM3D BM3D去噪算法的实现和相关文档
- BarrelDistortion 两个matlab程序
- Kalman 用卡尔曼滤波跟踪目标实例
- susancorners
评论
共有 条评论