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

In This Topic
    analyze_lpf Method (AnWTFilterIntLift5x3)
    In This Topic
    An implementation of the analyze_lpf() method that works on int data, for the forward 5x3 wavelet transform using the lifting scheme. See the general description of the analyze_lpf() method in the AnWTFilter class for more details.

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

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

    Overload List
    OverloadDescription
    An implementation of the analyze_lpf() method that works on int data, for the forward 5x3 wavelet transform using the lifting scheme. See the general description of the analyze_lpf() method in the AnWTFilter class for more details.

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

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

     
    The general version of the analyze_lpf() method, it just calls the specialized version. See the description of the analyze_lpf() method of the AnWTFilter class for more details. (Inherited from CSJ2K.j2k.wavelet.analysis.AnWTFilterInt)
    See Also