[]
        
(Showing Draft Content)

CSJ2K.j2k.wavelet.synthesis.SynWTFilterSpec.getHFilters

getHFilters 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>
Declaration
public virtual SynWTFilter[] getHFilters(int t, int c)
Parameters
Type Name Description
int t

The tile index, in raster scan order

int c

The component index.

Returns
Type Description
SynWTFilter[]

The array of horizontal analysis filters for component 'n' and tile 't'.