フィルターのクリア

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 Center および File ExchangeCamera Calibration についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by