Feature Description
The image value modification function can batch replace one or more specified pixel values in the image with target values. It is applicable to various scenarios such as correcting outliers, unifying background values (e.g., edge NoData values), reclassification, and integrating multi-source image data, effectively improving the standardization and usability of image data.
SuperMap ImageX Pro Supported starting from version 2026.
Parameter description
| Parameter Name | parameter interpretation | parameter type |
| image file list |
Manages image files whose values need to be modified.
|
DatasetImage |
| Set Value |
In the set value list, multiple image values to be changed can be set via the Add button, with image values corresponding one-to-one with target values. For example, in record number 1, if the image value is 112 and the target value is 10, the system will modify all pixels with a value of 112 in the image to 10. |
OrthoImageChangeValue |
| retrieval mode |
Provides two modes: single-band and multi-band, for detecting and modifying image values to be changed.
|
OrthoBandIndexMode |
| export directory | Sets the storage path for the result image. | File |
Output Result
Outputs the result image data to the local folder.
Related Topics