How can I convert multiple images (all the same size) into one matrix?
Mostra commenti meno recenti
I have a folder of 100 images all 32x32. When I use M = imread(0001.png) a matrix populates but that's only for that one image in the folder. I need help to create a matrix with all of the images. This is the first step for me to be able to create a dataset for my neural network training. Thanks in advance!
M = imread(0001.png)
Risposta accettata
Più risposte (1)
Akira Agata
il 1 Ago 2019
0 voti
To create image dataset for training a neural network, imageDatastore should be an easy and promissing way. So I would recommend trying this function!
Categorie
Scopri di più su Operators and Elementary Operations in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
