On this page

A convolution blur, intended for 2D image processing.

Warning

Not supported by Karma. Also not supported by MaterialX code-gen (other languages just pass-through).

Parameters

in

float

size

The size of the blur kernel, relative to 0-1 UV space; default is 0.

filtertype

The spatial filter used in the blur, either 'box' for a linear box filter, or 'gaussian' for a gaussian filter. Default is 'box'

Outputs

out

float

VOP nodes