How can I get the structure from motion from multiple views example code to run?
Show older comments
I'm running MATLAB R2017b and trying to get started with the computer vision toolbox. I've checked using ver that I have correctly installed everything and seem to be running "Computer Vision System Toolbox" Version 8.0 but when I try the example code for SfM from multiple views I receive the following error message:
Undefined function or variable 'helperEstimateRelativePose'.
Error in SfM_example (line 69)
[relativeOrient, relativeLoc, inlierIdx] = helperEstimateRelativePose(matchedPoints1, matchedPoints2,
cameraParams);
The help directory also does not list helperEstimateRelativePose, so any advice is appreciated.
My full script is attached for reference.
Accepted Answer
More Answers (0)
Categories
Find more on Computer Vision Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!