kuwahara(src, kernel_size)ΒΆ
Apply the kuwahara operator. This smooths textured regions whilst maintaining edges.
Inputs
| name | type | default | description |
|---|---|---|---|
| src | image | Source image | |
| kernel_size | int | 5 | Radius around each pixel to examine |
Outputs
| name | type | default | description |
|---|---|---|---|
| dst | image | Destination image |