[]
        
(Showing Draft Content)

CSJ2K.j2k.wavelet.synthesis.SynWTFilter.SynHighPosSupport

SynHighPosSupport Property

SynHighPosSupport

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

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

The number of taps of the high-pass synthesis filter in the positive direction

Implements