[]
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>
public TagTreeDecoder(int h, int w)
Public Sub New(h As Integer, w As Integer)
| Type | Name | Description |
|---|---|---|
| int | h | The number of elements along the vertical direction. |
| int | w | The number of elements along the horizontal direction. |