Open main menu

CDOT Wiki β

Changes

BETTERRED

41 bytes added, 14:00, 2 March 2017
What is Gaussian blurring?
===What is Gaussian blurring?===
At a high level, Gaussian blurring works just like [https://en.wikipedia.org/wiki/Box_blur box blurring ] in that there is a weight per pixel and that for each pixel, you apply the weights to that pixel and it’s neighbors to come up<br/>
with the final value for the blurred pixel. It uses a convolution pattern which is a linear stencil that applies fixed weights to the elements of a neighborhood in the combination operation.
147
edits