This functor generates a categorical map by assigning a label to each different value found on a map.
Name | Type | Description |
---|---|---|
Source | Map | Any type of map with non-null cells. |
Name | Type | Description | Default Value |
---|---|---|---|
Initial Label | Int | 1 | |
Cell Type | Cell Type | Data cell type. | Signed 32 Bit Integer |
Null Value | Int | Null value. | -2147483648 |
Labels Are Sparse | Bool | If true, this flag forces the map of labels to be created as a sparse image. Sparse images have the advantage of storing only the cells containing non-null values, but they have diminished access time. | True |
Name | Type | Description |
---|---|---|
Labels | Categorical Map | A map of categories or classes. |
LabelCategoryMap