Gaussian filter

Applies a Gaussian filter to smooth the image.
Optionally, a Boolean signal can be selected for the Enable Execution input so that the algorithm is only active if the value of the selected signal is TRUE.
Configuration options
- Filter Width: Filter width in pixels (1, 3, 5, 7, ...).
- Filter Height: Filter height in pixels (1, 3, 5, 7, ...).
- Sigma X: (Optional) Standard deviation of the Gaussian kernel in the X direction (>= 0, automatically selected at 0).
- Sigma Y: (Optional) Standard deviation of the Gaussian kernel in the Y direction (>= 0, automatically selected at 0).
- Border Type: (Optional) Treatment of the image border.
Output values
- Count Results: Is incremented when a new result is provided.
- hr: HRESULT error code that outputs the result of the processing.
- Image: Initial image of the algorithm.
- New Result: (Optional) TRUE if a new result is provided.