ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.wavelet.analysis Namespace / ForwWT Interface / getHorAnWaveletFilters Method
The index of the tile for which to return the filters.
The index of the component for which to return the filters.

In This Topic
    getHorAnWaveletFilters Method (ForwWT)
    In This Topic
    Returns the horizontal analysis wavelet filters used in each level, for the specified tile-component. The first element in the array is the filter used to obtain the lowest resolution (resolution level 0) subbands (i.e. lowest frequency LL subband), the second element is the one used to generate the resolution level 1 subbands, and so on. If there are less elements in the array than the number of resolution levels, then the last one is assumed to repeat itself.

    The returned filters are applicable only to the specified component and in the current tile.

    The resolution level of a subband is the resolution level to which a subband contributes, which is different from its decomposition level.

    Syntax
    'Declaration
     
    
    Function getHorAnWaveletFilters( _
       ByVal t As Integer, _
       ByVal c As Integer _
    ) As AnWTFilter()
    AnWTFilter[] getHorAnWaveletFilters( 
       int t,
       int c
    )

    Parameters

    t
    The index of the tile for which to return the filters.
    c
    The index of the component for which to return the filters.

    Return Value

    The horizontal analysis wavelet filters used in each level.
    See Also