Custom filter

Applies a user-defined filter to 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
- Rows: Rows of the filter core matrix.
- Cols: Columns of the filter core matrix.
- Kernel Matrix: Filter kernel matrix
- Anchor X: (Optional) The anchor point defines which point of the filter kernel is moved over each pixel of the input image.
- Anchor Y: (Optional) The anchor point defines which point of the filter kernel is moved over each pixel of the input image.
- Delta: (Optional) The constant delta is added to the result of the filter operation.
- 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.