August 2018
Beginner
334 pages
10h 19m
English
We create a new grid to be swapped with the original source grid following the application of the matrix filter on each position. Then, we iterate over each position that is to be created as a destination grid and compute its result, taking the original grid's value and applying the matrix filter to it.
It is important to note that the matrix filter must be an odd-square array for the algorithm to work as expected.
Read now
Unlock full access