# CSJ2K.j2k.wavelet.synthesis.SynWTFilterSpec.getVFilters

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="CSJ2K_j2k_wavelet_synthesis_SynWTFilterSpec_getVFilters_" data-uid="CSJ2K.j2k.wavelet.synthesis.SynWTFilterSpec.getVFilters*">getVFilters Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="CSJ2K_j2k_wavelet_synthesis_SynWTFilterSpec_getVFilters_" data-uid="CSJ2K.j2k.wavelet.synthesis.SynWTFilterSpec.getVFilters*"></a>
<h4 id="CSJ2K_j2k_wavelet_synthesis_SynWTFilterSpec_getVFilters_System_Int32_System_Int32_" data-uid="CSJ2K.j2k.wavelet.synthesis.SynWTFilterSpec.getVFilters(System.Int32,System.Int32)">getVFilters(int, int)</h4>
<div class="markdown level1 summary"><p>Returns the vertical analysis filters to be used in component 'n' and
tile 't'.</p>
<pre><code>       &lt;p&gt;The vertical analysis filters are returned in an array of
       SynWTFilter. Each element contains the vertical filter for each
       resolution level starting with resolution level 1 (i.e. the analysis
       filter to go from resolution level 1 to resolution level 0). If there
       are less elements than the maximum resolution level, then the last
       element is assumed to be repeated.&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 virtual SynWTFilter[] getVFilters(int t, int c)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Overridable Function getVFilters(t As Integer, c As Integer) As SynWTFilter()</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="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">t</span></td>
      <td><p>The tile index, in raster scan order</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">c</span></td>
      <td><p>The component index.</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.synthesis.SynWTFilter.html">SynWTFilter</a>[]</td>
      <td><p>The array of horizontal analysis filters for component 'n' and
tile 't'.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
