Bloom Filter
Filter
RIF_IMAGE_FILTER_BLOOM
Description
One of the filters that help reproduce real-world camera effects. Produces fringes (or feathers) of light extending from the borders of bright areas in an image, contributing to the illusion of an extremely bright light overwhelming the camera or eye capturing the scene.
Parameters
Parameter |
Type |
Input/Output |
Description |
---|---|---|---|
radius |
float |
input |
Filter radius (relative to image dimensions). Actual radius in pixels is calculated in kernel as |
threshold |
float |
input |
Pixels with values below that wouldn’t be taken into account. |
weight |
float |
input |
Area sum is multiplied by the weight value. |
decay |
float |
input |
Light intensity decay, default value is 1 (no decay). |