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

  1. OPERATOR
  2.  
  3. thresh --- threshold an image in an interval
  4.  
  5.  
  6. DESCRIPTION
  7.  
  8. The thresh operator takes a greyscale image and produces a binary image. If 
  9. the input pixel value is greater or equal to the parameter lo and less than 
  10. or equal to the parameter hi , it is set to the maximum pixel value (255 
  11. for 8-bit unsigned images). Otherwise the pixel is set to the minimum pixel 
  12. value. 
  13.