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

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