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

In This Topic
    SynWTFilterIntLift5x3 Class
    In This Topic
    This class inherits from the synthesis wavelet filter definition for int data. It implements the inverse wavelet transform specifically for the 5x3 filter. The implementation is based on the lifting scheme.

    See the SynWTFilter class for details such as normalization, how to split odd-length signals, etc. In particular, this method assumes that the low-pass coefficient is computed first.

    Object Model
    SynWTFilterIntLift5x3 Class
    Syntax
    'Declaration
     
    
    Public Class SynWTFilterIntLift5x3 
       Inherits SynWTFilterInt
       Implements CSJ2K.j2k.wavelet.WaveletFilter 
    public class SynWTFilterIntLift5x3 : SynWTFilterInt, CSJ2K.j2k.wavelet.WaveletFilter  
    Inheritance Hierarchy

    System.Object
       CSJ2K.j2k.wavelet.synthesis.SynWTFilter
          CSJ2K.j2k.wavelet.synthesis.SynWTFilterInt
             CSJ2K.j2k.wavelet.synthesis.SynWTFilterIntLift5x3

    See Also