Bilateral Blur Node

../../../_images/compositing_node-types_CompositorNodeBilateralblur.png

Bilateral Blur Node.

The Bilateral Blur node performs a high-quality adaptive blur on the source image, allowing to blur images while retaining their sharp edges.

It can be used for various purposes like: smoothing noisy render passes to avoid longer computation times in example ray-traced ambient occlusion, blurry refractions/reflections, soft shadows, or to make non-photorealistic compositing effects.

Inputs

Image
Standard image input. If only the image input is connected, the node blurs the image depending on the edges present in the source image.
Determinator
Which is non-obligatory and if the Determinator is connected, it serves as the source for defining edges/borders for the blur in the image. This has great advantage in case the source image is too noisy, but normals in combination with Z-buffer can still define exact borders/edges of objects.

Properties

Iterations
Defines how many times the filter should perform the operation on the image. It practically defines the radius of blur.
Color Sigma
Defines the threshold for which color differences in the image should be taken as edges.
Space Sigma
A fine-tuning variable for blur radius.

Outputs

Image
Standard image output.

Examples

../../../_images/compositing_types_filter_bilateral-blur_example-1.png

Bilateral smoothed Ambient Occlusion. blend-file example

../../../_images/compositing_types_filter_bilateral-blur_example-1-render.jpg

Render result.

../../../_images/compositing_types_filter_bilateral-blur_example-1-composite.jpg

Composite.

../../../_images/compositing_types_filter_bilateral-blur_example-2.png

Bilateral faked blurry refraction and smoothed ray-traced soft shadow. blend-file example

../../../_images/compositing_types_filter_bilateral-blur_example-2-render.jpg

Render result.

../../../_images/compositing_types_filter_bilateral-blur_example-2-composite.jpg

Composite.

../../../_images/compositing_types_filter_bilateral-blur_example-3.png

Bilateral smoothed buffered shadow. blend-file example

../../../_images/compositing_types_filter_bilateral-blur_example-3-render.jpg

Render result.

../../../_images/compositing_types_filter_bilateral-blur_example-3-composite.jpg

Composite.