Examples Balance filter based of Gauss blur.
This filter was first applied in STEX (2024) in a single-component version (Y, the values of the color components were aligned in accordance with the brightness values before and after the filter).
Here this filter is implemented in a full-color version.
Image | components | description | params |
---|---|---|---|
3 | oigin | - | |
3 | Balance filter | defaults: -s 10.0 -m 1.0 |
|
3 | deBalance filter | -s 10.0 -m -1.0 |
Image | components | description | params |
---|---|---|---|
4 | oigin | - | |
4 | Balance filter | defaults: -s 10.0 -m 1.0 |
|
4 | deBalance filter | -s 10.0 -m -1.0 |
- STB: stb.
- Gauss blur: iir_gauss_blur.
- Balance filter: stbibalance.