Introduction - If you have any usage issues, please Google them yourself
This source code is a one file implementation of 2d correlation and convolution.
Using the basic difference between correlation and convolution this code correlates or convolves a given 2d matrix with a square window matrix (another 2d matrix) in an interactive manner in runtime and displays the output on user s choice.