#Gaussian Averaging Function

3 messages · Page 1 of 1 (latest)

supple pier
#

Please take screenshots next time

#

The error is likely because you don't reset sum to zero so it ends up accumulating the value of all pixels in the image

#

There are also other issues (including the fact that modifying the image in-place will affect the blur of pixels not yet processed)