Currently, I need to perform Gaussian filtering on images, but I want to avoid using MATLAB's built-in functions. Given an image of size N x N, my idea is to construct a sparse matrix where both ...