Smoothing
Region - Smooth
Smooths the region by averaging the points inside the specified kernel.
IN
| Name | Type | Description |
|---|---|---|
| InRegion | Region | The input Region |
| InRadiusX | Int | Kernel's radius on X axis. |
| Name | String | Set the tool's name |
| Enable | Bool | Sets if current tool is enabled or not |
OUT
| Name | Type | Description |
|---|---|---|
| OutImage | Image | Output image. |
| Error | ErrorState | Gets the execution error message |