Project ↗ | Documentation ↗ | — | Tutorials ↗ | How To's ↗ | Explanations ↗ | References |
Entry ↗ | — | Sections ↘ | Permuted Sections ↘ | Names ↘ | Permuted Names ↘ | Strict ↘ | Implementations ↘ |
Documentation -- Reference Pages -- transform wiener
Table Of Contents
Operators
Operators
↑ aktive op wiener
Syntax: aktive op wiener src ?(param value)...? [→ definition]
Returns the input with a Wiener reconstruction filter applied to it.
The location of the input is ignored.
The filter is applied to each band of the input separately.
Input | Description |
---|---|
src | Source image |
Parameter | Type | Default | Description |
---|---|---|---|
radius | uint | 2 | Filter radius. Actual window size is 2*k-1 . The default value is 2. This is also the minimum allowed value. |
embed | str | mirror | Embedding to use for the internal local mean/variance information. The default, mirror, is chosen to not affect the result as much as possible. |