18.12.3.2 Algorithms (Reconstruction)

IDWT is the inverse process of wavelet decomposition. In contrast to decomposition, the reconstruction process is comprised of upsampling and then filtering. The filters are determined by the wavelet chosen.

Algorithm IDWT.png

The computation is implemented with a NAG function: nag_idwt().