📄 gsderiv.m
字号:
function [varargout] = gsderiv(u, sigma, order, varargin)
%
% GSDERIV Calculates the derivate of the gaussian smoothed image.
%
% [out] = GSDERIV( u, sigma, order) calculates the "order"-th derivates of
% image u. Prior to derivating the image "u" is smoothed by a sigma
% standard deviation 2D gaussian.
%
% 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 + -