bilateral(src, sigma_color, filter_size, sigma_space, iterations)ΒΆ
Apply bilateral filter to the image. This maintains edges and softens flat regions.
Inputs
| name | type | default | description |
|---|---|---|---|
| src | image | Source image | |
| sigma_color | int | 20 | |
| filter_size | int | 9 | |
| sigma_space | int | 78 | |
| iterations | int | 1 | Number of times to apply the filter |
Outputs
| name | type | default | description |
|---|---|---|---|
| dst | image | Destination image |