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
인용 양식
cui,xingxing (2025). folderDataStore (https://www.mathworks.com/matlabcentral/fileexchange/71025-folderdatastore), MATLAB Central File Exchange. 검색 날짜: .
MATLAB 릴리스 호환 정보
개발 환경:
R2019a
R2019a와 호환
플랫폼 호환성
Windows macOS Linux태그
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!