Archive for June 15th, 2006
Daily Archive
Thursday, June 15th, 2006
Local moments
For a recent project, I needed to compute a local mean and standard deviation for an array. Given a window size, the local mean for a given pixel location is the mean of all the elements around that pixel in the window. So the local mean is an array the same size as the original [...]
