[]
        
(Showing Draft Content)

CSJ2K.j2k.codestream.reader.TagTreeDecoder.-ctor

TagTreeDecoder Constructor

TagTreeDecoder(int, int)

Creates a tag tree decoder with 'w' elements along the horizontal dimension and 'h' elements along the vertical direction. The total number of elements is thus 'vdim' x 'hdim'.

       <p>The values of all elements are initialized to Integer.MAX_VALUE
       (i.e. no information decoded so far). The states are initialized all to
       0.</p>
Declaration
public TagTreeDecoder(int h, int w)
Public Sub New(h As Integer, w As Integer)
Parameters
Type Name Description
int h

The number of elements along the vertical direction.

int w

The number of elements along the horizontal direction.