双边模糊节点

../../../_images/compositing_types_filter_bilateral-blur_node.png双边模糊节点。

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 timesin example ray-traced ambient occlusion, blurry refractions/reflections, soft shadows,or to make non-photorealistic compositing effects.

输入

  • 图像
  • 标准图像输入。如果仅连接图像输入,则节点根据源图像中出现的边缘模糊图像。
  • 测定
  • 如果测定被监测到是非必须的,它可以作为定义图像模糊的边/边界。当源图像画面杂痕太多,这个节点会非常有用。但在Z缓冲区法线上定义一个物体清晰的边界/边是非常必要的。

属性

  • 迭代
  • 定义图像上需要执行多少次过滤。在定义圆形模糊时尤其有用。
  • 颜色西格玛
  • 定义图像上多大颜色差异可被采纳为边的阈值。
  • 空间西格玛
  • 调整模糊半径的变化量。

输出

  • 图像
  • 标准化图像输出。

范例

../../../_images/compositing_types_filter_bilateral-blur_example-1.pngBilateral smoothed Ambient Occlusion.blend-file example

../../../_images/compositing_types_filter_bilateral-blur_example-1-render.jpg渲染结果。../../../_images/compositing_types_filter_bilateral-blur_example-1-composite.jpg合成。

../../../_images/compositing_types_filter_bilateral-blur_example-2.pngBilateral faked blurry refraction and smoothed ray-traced soft shadow.blend-file example

../../../_images/compositing_types_filter_bilateral-blur_example-2-render.jpg渲染结果。../../../_images/compositing_types_filter_bilateral-blur_example-2-composite.jpg合成。

../../../_images/compositing_types_filter_bilateral-blur_example-3.pngBilateral smoothed buffered shadow.blend-file example

../../../_images/compositing_types_filter_bilateral-blur_example-3-render.jpg渲染结果。../../../_images/compositing_types_filter_bilateral-blur_example-3-composite.jpg合成。