gsderiv.m
来自「斑纹噪声消除」· M 代码 · 共 12 行
M
12 行
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 + =
减小字号Ctrl + -
显示快捷键?