how to load image files from a folder ?

91 vues (au cours des 30 derniers jours)
yogesh harmukh
yogesh harmukh le 19 Fév 2020
looking for a code to select a folder from windows ,then load all the image files in it . later would like to extract features and store it in these features in vector.

Réponses (1)

Mil Shastri
Mil Shastri le 19 Fév 2020
imagedatastore is built for helping this. Check out an example to build this here.
The lines you might need are:
imds = imageDatastore('your/path/*.jpg');
imgs = readall(imds);
%preview any image
imshow(imgs{3})

Produits


Version

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by