| TYPE | NAME | DESCRIPTION |
|---|---|---|
| INT32 | run_mode | Interactive, non-interactive |
| IMAGE | img | The Image to Filter |
| DRAWABLE | drw | The Drawable |
| FLOAT | alpha | The amount of the filter to apply |
| FLOAT | radius | The filter radius |
| INT32 | filter | The Filter to Run, 0 - alpha trimmed mean; 1 - optimal estimation (alpha controls noise variance); 2 - edge enhancement |