[]
        
(Showing Draft Content)

CSJ2K.j2k.wavelet.WaveletFilter_Fields

WaveletFilter_Fields Struct

This interface defines how a wavelet filter implementation should present itself. This interface defines only the commonalities between the analysis and synthesis filters. The AnWTFilter and SynWTFilter classes provide the specifics of analysis and synthesis filters.

       <p>Both analysis and filters must be able to return the extent of the
       negative and positive support for both synthesis and analysis sides. This
       simplifies the sue of some functionalities that need extra information
       about the filters.</p>
Namespace: CSJ2K.j2k.wavelet
Assembly: C1.C1Pdf.4.8.dll
Syntax
public struct WaveletFilter_Fields

Fields

Name Description
WT_FILTER_FLOAT_CONVOL

The ID for floatring-poitn convolution implementations

WT_FILTER_FLOAT_LIFT

The ID for floating-point lifting spteps implementations

WT_FILTER_INT_LIFT

The ID for integer lifting spteps implementations