资源简介
stereo_modefilt.zip
代码片段和文件信息
%% Run this to demo stereo disparity extraction
i1 = imread(‘tsuR.png‘); %right image
i2 = imread(‘tsuL.png‘); %left image
maxs = 20; %maximum disparity between the two images
%-- here‘s the main call
[d p] = stereo(i1i2 maxs);
%-- run this instead if filtering causes problems
% d = stereo_nofilter(i1i2 maxs); p = d;
%-- Display stuff
subplot(221) imshow(i2); title(‘left image‘);
subplot(222) imshow(i1); title(‘right image‘);
subplot(223) imagesc(p); title(‘original disparity‘); axis image;
subplot(224) imagesc(d); title(‘filtered disparity‘); axis image;
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2018-01-02 16:31 stereo_modefilt\
目录 0 2008-04-11 10:18 stereo_modefilt\stereo_modefilt\
文件 591 2008-04-10 20:54 stereo_modefilt\stereo_modefilt\demo.m
文件 1208 2008-04-11 10:22 stereo_modefilt\stereo_modefilt\modefilt2.m
文件 3666 2008-04-10 20:40 stereo_modefilt\stereo_modefilt\modefilt2_mex.cpp
文件 6893 2008-04-10 20:40 stereo_modefilt\stereo_modefilt\modefilt2_mex.mexglx
文件 13116 2008-04-10 20:40 stereo_modefilt\stereo_modefilt\modefilt2_mex.mexmaci
文件 20480 2008-04-10 21:12 stereo_modefilt\stereo_modefilt\modefilt2_mex.mexw32
文件 3960 2008-04-10 22:35 stereo_modefilt\stereo_modefilt\stereo.m
文件 3686 2008-04-10 20:58 stereo_modefilt\stereo_modefilt\stereo_nofilter.m
文件 174571 2008-04-10 20:41 stereo_modefilt\stereo_modefilt\tsuL.png
文件 175014 2008-04-10 20:41 stereo_modefilt\stereo_modefilt\tsuR.png
- 上一篇:OpenGL光照,多种情况下的建立
- 下一篇:MSP430+LORA
相关资源
- 西北大学2013-2015年信科院844考研专业
- 2011年操作系统复习_北京理工大学_计
- 百度网盘批量转存,最新亲测可用.
- DSC_v1.1.pdf
- 并行扰码和解扰的实现.pdf
- 鱼c资源全套.txt
- FC2视频播放系统4.0.exe
- 恶补模拟电路仿真的[同相比例放大电
- 定位坐标变换.txt
- adams.rar
- 焊盘2.rar
- shunzhaoyi_7863571.zip
- ArcSDE10.torrent
- 黑白棋网络版源代码
- 42876《电力电子电机控制系统仿真技术
- MPC_Code-master北理.zip
- 新建.txt
- 教师网上学习软件(超级版).rar
- g5d9h1.pdf
- yan-study-dev.zip
- Bit_code.zip
- address.txt
- visio各版本百度网盘链接.rar
- 使用说明.txt
- UART_Withcheck.zip
- MyApplication(1).zip
- 分块压缩感知图像处理仿真BCS.rar
- Photocaster3[1].0.6及注册机.zip
- 910107DLT698.45.rar
- 多电机同步模型.zip
评论
共有 条评论