im.m

来自「Shape registration by shape context: alg」· M 代码 · 共 22 行

M
22
字号
function im(X,vec);% im(X) or im(X,[minval maxval])%% Handy function for showing a grayscale image with a colorbar and% interactive pixel value tool%% Serge Belongie% 20-Aug-2000% sjb@eecs.berkeley.edu if nargin==1   imagesc(X)else   imagesc(X,vec)endpixval ontitle(inputname(1))colormap(gray)colorbaraxis('image')

⌨️ 快捷键说明

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