[]
Initializes this object with the given source of wavelet coefficients. It initializes the resolution level for full resolutioin reconstruction (i.e. the maximum resolution available from the 'src' source).
<p>It is assumed here that all tiles and components have the same
reconstruction resolution level. If that was not the case it should be
the value for the current tile of the source.</p>
public InverseWT(MultiResImgData src, DecoderSpecs decSpec)
Public Sub New(src As MultiResImgData, decSpec As DecoderSpecs)
| Type | Name | Description |
|---|---|---|
| MultiResImgData | src | from where the wavelet coefficinets should be obtained. |
| DecoderSpecs | decSpec | The decoder specifications |