ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.wavelet.synthesis Namespace / SynWTFilterIntLift5x3 Class
Properties Methods


In This Topic
    SynWTFilterIntLift5x3 Class Members
    In This Topic

    The following tables list the members exposed by SynWTFilterIntLift5x3.

    Public Constructors
    Public Properties
     NameDescription
    Public PropertyOverridden. Returns the negative support of the high-pass analysis filter. That is the number of taps of the filter in the negative direction.  
    Public PropertyOverridden. Returns the positive support of the high-pass analysis filter. That is the number of taps of the filter in the negative direction.  
    Public PropertyOverridden. Returns the negative support of the low-pass analysis filter. That is the number of taps of the filter in the negative direction.  
    Public PropertyOverridden. Returns the positive support of the low-pass analysis filter. That is the number of taps of the filter in the negative direction.  
    Public PropertyReturns the type of data on which this filter works, as defined in the DataBlk interface, which is always TYPE_INT for this class. (Inherited from CSJ2K.j2k.wavelet.synthesis.SynWTFilterInt)
    Public PropertyOverridden. 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.  
    Public PropertyOverridden. Returns the reversibility of the filter. A filter is considered reversible if it is suitable for lossless coding.  
    Public PropertyOverridden. Returns the negative support of the high-pass synthesis filter. That is the number of taps of the filter in the negative direction.  
    Public PropertyOverridden. Returns the positive support of the high-pass synthesis filter. That is the number of taps of the filter in the negative direction.  
    Public PropertyOverridden. Returns the negative support of the low-pass synthesis filter. That is the number of taps of the filter in the negative direction.  
    Public PropertyOverridden. Returns the positive support of the low-pass synthesis filter. That is the number of taps of the filter in the negative direction.  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Returns true if the wavelet filter computes or uses the same "inner" 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 "inner" 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.

    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.

     
    Public MethodOverloaded. Overridden. An implementation of the synthetize_hpf() method that works on int data, for the inverse 5x3 wavelet transform using thelifting scheme. See the general description of the synthetize_hpf() method in the SynWTFilter class for more details.

    The coefficients of the first lifting step are [-1/4 1 -1/4].

    The coefficients of the second lifting step are [1/2 1 1/2].

     
    Public MethodOverloaded. Overridden. An implementation of the synthetize_lpf() method that works on int data, for the inverse 5x3 wavelet transform using the lifting scheme. See the general description of the synthetize_lpf() method in the SynWTFilter class for more details.

    The coefficients of the first lifting step are [-1/4 1 -1/4].

    The coefficients of the second lifting step are [1/2 1 1/2].

     
    Public MethodReturns a string of information about the synthesis wavelet filter  
    Top
    See Also