Skip to content

Erode Activity

The Erode activity processes an input image to thin out its foreground areas. This operation effectively reduces the size of bright regions and expands dark regions, making fine details less prominent. It is commonly used in image processing for noise reduction or morphological operations.

Field Description Requirement
Input image The full path, file name, and extension of the image file to be processed. Required
Output image The full path, file name, and extension for the resulting processed image. Required
Erode coefficient A numerical value that determines the intensity of the erosion effect. Higher values result in more significant erosion. The default value is 9. Optional

Action Types & Examples

Input Image Path

  • Format: string
  • Example Result: "C:Robustarobusta.jpg"

Output Image Path

  • Format: string
  • Example Result: "C:Robustagrayscale.jpg"

Erode Coefficient Value

  • Format: digit (integer)
  • Example Result: "50"

Implementation Examples

Field Setup - Input image: C:Robustarobusta.jpg - Output image: C:Robustagrayscale.jpg

Execution Parameters - Erode coefficient: 50

Technical Notes

Image processing activities, such as Erode, can be resource-intensive depending on the input image's size and complexity. For optimal performance, ensure that the execution environment has adequate system resources. The quality of the output image is directly influenced by the chosen Erode coefficient.