|
|
ColorRemappingGrayMap Property |
Namespace: Accord.Imaging.Filters
| Exception | Condition |
|---|---|
| ArgumentException | A map should be array with 256 value. |
The remapping array should contain 256 remapping values. The remapping occurs by changing pixel's value g to GrayMap[g].
The gray map is for grayscale images only.