gsdplot.m

来自「斑纹噪声消除」· M 代码 · 共 13 行

M
13
字号
function [varargout] = gsdplot(u, sigma, order, varargin)
%
% GSDPLOT    Plots the gaussian smoothed derivates.
%
%    GSDPLOT( u, sigma, order ) plots the "order"-th smoothed derivates of
%    the image "u". The smoothing is performed prior to the derivation by a 2D
%    convolution with a "sigma" std.dev. gaussian. "u" must have two dimensions.
%
%    If used with left arguments, GSDPLOT returns the same output as GSDERIV.
%    The number of outputs depends on the "order". For "order"=0 there is only one
%    output corresponding to the smoothed input. For "order"=1 there are two outputs,
%    respectivelly the x and y derivates. For "order"=2 there are three outputs,
%    corresponding respectivelly to the 2

⌨️ 快捷键说明

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