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

In This Topic
    SubbandAn Class
    In This Topic
    This class represents a subband in a bidirectional tree structure that describes the subband decomposition for a wavelet transform, specifically for the analysis 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
    SubbandAn Class
    Syntax
    'Declaration
     
    
    Public Class SubbandAn 
       Inherits CSJ2K.j2k.wavelet.Subband
    public class SubbandAn : CSJ2K.j2k.wavelet.Subband 
    Inheritance Hierarchy

    System.Object
       CSJ2K.j2k.wavelet.Subband
          CSJ2K.j2k.wavelet.analysis.SubbandAn

    See Also