imagesc_std.m

来自「image denoising toolbox in matlab」· M 代码 · 共 11 行

M
11
字号
function imagesc_std(M, epsi)

% imagesc_std - display a rescale version of the image
%
%   imagesc_std(M, epsi);
%
%   The rescaling is computed according to the standard deviation:
%       M -> (M-mean(M))/std(M)
%   Values are clamped to fit in [-epsi,1+epsi].
%
%   Copyright (c) 2004 Gabriel Peyr

⌨️ 快捷键说明

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