GaussianKernal:

Path: Imaging/ImageProcessing

% Gaussian point spread function.

   Since version 8.
--------------------------------------------------------------------------
   Form:
       GaussianKernal;
   y = GaussianKernal( x, sigma );
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   x              (1,:)       Input
   sigma          (1,1)       Standard deviation

   -------
   Outputs
   -------
   y              (1,1)       Gaussian of (x)

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

Children:

Common: Graphics/Plot2D

Back to the Imaging Module page