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