home *** CD-ROM | disk | FTP | other *** search
/ swCHIP 1991 January / swCHIP_95-1.bin / demo / wit4711 / lib / help / point / addnoise. / addnoise.bin
Text File  |  1995-12-09  |  449b  |  13 lines

  1. OPERATOR
  2.  
  3. addNoise --- add uniform noise to an image
  4.  
  5.  
  6. DESCRIPTION
  7.  
  8. The addNoise operator injects random noise into an input image thus generating 
  9. a noisy output image. The degree to which noise is added is specified by 
  10. the noise_amount parameter. If the image is signed integer or float then 
  11. noise_amount is interpreted as peak-to-peak noise. The noise distribution is 
  12. uniform based on the Unix srandom() function. 
  13.