[]
        
(Showing Draft Content)

CSJ2K.j2k.wavelet.synthesis.SubbandSyn.Parent

Parent Property

Parent

Returns the parent of this subband. The parent of a subband is the subband from which this one was obtained by decomposition. The root element has no parent subband (null).

Declaration
public override Subband Parent { get; }
Property Value
Type Description
Subband

The parent subband, or null for the root one.

Overrides