Download English data set

Standard

Download English data set

datasetk

download

accessing images

for i = 1:26
for j = 1:10
readimage = sprintf(‘img%03d-%05d.jpg’, i,j-1);
img = imread(readimage);
%comment                                                                                                                                                                 %comment
end
end

Leave a comment