Convolution Filter

Apply a Convolution filter to an Image

Description

Apply a Convolution filter to an Image with a Matrix

Usage

Matrix Samples

0,0,0,0,-1,0,0,0,0
-1,0,-1,0,7,0,-1,0,-1
-2,-1,0,-1,1,1,0,1,2
-1,0,0,0,0,0,0,0,1
-1,-2,-1,0,0,0,1,2,1
0,-1,0,-1,4,-1,0,-1,0

Last updated