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

  1. OPERATOR
  2.  
  3. burtRecon --- reconstruct original image from a Burt pyramid
  4.  
  5.  
  6. DESCRIPTION
  7.  
  8. The burtRecon operator reconstructs an original image from the Burt pyramid 
  9. that was generated from it. This reconstruction should be exact, barring 
  10. things like overflow during computation. Given that a Burt pyramid is a 
  11. sequence of n images I(i), the process is to expand I(n), then add I(n-1). 
  12. The result is expanded and then I(n-2) is added, etc. The filter parameter 
  13. selects the type of gaussian filter to be applied. Currently, the user cannot 
  14. define his own filters. The effect of each filter is described in the WIT 
  15. filter library during the discussion of the gauss operator. Care must be taken 
  16. to insure that the filter used is the same one that was used to generated 
  17. the pyramid, or reconstruction will not be exact. 
  18.