# CSJ2K.j2k.wavelet.synthesis.SubbandSyn.split

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="CSJ2K_j2k_wavelet_synthesis_SubbandSyn_split_" data-uid="CSJ2K.j2k.wavelet.synthesis.SubbandSyn.split*">split Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="CSJ2K_j2k_wavelet_synthesis_SubbandSyn_split_" data-uid="CSJ2K.j2k.wavelet.synthesis.SubbandSyn.split*"></a>
<h4 id="CSJ2K_j2k_wavelet_synthesis_SubbandSyn_split_CSJ2K_j2k_wavelet_WaveletFilter_CSJ2K_j2k_wavelet_WaveletFilter_" data-uid="CSJ2K.j2k.wavelet.synthesis.SubbandSyn.split(CSJ2K.j2k.wavelet.WaveletFilter,CSJ2K.j2k.wavelet.WaveletFilter)">split(WaveletFilter, WaveletFilter)</h4>
<div class="markdown level1 summary"><p>Splits the current subband in its four subbands. It changes the status
of this element (from a leaf to a node, and sets the filters), creates
the childs and initializes them. An IllegalArgumentException is thrown
if this subband is not a leaf.</p>
<pre><code>       &lt;p&gt;It uses the initChilds() method to initialize the childs.&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">protected override Subband split(WaveletFilter hfilter, WaveletFilter vfilter)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected Overrides Function split(hfilter As WaveletFilter, vfilter As WaveletFilter) As Subband</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.WaveletFilter.html">WaveletFilter</a></td>
      <td><span class="parametername">hfilter</span></td>
      <td><p>The horizontal wavelet filter used to decompose this
subband. It has to be a SynWTFilter object.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="CSJ2K.j2k.wavelet.WaveletFilter.html">WaveletFilter</a></td>
      <td><span class="parametername">vfilter</span></td>
      <td><p>The vertical wavelet filter used to decompose this
subband. It has to be a SynWTFilter object.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="CSJ2K.j2k.wavelet.Subband.html">Subband</a></td>
      <td><p>A reference to the LL leaf (subb_LL).</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="overrides">Overrides</h5>
<div><a class="xref" href="CSJ2K.j2k.wavelet.Subband.split.html#CSJ2K_j2k_wavelet_Subband_split_CSJ2K_j2k_wavelet_WaveletFilter_CSJ2K_j2k_wavelet_WaveletFilter_">Subband.split(WaveletFilter, WaveletFilter)</a></div>
<h5 id="CSJ2K_j2k_wavelet_synthesis_SubbandSyn_split_CSJ2K_j2k_wavelet_WaveletFilter_CSJ2K_j2k_wavelet_WaveletFilter__seealso">See Also</h5>
<div class="seealso">
    <div><a class="xref" href="CSJ2K.j2k.wavelet.Subband.initChilds.html#CSJ2K_j2k_wavelet_Subband_initChilds">initChilds</a>()</div>
</div>
</div>
