ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.wavelet.synthesis Namespace / SubbandSyn Class
Members

In This Topic
    SubbandSyn Class
    In This Topic
    This class represents a subband in a tree structure that describes the subband decomposition for a wavelet transform, specifically for the syhthesis side.

    The element can be either a node or a leaf of the tree. If it is a node then ther are 4 descendants (LL, HL, LH and HH). If it is a leaf there are no descendants.

    The tree is bidirectional. Each element in the tree structure has a "parent", which is the subband from which the element was obtained by decomposition. The only exception is the root element which has no parent (i.e.it's null), for obvious reasons.

    Object Model
    SubbandSyn Class
    Syntax
    'Declaration
     
    
    Public Class SubbandSyn 
       Inherits CSJ2K.j2k.wavelet.Subband
    public class SubbandSyn : CSJ2K.j2k.wavelet.Subband 
    Inheritance Hierarchy

    System.Object
       CSJ2K.j2k.wavelet.Subband
          CSJ2K.j2k.wavelet.synthesis.SubbandSyn

    See Also