imageSet function not working
Mostra commenti meno recenti
I am trying this code http://www.mathworks.com/examples/matlab-computer-vision/725-feature-based-panoramic-image-stitching#7 but my matlab does not recognize the imageSet function. The error reads "Undefined function 'imageSet' for input arguments of type 'char'.". I am not sure what is wrong I copied and pasted the code directly.
Risposte (2)
Dima Lisin
il 20 Nov 2014
1 voto
You may have an older version of MATLAB. imageSet was added in R2014b release.
Image Analyst
il 19 Nov 2014
Are you sure you have the Computer Vision System Toolbox? What does
which -all imageSet
say?
2 Commenti
Andrew
il 19 Nov 2014
Image Analyst
il 19 Nov 2014
You do need the toolbox. You can get a free trial if you contact the Mathworks.
Categorie
Scopri di più su Image Category Classification in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!