Label | Explanation | Data Type |
Input Raster | The raster dataset to segment. This can be a multispectral or grayscale image. | Mosaic Layer; Raster Layer |
Minimum Segment Size In Pixels (Optional) | The minimum size of a segment. Merge segments smaller than this size with their best fitting neighbor segment. This is related to the minimum mapping unit for your project. Units are in pixels. | Long |
Band Indexes (Optional) | The bands that will be used to segment the imagery, separated by a space. If no band indexes are specified, they are determined by the following criteria:
The band order will not change the result. Select bands that offer the most differentiation between the features of interest. | String |
Maximum Segment Size In Pixels (Optional) | The maximum size of a segment. Segments that are larger than the specified size will be divided. Use this parameter to prevent artifacts in the output raster resulting from large segments. Units are in pixels. The default value is -1, meaning there is no limit on the segment size. | Long |
Return Value
Label | Explanation | Data Type | Output Raster Dataset | Specify a name and extension for the output dataset. If the input was a multispectral image, the output will be an 8-bit RGB image. If the input was a grayscale image, the output will be an 8-bit grayscale image. | Raster |