| Name | Type | Identifier | Description | Constraints |
|---|
| Input |
|---|
| Input Binary Grid | grid, input | INPUT_GRID | Binary input image for the connectivity analysis | |
| Output |
|---|
| Filtered Image | grid, output, optional | FILTERED_MASK | Morphologically filtered binary mask | |
| Symbolic Image | grid, output | SYMBOLIC_IMAGE | The final symbolic image | |
| Outlines | shapes, output | OUTLINES | Polygon outlines of object regions | |
| Options |
|---|
| Apply Filter? | boolean | FILTER | Apply a filter (erosion - binary reconstruction) to the input image | Default: 1 |
| Filter Size (Radius) | integer number | SIZE | Filter size (radius in grid cells) | Default: 3 |
| Pixel Centers? | boolean | BORDER_PIXEL_CENTERS | Should the output shapes contain the centers of the border pixels instead of the corners? | Default: 0 |
| Remove Border Regions? | boolean | REMOVE_MARGINAL_REGIONS | Remove regions which have contact with (are adjacent to) the image borders? | Default: 0 |