Closing Eye
The Closing Eye operator performs the morphological closing operation on the image with the identity matrix kernel.
Configuration Parameters
|
Parameter |
Type |
Description |
|---|---|---|
| kernelSize |
int |
Size of the identity matrix. |
| iterations |
int |
Number of times erosion and dilation are applied. |
|
flip |
bool |
Flip kernel. |
Input
|
Input |
Type |
Description |
|---|---|---|
|
imageIn |
message.python.image |
Input image |
Output
|
Output |
Type |
Description |
|---|---|---|
|
imageOut |
message.python.image |
Output image |
