Consider the following matrix representation of a 4 pixel by 4 pixel black and white image, which we will call A:
1 1 0 1
0 1 0 1
1 1 1 0
1 1 0 0
And the edge detection matrix B:
-1 -1 -1
-1 8 -1
-1 -1 -1
If we convolve matrix A and Matrix B, what are the values in the resulting matrix?
For this answer, write your answer in the form:
A, B, C, D
Where each letter is replaced with the numeric value that would be found in this matrix representation:
A B
C D