3 d stereo doesnt work.i have matlab 7.is it work in?
error given below
??? Undefined command/function 'modefilt2_mex'.
Error in ==> modefilt2 at 34
f = modefilt2_mex(img,win,ignore);
Error in ==> stereo at 48
fdsp = modefilt2(dsp,[win_size,win_size],2);
Error in ==> demo at 10
[d p] = stereo(i1,i2, maxs);
plz give me solution as soon as possible
thanks
Works right off the bat on a x64 machine with Matlab 7.8.0 R2009a.
This is a simple stereo algorithm that can serve some basic purposes. But as the author states too, it varies (I would say fundamentally) with the cited paper. For one thing, there is no Belief Propagation in this, which is the most basic element of the cited paper.
Has anybody actually got this to work with other pictures than the originals? I have tried with several images (rectified and calibrated) and it didn't do such a good job..
Comment only