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

  1. OPERATOR
  2.  
  3. decimate --- decimate an image
  4.  
  5.  
  6. DESCRIPTION
  7.  
  8. The decimate operator takes an input image and reduces its size by half. The 
  9. new image consists of every fourth pixel from the input image. The pixels 
  10. used to compose the new image are taken from the decimation lattice defined 
  11. by the useRows and useColumns parameters. These two parameters can be set to 
  12. either even or odd indicating that pixels should be taken from the even or 
  13. odd rows/columns of the input image. No filtering is performed by decimate . 
  14.