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

  1. OPERATOR
  2.  
  3. unDecimate --- expand image without filtering
  4.  
  5.  
  6. DESCRIPTION
  7.  
  8. The unDecimate operator takes an input image and doubles its size. The data 
  9. pixels from the input image are distributed throughout the output image in 
  10. one of four possible decimation lattices. The lattice is specified by the 
  11. useRows and useColumns parameters. These two parameters can be set to either 
  12. even or odd indicating that pixels should be placed in the even or odd 
  13. rows/columns of the input image. All other pixels not falling within the 
  14. decimation lattice are set to zero-value. No filtering is performed by 
  15. unDecimate . 
  16.