GaussianBlurComponent
Applies a Gaussian blur to an image.
Inputs
Primary input (Buffer): the image to blur.
Outputs
- Primary channel (single,
Buffer): the image, blurred.
Configuration
Appears in configuration files with type = "gaussian-blur".
Additional fields:
sigma(positive float): the standard deviation of the blurwidth(odd, positive integer): the width of the blur windowheight(odd, positive integer): the height of the blur window
width and height can typically be roughly sigma * 3.