[]
        
(Showing Draft Content)

CSJ2K.j2k.wavelet.synthesis.SynWTFilter.AnLowPosSupport

AnLowPosSupport Property

AnLowPosSupport

Returns the positive support of the low-pass analysis filter. That is the number of taps of the filter in the negative direction.

Declaration
public abstract int AnLowPosSupport { get; }
Public MustOverride ReadOnly Property AnLowPosSupport As Integer
Property Value
Type Description
int

The number of taps of the low-pass analysis filter in the positive direction

Implements