Median Blur
The Median Blur operator performs median blur on the image.
Configuration Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
ksize |
int | Blurring kernel size. |
Input
|
Input |
Type |
Description |
|---|---|---|
|
imageIn |
message.python.image | Input image |
Output
|
Output |
Type |
Description |
|---|---|---|
|
imageOut |
message.python.image | Output image |
