Skip to content

Instantly share code, notes, and snippets.

@smzn
Created April 29, 2019 18:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save smzn/0dcacb41e195994800521a86899aaee2 to your computer and use it in GitHub Desktop.
Save smzn/0dcacb41e195994800521a86899aaee2 to your computer and use it in GitHub Desktop.
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