147
edits
Changes
→The parameters to a Gaussian blur are:
If you apply multiple blurs, the equivalent blur is the square root of the sum of the squares of the blur. Taking wikipedia’s [https://en.wikipedia.org/wiki/Gaussian_blur example], if you applied a blur with radius 6 and a blur<br/>
with a radius of 8, you’d end up with the equivelant of a radius 10 blur. This is because √ ( 6<sup>2</sup> + 8<sup>2</sup> ) = 10
[[Image:Kernalweightperpixel.PNG|500px|thumb|alt=2D Gaussian]]
<h4>Calculating The Kernel</h4>