getting error with estimateFu​ndamentalM​atrix expecting a numeric value

조회 수: 5 (최근 30일)
MVVM
MVVM 2014년 1월 13일
답변: Just Rookie 2014년 4월 25일
Hello,
Im trying out the example for stereo vision rectification http://www.mathworks.com/help/vision/examples/stereo-image-rectification.html and I keep getting the error
"Error using estimateFundamentalMatrix
Expected matched_points1 to be one of these types:
numeric
Instead its type was SURFPoints.
Error in estimateFundamentalMatrix>checkPts (line 302)
validateattributes(value, {'numeric'}, ...
Error in estimateFundamentalMatrix>parseInputs (line 275)
checkPts('matched_points1', matched_points1);
Error in estimateFundamentalMatrix (line 209)
r = parseInputs(matched_points1, matched_points2, varargin);"
Im copying it straight from the website so not sure whats going on. Any help would be appreciated.
Thanks

답변 (1개)

Just Rookie
Just Rookie 2014년 4월 25일
Hi,have you solved this problem? I am faced with the same problem.

카테고리

Help CenterFile Exchange에서 Computer Vision with Simulink에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by