资源简介

the best perform stereo matching algorithm

资源截图

代码片段和文件信息


%% Run this to demo stereo disparity extraction

addpath ‘msseg‘;

mins = 1;  %almost every time
maxs = 20; %depends on imagery
hs = 10;   %almost every time
hr = 7;    %almost every time
M = 30;    %almost every time

i1 = imread(‘tsuR.png‘);  %right image
i2 = imread(‘tsuL.png‘);  %left image

%-- here‘s the main call
[d p s l] = total_stereo(i1i2 hshrMmins maxs);

%--  Display stuff
subplot(221) imshow(d[]);
subplot(222) imshow(p[])
subplot(223) imshow(s[]);
subplot(224) imshow(i1);



 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        515  2007-12-20 11:48  AdaptingBP_stereo\demo.m

     文件         45  2008-03-31 20:42  AdaptingBP_stereo\msseg\.#newreadme.txt

     文件         45  2008-03-31 20:42  AdaptingBP_stereo\msseg\.#RGB2Luv.m

     文件         45  2008-03-31 20:42  AdaptingBP_stereo\msseg\.#test.m

     文件        483  2007-12-20 11:48  AdaptingBP_stereo\msseg\compile_edison_wrapper.m

     文件       6072  2007-12-20 11:48  AdaptingBP_stereo\msseg\edison_wrapper.m

     文件       8891  2007-12-20 11:48  AdaptingBP_stereo\msseg\edison_wrapper_mex.cpp

     文件        776  2007-12-20 11:48  AdaptingBP_stereo\msseg\edison_wrapper_mex.h

     文件     115147  2007-12-20 11:48  AdaptingBP_stereo\msseg\edison_wrapper_mex.mexa64

     文件     105137  2007-12-20 11:48  AdaptingBP_stereo\msseg\edison_wrapper_mex.mexglx

     文件      49152  2007-12-20 11:48  AdaptingBP_stereo\msseg\edison_wrapper_mex.mexw32

     文件        765  2007-12-20 11:48  AdaptingBP_stereo\msseg\Luv2RGB.m

     文件       1195  2007-12-20 11:48  AdaptingBP_stereo\msseg\msfilt.m

     文件       1468  2007-12-20 11:48  AdaptingBP_stereo\msseg\msseg.m

     文件       1572  2007-12-20 11:48  AdaptingBP_stereo\msseg\readme.txt

     文件        798  2007-12-20 11:48  AdaptingBP_stereo\msseg\RGB2Luv.m

     文件       6004  2011-04-13 12:54  AdaptingBP_stereo\total_stereo.asv

     文件       6004  2011-04-13 12:57  AdaptingBP_stereo\total_stereo.m

     文件     174571  2007-12-20 11:48  AdaptingBP_stereo\tsuL.png

     文件     175014  2007-12-20 11:48  AdaptingBP_stereo\tsuR.png

     文件        398  2011-04-13 13:02  AdaptingBP_stereo\Untitled.m

     目录          0  2011-04-02 18:17  AdaptingBP_stereo\msseg

     目录          0  2011-04-13 09:34  AdaptingBP_stereo

----------- ---------  ---------- -----  ----

               654097                    23


评论

共有 条评论