?? load_subimages_dataset.m
字號:
function S = load_subimages_dataset(name,nbr,options)
% load_subimages_dataset - create a dataset of subimages.
%
% S = load_subimages_dataset(name,nbr,options);
% or
% S = load_subimages_dataset(M,nbr,options);
%
% S(:,:,i) is the ith sub-image of size options.dim of the full image M
% (or loaded from given name).
%
% M is an image.
% name is a valid image name (eg. 'lena' or 'barb' if barb.gif or lena.png are in the path)
% nbr is the number of images loaded
% options.dim is the size of the extracted small squares
% options.sampling is either 'rand' or 'uniform'.
%
% Copyright (c) 2005 Gabriel Peyr
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -