How to solve the error Undefined function or variable 'augmentedImageDatastore'?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hi, I found this error when trying to resize the images in my program that use Alexnet how can I solve it?
0 commentaires
Réponses (6)
Walter Roberson
le 16 Mar 2018
https://www.mathworks.com/help/nnet/ref/augmentedimagedatastore.html was new in R2017b, whereas alexnet was new in R2017a. If you are using R2017a you would not have augmentedImageDatastore
4 commentaires
Marcelo Dietrich
le 23 Mar 2018
I'm having the same problem... Any suggestions on how to solve it?
0 commentaires
Sachin Dalvi
le 9 Avr 2018
I am getting the same error. I am using matlab 2017b and when I try to resize images as:
newImds = augmentedImageDatastore(outputSize,imds);
I get error as: Undefined function or variable 'augmentedImageDatastore'.
Could somebody please help with any solution on how to solve this ?
0 commentaires
Stu
le 9 Avr 2018
I installed R2018a and augmentedImageDatastore function worked. I think this function was introduced only in R2018a as it says in the last line of the documentation page. https://www.mathworks.com/help/nnet/ref/augmentedimagedatastore.html
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/181153/image.jpeg)
2 commentaires
Walter Roberson
le 16 Nov 2019
mingwei wen: if you are using before R2018a you should probably upgrade. There is a way to construct an image data store in a couple of releases before that, by constructing a data store and setting the options to make it an image data store, but in those older releases not many functions supported those kinds of data stores.
Voir également
Catégories
En savoir plus sur Introduction to Installation and Licensing dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!