Image Convolution

../../../../_images/image_convolution.svg

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: image
Description: image to perform convolution on
conv
Type: table
Description: Convolution matrix

Output ports

result
Type: image
Description: 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]