Stereo Vision Image Rectification

2 次查看(过去 30 天)
hendra prima
hendra prima 2012-10-29
Hi,
Currently i'm working on program example for stereo image rectification as shown in
I got some errors on imshowpair function like this :
Error using imfuse>parse_inputs (line 316) Argument 'method' failed validation with error: Expected METHOD to match one of these strings:
falsecolor, diff, blend, montage
The input, ''ColorChannels'', did not match any of the valid strings.
so then i changed the imshowpair into :
imshowpair(I1,I2,'falsecolor');
and it was working, my question why i can't use the colorchannels features ?
The second error came on showMatchedFeatures function. The error message was like this :
Undefined function 'showMatchedFeatures' for input arguments of type 'single'.
Error in Stereo (line 29) figure; showMatchedFeatures(I1, I2, matchedPoints1, matchedPoints2);
how to solve this problem ?
thanks

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Camera Calibration 的更多信息

产品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by