folderDataStore

folderDataStore class,seem to imageDatastore function.
86 Downloads
Updated Mon, 12 Aug 2019 12:13:12 +0000

View License

A folder is a "sample", and the "sample" contains a sequence of images, which are generally used for data format recognition of time-series behaviors.
path = 'E:\ActivityDataBase';
fd = folderDataStore(path);
while hasdata(fd)
[imds_data,label] = read(fd);
...
end

Cite As

cui,xingxing (2024). folderDataStore (https://www.mathworks.com/matlabcentral/fileexchange/71025-folderdatastore), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2019a
Compatible with R2019a
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.1

compatible with R2019a

1.0.0