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

  1. OPERATOR
  2.  
  3. expand --- expand and filter an image
  4.  
  5.  
  6. DESCRIPTION
  7.  
  8. The expand operator increases the size of an input image by inserting a new 
  9. row (column) of zero-valued pixels between each row (column) of the input 
  10. image. The resulting image is then filtered using the gaussian filter 
  11. specified by the filter parameter. The filters are described in detail in the 
  12. gauss operator within the pyramid library. If the 'None' option for filter 
  13. type is indicated then no filtering is performed. The outputWidth and 
  14. outputHeight parameters allow the user to specify the width and height of the 
  15. output image. However, the values input are verified to assure that the 
  16. resulting image will have an appropriate size. If the reduce operator is 
  17. applied to an image I(i) and used to create an image I(i-1), then the 
  18. output width and output height should be set to the dimensions of image 
  19. I(i). 
  20.