[]
        
(Showing Draft Content)

CSJ2K.j2k.wavelet.synthesis.SynWTFilterSpec

SynWTFilterSpec Class

This class extends ModuleSpec class for synthesis filters specification holding purpose.

Inheritance
SynWTFilterSpec
Namespace: CSJ2K.j2k.wavelet.synthesis
Assembly: C1.WPF.PdfViewer.4.6.2.dll
Syntax
public class SynWTFilterSpec : ModuleSpec

Constructors

Name Description
SynWTFilterSpec(int, int, byte)

Constructs a new 'SynWTFilterSpec' for the specified number of components and tiles.

Methods

Name Description
ToString()

Debugging method

getHFilters(int, int)

Returns the horizontal analysis filters to be used in component 'n' and tile 't'.

       <p>The horizontal analysis filters are returned in an array of
       SynWTFilter. Each element contains the horizontal filter for each
       resolution level starting with resolution level 1 (i.e. the analysis
       filter to go from resolution level 1 to resolution level 0). If there
       are less elements than the maximum resolution level, then the last
       element is assumed to be repeated.</p>
getVFilters(int, int)

Returns the vertical analysis filters to be used in component 'n' and tile 't'.

       <p>The vertical analysis filters are returned in an array of
       SynWTFilter. Each element contains the vertical filter for each
       resolution level starting with resolution level 1 (i.e. the analysis
       filter to go from resolution level 1 to resolution level 0). If there
       are less elements than the maximum resolution level, then the last
       element is assumed to be repeated.</p>
getWTDataType(int, int)

Returns the data type used by the filters in this object, as defined in the 'DataBlk' interface for specified tile-component.

isReversible(int, int)

Check the reversibility of filters contained is the given tile-component.

See Also