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

In This Topic
    synthetize_hpf Method (SynWTFilterIntLift5x3)
    In This Topic
    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].

    Overload List
    OverloadDescription
    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].

     
    The general version of the synthetize_hpf() method, it just calls the specialized version. See the description of the synthetize_hpf() method of the SynWTFilter class for more details. (Inherited from CSJ2K.j2k.wavelet.synthesis.SynWTFilterInt)
    See Also