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

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

    See the AnWTFilter 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
    AnWTFilterIntLift5x3 Class
    Syntax
    'Declaration
     
    
    Public Class AnWTFilterIntLift5x3 
       Inherits AnWTFilterInt
       Implements CSJ2K.j2k.wavelet.WaveletFilter 
    public class AnWTFilterIntLift5x3 : AnWTFilterInt, CSJ2K.j2k.wavelet.WaveletFilter  
    Inheritance Hierarchy

    System.Object
       CSJ2K.j2k.wavelet.analysis.AnWTFilter
          CSJ2K.j2k.wavelet.analysis.AnWTFilterInt
             CSJ2K.j2k.wavelet.analysis.AnWTFilterIntLift5x3

    See Also