Modeling Guide

Gaussian Blur

The Gaussian Blur operator adds Gaussian blur to the image.

Configuration Parameters

Parameter

Type

Description

ksize1 todo Gaussian kernel width.
ksize2 todo Gaussian kernel height.
sigmaX todo Gaussian kernel standard deviation in X direction.
random boolean If false, uses the given values to perform Gaussian blur. If true, uses the given "ksize1" and "ksize2" but uses a random value in [0,sigmaX] for deviation.

Input

Input

Type

Description

imageIn

message.python.image

Image that will get Gaussian blur.

Output

Output

Type

Description

imageOut

message.python.image

The blurred image.