[]
        
(Showing Draft Content)

CSJ2K.j2k.wavelet.analysis.AnWTFilterFloat

AnWTFilterFloat Class

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

Constructors

Name Description
AnWTFilterFloat()

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
analyze_hpf(object, int, int, int, object, int, int, object, int, int)

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

analyze_hpf(float[], int, int, int, float[], int, int, float[], int, int)

A specific version of the analyze_hpf() method that works on int data. See the general description of the analyze_hpf() method in the AnWTFilter class for more details.

analyze_lpf(object, int, int, int, object, int, int, object, int, int)

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.

analyze_lpf(float[], int, int, int, float[], int, int, float[], int, int)

A specific version of the analyze_lpf() method that works on int data. See the general description of the analyze_lpf() method in the AnWTFilter class for more details.