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

  1. OPERATOR
  2.  
  3. reduce --- filter and decimate an image
  4.  
  5.  
  6. DESCRIPTION
  7.  
  8. The reduce operator applies a filter to an input image and then decimates the 
  9. resulting image by eliminating every other row and column. The filter parameter 
  10. denotes which gaussian filter to use. The filters are discussed in more 
  11. detail in the gauss operator within the filter library. The 'None' option for 
  12. filter indicates that no filtering will occur and that the input image will 
  13. simply be decimated. 
  14.