ivar.m
来自「这是一个基于MATLAB的机器视觉工具箱,里面用很多非常有价值的的程序」· M 代码 · 共 21 行
M
21 行
%IVAR Fast neighbourhood variance/kurtosis/skewness %% V = IVAR(IM, SE, OP)% V = IVAR(IM, SE, OP, EDGE)%% Computes the specified statistic over the pixel neighbourhood% which becomes the corresponding output pixel value.% OP is 'var', 'kurt', 'skew'%% Edge handling flags control what happens when the processing window% extends beyond the edge of the image. EDGE is either% 'border' the border value is replicated% 'none' pixels beyond the border are not included in the window% 'trim' output is not computed for pixels whose window crosses% the border, hence output image had reduced dimensions.% 'wrap' the image is assumed to wrap around%% Copyright (c) Peter Corke, 1999 Machine Vision Toolbox for Matlab% pic 4/95
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?