Path: Imaging/ImageProcessing
% Gaussian point spread function.
--------------------------------------------------------------------------
Form:
GaussianKernal;
y = GaussianKernal( x, sigma );
--------------------------------------------------------------------------
------
Inputs
------
x (1,:) Input
sigma (1,1) Standard deviation
-------
Outputs
-------
y (1,1) Gaussian of (x)
--------------------------------------------------------------------------
Common: Graphics/Plot2D
Back to the Imaging Module page