Image Erosion
Function: Performs morphological erosion processing on the input image.
Input Parameters:
Name | Type | Valid Range | Default Value | Meaning |
---|---|---|---|---|
Image |
MonoImage |
None |
None |
Single-channel grayscale chart. |
Output Parameters:
Name | Type | Valid Range | Default Value | Meaning |
---|---|---|---|---|
Post-corrosion image |
MonoImage |
None |
None |
Grayscale after corrosion. |
Parameter Settings:
Name | Type | Valid Range | Default Value | Meaning |
---|---|---|---|---|
Corrosion core size |
Integer |
[1, 50] |
3 |
Corrosion convolution kernel size. |
Number of iterations |
Integer |
[1, 100] |
1 |
The number of iterations of the corrosion operation. |