Image Convolution¶
Convolves the input image with a kernel given by second input as a table. Each channel is processed separately.
Documentation¶
Convolves the input image with a kernel given by second input as a table. Each channel is processed separately.
Definition¶
Input ports¶
- image
Type: imageDescription: image to perform convolution on- conv
Type: tableDescription: Convolution matrix
Output ports¶
- result
Type: imageDescription: result after convolution
Configuration¶
- Border mode (border mode)
Method used for padding the input
- Pad value (k)
Value used for border mode “constant”
Implementation¶
- class node_convolution.ImageConvolution[source]