GaussianKernal:

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)

--------------------------------------------------------------------------

Children:

Common: CommonData/SwooshWatermark
Common: General/CellToMat
Common: General/MatToCell
Common: General/Watermark
Common: Graphics/NewFig
Common: Graphics/Plot2D
Common: Graphics/PltStyle

Back to the Imaging Module page