Box Filter
The Box Filter operator performs box filter on the image.
Configuration Parameters
Parameter |
Type |
Description |
---|---|---|
ksize |
int |
Blurring kernel size. |
anchor1 |
int |
Anchor point x. |
anchor2 |
int |
Anchor point y. |
Input
Input |
Type |
Description |
---|---|---|
imageIn |
message.python.image |
Input image |
Output
Output |
Type |
Description |
---|---|---|
imageOut |
message.python.image |
Output image |