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

  1. OPERATOR
  2.  
  3. burtStep --- generate a new level in a Burt pyramid
  4.  
  5.  
  6. DESCRIPTION
  7.  
  8. The burtStep operator performs one iteration in the generation of a Burt 
  9. pyramid (see burt ). The image output on the top port is equivalent to 
  10. applying the reduce operator to the input image. The image output on the 
  11. middle port is the difference between the input image and the expanded 
  12. version of the reduced version of that image. The bottom output port is a 
  13. flag which is set to 1 if this last iteration is the final step in a FSD 
  14. pyramid generation. The flag is 0 otherwise. The final iteration occurs when 
  15. the output image size is less than minimum size in at least one dimension. 
  16. The filter parameter specifies the type of gaussian filter used during image 
  17. reduction and expansion. The filters correspond to those provide by the gauss 
  18. operator within the filter library. The minsize parameter denotes the minimum 
  19. size of image that will be accepted as input to the operator. 
  20.