[]
        
(Showing Draft Content)

CSJ2K.j2k.wavelet.synthesis.SynWTFilterFloat

SynWTFilterFloat Class

Inheritance
SynWTFilterFloat
Implements
Namespace: CSJ2K.j2k.wavelet.synthesis
Assembly: C1.WPF.ReportViewer.4.6.2.dll
Syntax
public abstract class SynWTFilterFloat : SynWTFilter, WaveletFilter
Public MustInherit Class SynWTFilterFloat
    Inherits SynWTFilter
    Implements WaveletFilter

Constructors

Name Description
SynWTFilterFloat()

Properties

Name Description
DataType

Returns the type of data on which this filter works, as defined in the DataBlk interface, which is always TYPE_FLOAT for this class.

Methods

Name Description
synthetize_hpf(object, int, int, int, object, int, int, int, object, int, int)

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.

synthetize_hpf(float[], int, int, int, float[], int, int, int, float[], int, int)

A specific version of the synthetize_hpf() method that works on float data. See the general description of the synthetize_hpf() method in the SynWTFilter class for more details.

synthetize_lpf(object, int, int, int, object, int, int, int, object, int, int)

The general version of the synthetize_lpf() method, it just calls the specialized version. See the description of the synthetize_lpf() method of the SynWTFilter class for more details.

synthetize_lpf(float[], int, int, int, float[], int, int, int, float[], int, int)

A specific version of the synthetize_lpf() method that works on float data. See the general description of the synthetize_lpf() method in the SynWTFilter class for more details.