# CSJ2K.j2k.wavelet.WaveletFilter

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="CSJ2K_j2k_wavelet_WaveletFilter" data-uid="CSJ2K.j2k.wavelet.WaveletFilter" class="text-break">WaveletFilter Interface
</h1>
  <div class="markdown level0 summary"></div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="CSJ2K.j2k.wavelet.html">CSJ2K.j2k.wavelet</a></h6>
  <h6><strong>Assembly</strong>: C1.C1Pdf.4.8.dll</h6>
  <h5 id="CSJ2K_j2k_wavelet_WaveletFilter_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface WaveletFilter</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface WaveletFilter</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="CSJ2K_j2k_wavelet_WaveletFilter_AnHighNegSupport" data-uid="CSJ2K.j2k.wavelet.WaveletFilter.AnHighNegSupport">
          <a class="xref" href="CSJ2K.j2k.wavelet.WaveletFilter.AnHighNegSupport.html#CSJ2K_j2k_wavelet_WaveletFilter_AnHighNegSupport">AnHighNegSupport</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the negative support of the high-pass analysis filter. That is
the number of taps of the filter in the negative direction.</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_wavelet_WaveletFilter_AnHighPosSupport" data-uid="CSJ2K.j2k.wavelet.WaveletFilter.AnHighPosSupport">
          <a class="xref" href="CSJ2K.j2k.wavelet.WaveletFilter.AnHighPosSupport.html#CSJ2K_j2k_wavelet_WaveletFilter_AnHighPosSupport">AnHighPosSupport</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the positive support of the high-pass analysis filter. That is
the number of taps of the filter in the negative direction.</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_wavelet_WaveletFilter_AnLowNegSupport" data-uid="CSJ2K.j2k.wavelet.WaveletFilter.AnLowNegSupport">
          <a class="xref" href="CSJ2K.j2k.wavelet.WaveletFilter.AnLowNegSupport.html#CSJ2K_j2k_wavelet_WaveletFilter_AnLowNegSupport">AnLowNegSupport</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the negative support of the low-pass analysis filter. That is
the number of taps of the filter in the negative direction.</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_wavelet_WaveletFilter_AnLowPosSupport" data-uid="CSJ2K.j2k.wavelet.WaveletFilter.AnLowPosSupport">
          <a class="xref" href="CSJ2K.j2k.wavelet.WaveletFilter.AnLowPosSupport.html#CSJ2K_j2k_wavelet_WaveletFilter_AnLowPosSupport">AnLowPosSupport</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the positive support of the low-pass analysis filter. That is
the number of taps of the filter in the negative direction.</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_wavelet_WaveletFilter_DataType" data-uid="CSJ2K.j2k.wavelet.WaveletFilter.DataType">
          <a class="xref" href="CSJ2K.j2k.wavelet.WaveletFilter.DataType.html#CSJ2K_j2k_wavelet_WaveletFilter_DataType">DataType</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the type of data on which this filter works, as defined in the
DataBlk interface.</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_wavelet_WaveletFilter_ImplType" data-uid="CSJ2K.j2k.wavelet.WaveletFilter.ImplType">
          <a class="xref" href="CSJ2K.j2k.wavelet.WaveletFilter.ImplType.html#CSJ2K_j2k_wavelet_WaveletFilter_ImplType">ImplType</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the implementation type of this filter, as defined in this
class, such as WT_FILTER_INT_LIFT, WT_FILTER_FLOAT_LIFT,
WT_FILTER_FLOAT_CONVOL.</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_wavelet_WaveletFilter_Reversible" data-uid="CSJ2K.j2k.wavelet.WaveletFilter.Reversible">
          <a class="xref" href="CSJ2K.j2k.wavelet.WaveletFilter.Reversible.html#CSJ2K_j2k_wavelet_WaveletFilter_Reversible">Reversible</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the reversibility of the filter. A filter is considered
reversible if it is suitable for lossless coding.</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_wavelet_WaveletFilter_SynHighNegSupport" data-uid="CSJ2K.j2k.wavelet.WaveletFilter.SynHighNegSupport">
          <a class="xref" href="CSJ2K.j2k.wavelet.WaveletFilter.SynHighNegSupport.html#CSJ2K_j2k_wavelet_WaveletFilter_SynHighNegSupport">SynHighNegSupport</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the negative support of the high-pass synthesis filter. That is
the number of taps of the filter in the negative direction.</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_wavelet_WaveletFilter_SynHighPosSupport" data-uid="CSJ2K.j2k.wavelet.WaveletFilter.SynHighPosSupport">
          <a class="xref" href="CSJ2K.j2k.wavelet.WaveletFilter.SynHighPosSupport.html#CSJ2K_j2k_wavelet_WaveletFilter_SynHighPosSupport">SynHighPosSupport</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the positive support of the high-pass synthesis filter. That is
the number of taps of the filter in the negative direction.</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_wavelet_WaveletFilter_SynLowNegSupport" data-uid="CSJ2K.j2k.wavelet.WaveletFilter.SynLowNegSupport">
          <a class="xref" href="CSJ2K.j2k.wavelet.WaveletFilter.SynLowNegSupport.html#CSJ2K_j2k_wavelet_WaveletFilter_SynLowNegSupport">SynLowNegSupport</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the negative support of the low-pass synthesis filter. That is
the number of taps of the filter in the negative direction.</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_wavelet_WaveletFilter_SynLowPosSupport" data-uid="CSJ2K.j2k.wavelet.WaveletFilter.SynLowPosSupport">
          <a class="xref" href="CSJ2K.j2k.wavelet.WaveletFilter.SynLowPosSupport.html#CSJ2K_j2k_wavelet_WaveletFilter_SynLowPosSupport">SynLowPosSupport</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the positive support of the low-pass synthesis filter. That is
the number of taps of the filter in the negative direction.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="CSJ2K_j2k_wavelet_WaveletFilter_isSameAsFullWT_System_Int32_System_Int32_System_Int32_" data-uid="CSJ2K.j2k.wavelet.WaveletFilter.isSameAsFullWT(System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="CSJ2K.j2k.wavelet.WaveletFilter.isSameAsFullWT.html#CSJ2K_j2k_wavelet_WaveletFilter_isSameAsFullWT_System_Int32_System_Int32_System_Int32_">isSameAsFullWT(int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns true if the wavelet filter computes or uses the same &quot;inner&quot;
subband coefficient as the full frame wavelet transform, and false
otherwise. In particular, for block based transforms with reduced
overlap, this method should return false. The term &quot;inner&quot; indicates
that this applies only with respect to the coefficient that are not
affected by image boundaries processings such as symmetric extension,
since there is not reference method for this.</p>
<pre><code>       &lt;p&gt;The result depends on the length of the allowed overlap when
       compared to the overlap required by the wavelet filter. It also depends
       on how overlap processing is implemented in the wavelet filter.&lt;/p&gt;
</code></pre>
</td>
      </tr>
    </tbody>
  </table>

</div>
