folderDataStore
Version 1.0.1 (2.17 KB) by
xingxingcui
folderDataStore class,seem to imageDatastore function.
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
xingxingcui (2026). folderDataStore (https://nl.mathworks.com/matlabcentral/fileexchange/71025-folderdatastore), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2019a
Compatible with R2019a
Platform Compatibility
Windows macOS LinuxTags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
