Closing Ones
The Closing Ones operator performs the morphological closing operation on the image with the kernel filled with ones.
Configuration Parameters
|
Parameter |
Type |
Description |
|---|---|---|
| kernelX |
int |
Width of the identity matrix. |
| kernelY |
int |
Width of the identity matrix. |
| iterations |
int |
Number of times erosion and dilation are applied. |
Input
|
Input |
Type |
Description |
|---|---|---|
|
imageIn |
message.python.image |
Input image |
Output
|
Output |
Type |
Description |
|---|---|---|
|
imageOut |
message.python.image |
Output image |
