[]
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>
public virtual SynWTFilter[] getHFilters(int t, int c)
Type | Name | Description |
---|---|---|
int | t | The tile index, in raster scan order |
int | c | The component index. |
Type | Description |
---|---|
SynWTFilter[] | The array of horizontal analysis filters for component 'n' and tile 't'. |