📄 getimheight.m
字号:
%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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -