ImageNoise:

Path: Imaging/ImageProcessing

% Generate noise for an image

   Since version 8.
--------------------------------------------------------------------------
   Form:
   p = ImageNoise( i, g, s )
--------------------------------------------------------------------------

   ------
   Inputs
   ------

   i              (n,m)       Image
   g              (1,1)       Gaussian
                              .sigma (1,1) Standard deviation
                              .bias  (1,1) Bias
   s              (1,1)       Salt and pepper noise
                              .l     (1,1) Threshold
                              .iMax  (1,1) Maximum
                              .iMin  (1,1) Minimum

   -------
   Outputs
   -------
   p              (n,m)       Noise

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

Children:

Demos: ImageMatching/SCImage
Imaging: ImageProcessing/Imager

Back to the Imaging Module page