Image Dilation
Function: Performs morphological dilation 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-Inflatable Image |
MonoImage |
None |
None |
Grayscale diagram after expansion. |
Parameter Settings:
Name | Type | Valid Range | Default Value | Meaning |
---|---|---|---|---|
Expanded nucleus size |
Integer |
[1, 50] |
3 |
Size of the expanded convolution kernel. |
Number of iterations |
Integer |
[1, 100] |
1 |
The number of iterations of the expansion operation. |