getimheight.m

来自「matlab 模式识别工具包 希望能对你们有用」· M 代码 · 共 13 行

M
13
字号
%getimheight Retrieve image height%%	s = getimheight(a)%% Retrieves the image height of the dataset A. Note that if s < 0 the% images with vertical image size abs(s) are stored as features. If s > 0,% the images with vertical image size s are stored as objects.%% See also datasetfunction s = getimheight(a)s = a.c;

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?