# CSJ2K.j2k.wavelet.synthesis.InverseWT.-ctor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="CSJ2K_j2k_wavelet_synthesis_InverseWT__ctor_" data-uid="CSJ2K.j2k.wavelet.synthesis.InverseWT.#ctor*">InverseWT Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="CSJ2K_j2k_wavelet_synthesis_InverseWT__ctor_" data-uid="CSJ2K.j2k.wavelet.synthesis.InverseWT.#ctor*"></a>
<h4 id="CSJ2K_j2k_wavelet_synthesis_InverseWT__ctor_CSJ2K_j2k_wavelet_synthesis_MultiResImgData_CSJ2K_j2k_decoder_DecoderSpecs_" data-uid="CSJ2K.j2k.wavelet.synthesis.InverseWT.#ctor(CSJ2K.j2k.wavelet.synthesis.MultiResImgData,CSJ2K.j2k.decoder.DecoderSpecs)">InverseWT(MultiResImgData, DecoderSpecs)</h4>
<div class="markdown level1 summary"><p>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>
<pre><code>       &lt;p&gt;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.&lt;/p&gt;
</code></pre>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public InverseWT(MultiResImgData src, DecoderSpecs decSpec)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(src As MultiResImgData, decSpec As DecoderSpecs)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="CSJ2K.j2k.wavelet.synthesis.MultiResImgData.html">MultiResImgData</a></td>
      <td><span class="parametername">src</span></td>
      <td><p>from where the wavelet coefficinets should be obtained.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="CSJ2K.j2k.decoder.DecoderSpecs.html">DecoderSpecs</a></td>
      <td><span class="parametername">decSpec</span></td>
      <td><p>The decoder specifications</p>
</td>
    </tr>
  </tbody>
</table>
</div>
