# CSJ2K.j2k.wavelet.synthesis.SynWTFilterInt

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="CSJ2K_j2k_wavelet_synthesis_SynWTFilterInt" data-uid="CSJ2K.j2k.wavelet.synthesis.SynWTFilterInt" class="text-break">SynWTFilterInt Class
</h1>
  <div class="markdown level0 summary"></div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="CSJ2K.j2k.wavelet.synthesis.SynWTFilter.html">SynWTFilter</a></div>
    <div class="level2"><span class="xref">SynWTFilterInt</span></div>
      <div class="level3"><a class="xref" href="CSJ2K.j2k.wavelet.synthesis.SynWTFilterIntLift5x3.html">SynWTFilterIntLift5x3</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="CSJ2K.j2k.wavelet.WaveletFilter.html">WaveletFilter</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="CSJ2K.j2k.wavelet.synthesis.html">CSJ2K.j2k.wavelet.synthesis</a></h6>
  <h6><strong>Assembly</strong>: C1.C1Pdf.4.8.dll</h6>
  <h5 id="CSJ2K_j2k_wavelet_synthesis_SynWTFilterInt_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class SynWTFilterInt : SynWTFilter, WaveletFilter</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class SynWTFilterInt
    Inherits SynWTFilter
    Implements WaveletFilter</code></pre>
  </div>
  <h3 id="constructors">Constructors
</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_synthesis_SynWTFilterInt__ctor" data-uid="CSJ2K.j2k.wavelet.synthesis.SynWTFilterInt.#ctor">
          <a class="xref" href="CSJ2K.j2k.wavelet.synthesis.SynWTFilterInt.-ctor.html#CSJ2K_j2k_wavelet_synthesis_SynWTFilterInt__ctor">SynWTFilterInt()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <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_synthesis_SynWTFilterInt_DataType" data-uid="CSJ2K.j2k.wavelet.synthesis.SynWTFilterInt.DataType">
          <a class="xref" href="CSJ2K.j2k.wavelet.synthesis.SynWTFilterInt.DataType.html#CSJ2K_j2k_wavelet_synthesis_SynWTFilterInt_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, which is always TYPE_INT for this
class.</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_synthesis_SynWTFilterInt_synthetize_hpf_System_Int32___System_Int32_System_Int32_System_Int32_System_Int32___System_Int32_System_Int32_System_Int32_System_Int32___System_Int32_System_Int32_" data-uid="CSJ2K.j2k.wavelet.synthesis.SynWTFilterInt.synthetize_hpf(System.Int32[],System.Int32,System.Int32,System.Int32,System.Int32[],System.Int32,System.Int32,System.Int32,System.Int32[],System.Int32,System.Int32)">
          <a class="xref" href="CSJ2K.j2k.wavelet.synthesis.SynWTFilterInt.synthetize_hpf.html#CSJ2K_j2k_wavelet_synthesis_SynWTFilterInt_synthetize_hpf_System_Int32___System_Int32_System_Int32_System_Int32_System_Int32___System_Int32_System_Int32_System_Int32_System_Int32___System_Int32_System_Int32_">synthetize_hpf(int[], int, int, int, int[], int, int, int, int[], int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>A specific version of the synthetize_hpf() method that works on int
data. See the general description of the synthetize_hpf() method in the
SynWTFilter class for more details.</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_wavelet_synthesis_SynWTFilterInt_synthetize_hpf_System_Object_System_Int32_System_Int32_System_Int32_System_Object_System_Int32_System_Int32_System_Int32_System_Object_System_Int32_System_Int32_" data-uid="CSJ2K.j2k.wavelet.synthesis.SynWTFilterInt.synthetize_hpf(System.Object,System.Int32,System.Int32,System.Int32,System.Object,System.Int32,System.Int32,System.Int32,System.Object,System.Int32,System.Int32)">
          <a class="xref" href="CSJ2K.j2k.wavelet.synthesis.SynWTFilterInt.synthetize_hpf.html#CSJ2K_j2k_wavelet_synthesis_SynWTFilterInt_synthetize_hpf_System_Object_System_Int32_System_Int32_System_Int32_System_Object_System_Int32_System_Int32_System_Int32_System_Object_System_Int32_System_Int32_">synthetize_hpf(object, int, int, int, object, int, int, int, object, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>The general version of the synthetize_hpf() method, it just calls
the specialized version. See the description of the synthetize_hpf()
method of the SynWTFilter class for more details.</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_wavelet_synthesis_SynWTFilterInt_synthetize_lpf_System_Int32___System_Int32_System_Int32_System_Int32_System_Int32___System_Int32_System_Int32_System_Int32_System_Int32___System_Int32_System_Int32_" data-uid="CSJ2K.j2k.wavelet.synthesis.SynWTFilterInt.synthetize_lpf(System.Int32[],System.Int32,System.Int32,System.Int32,System.Int32[],System.Int32,System.Int32,System.Int32,System.Int32[],System.Int32,System.Int32)">
          <a class="xref" href="CSJ2K.j2k.wavelet.synthesis.SynWTFilterInt.synthetize_lpf.html#CSJ2K_j2k_wavelet_synthesis_SynWTFilterInt_synthetize_lpf_System_Int32___System_Int32_System_Int32_System_Int32_System_Int32___System_Int32_System_Int32_System_Int32_System_Int32___System_Int32_System_Int32_">synthetize_lpf(int[], int, int, int, int[], int, int, int, int[], int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>A specific version of the synthetize_lpf() method that works on int
data. See the general description of the synthetize_lpf() method in the
SynWTFilter class for more details.</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_wavelet_synthesis_SynWTFilterInt_synthetize_lpf_System_Object_System_Int32_System_Int32_System_Int32_System_Object_System_Int32_System_Int32_System_Int32_System_Object_System_Int32_System_Int32_" data-uid="CSJ2K.j2k.wavelet.synthesis.SynWTFilterInt.synthetize_lpf(System.Object,System.Int32,System.Int32,System.Int32,System.Object,System.Int32,System.Int32,System.Int32,System.Object,System.Int32,System.Int32)">
          <a class="xref" href="CSJ2K.j2k.wavelet.synthesis.SynWTFilterInt.synthetize_lpf.html#CSJ2K_j2k_wavelet_synthesis_SynWTFilterInt_synthetize_lpf_System_Object_System_Int32_System_Int32_System_Int32_System_Object_System_Int32_System_Int32_System_Int32_System_Object_System_Int32_System_Int32_">synthetize_lpf(object, int, int, int, object, int, int, int, object, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>The general version of the synthetize_lpf() method, it just calls
the specialized version. See the description of the synthetize_lpf()
method of the SynWTFilter class for more details.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
