Bilateral Blur(バイラテラルブラー)ノード¶

The Bilateral Blur node performs a high-quality adaptive blur, blurring the image while retaining sharp edges.
ノイズの多いレンダーパスをスムージングして、レイトレースされたアンビエントオクルージョン、ぼやけた屈折/反射、やわらかいシャドウなどの計算時間が長くならないようにしたり、非フォトリアリスティックな合成効果を作成したりするなど、さまざまな目的に使用できます。
入力¶
- Image(画像)
標準カラー入力。画像入力のみが接続されている場合、ノードはソース画像に存在する辺に応じて画像をぼかします。
- Determinator(境界決定ソース)
If 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.
- Size(サイズ)
The size of the blur in pixels.
- Threshold(しきい値)
Pixels are considered in the blur area if the average difference between their determinator and the determinator of the center pixel is less than this threshold.
Properties(プロパティ)¶
このノードにはプロパティがありません。
出力¶
- Image(画像)
標準のカラー出力です。
例¶

Bilateral smoothed Ambient Occlusion. blend-file example¶