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

  1. OPERATOR
  2.  
  3. equalize --- equalize an image
  4.  
  5.  
  6. DESCRIPTION
  7.  
  8. The equalize operator enhances image contrast by increasing dynamic range. Pixel 
  9. values less than lo are mapped to minimum pixel value, and pixel values 
  10. greater than hi are mapped to the largest pixel value. Actual min/max value 
  11. depends on image type, e.g. 8-bit unsigned images would have a minimum pixel 
  12. value of 0, and a maximum of 255. Pixel values between lo and hi are 
  13. stretched linearly to span the range from minimum to maximum pixel value. 
  14.