0
votes
votes
2 answers
moving mean on a 2D array in c#
Hi There, I have a big 2D array . Can someone please help for each elemnt A[i,j] in the array take a window of n by n (80*80) elemnts with the A[i,j] in the middle, and calculate the mean and save it back to another array Mean[,]. thank ...
