Skip to content

Instantly share code, notes, and snippets.

@smzn
Created April 29, 2019 18:30
Matlabデータストア読み込み時利用関数
function img = imageread(file)
img = imread(file);
img = imresize(img,[227 227]);
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment