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

  1. OPERATOR
  2.  
  3. gaussPyramid --- generate a gaussian pyramid
  4.  
  5.  
  6. DESCRIPTION
  7.  
  8. The gaussPyramid operator generates a sequence of images corresponding to a 
  9. gaussian pyramid. Each image G(i) is a reduction of image G(i-1). 
  10. Notationally, 
  11.     G[1] = input image
  12.     G[i] = reduce(G[i-1]) for i > 1.
  13. 
  14.  
  15. The filter parameter selects the type of gaussian filter to be applied. 
  16. Currently, the user cannot define his own filters. The effect of each filter 
  17. is described in the WIT filter library during the discussion of the gauss 
  18. operator. The minsize parameter defines the minimum size that an image G(i) 
  19. can be before a reduce operation will not be performed and pyramid generation 
  20. will terminate. 
  21.