home *** CD-ROM | disk | FTP | other *** search
/ swCHIP 1991 January / swCHIP_95-1.bin / demo / wit4711 / lib / help / xform / dct. / dct.bin
Text File  |  1995-12-09  |  814b  |  17 lines

  1. OPERATOR
  2.  
  3. dct --- compute discrete cosine transform of an image
  4.  
  5.  
  6. DESCRIPTION
  7.  
  8. The dct operator computes the discrete cosine transform of the input image. A 
  9. forward or inverse cosine is specified by the dir parameter. During a forward 
  10. transform, this operator generates two outputs. The top output is the result 
  11. image. This image will be adjusted in size to be a power of 2. The bottom 
  12. output is a Graphic object describing a rectangle used to recover the original 
  13. image after a reverse transform. During a reverse transform, only the top 
  14. output is generated. The output will be the original image changed by the be 
  15. power of 2 size. The original size is restored by using the extract operator 
  16. in conjunction with the Graphic object produced during the forward transform. 
  17.