[]
        
(Showing Draft Content)

CSJ2K.j2k.wavelet.synthesis.SynWTFilterSpec.getVFilters

getVFilters Method

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>
Declaration
public virtual SynWTFilter[] getVFilters(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'.