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

  1. OPERATOR
  2.  
  3. applyLut --- apply a lookup table on an image
  4.  
  5.  
  6. DESCRIPTION
  7.  
  8. The applyLut operator applies a lookup table received on the bottom input port 
  9. to an integer image received at the top input port. The result is to map 
  10. each pixel value, z , in the image, I , to a new pixel value, Z , specified 
  11. by a precalculated mapping function, f , to generate a new image, J(Z) = 
  12. f(I(z)) . (see also lutGen ). 
  13.