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
인용 양식
xingxingcui (2026). folderDataStore (https://kr.mathworks.com/matlabcentral/fileexchange/71025-folderdatastore), MATLAB Central File Exchange. 검색 날짜: .
MATLAB 릴리스 호환 정보
개발 환경:
R2019a
R2019a와 호환
