BoxBlurFilter

This filter blurs an image with a box blur algorithm. This is much faster than Gaussian blur, but doesn't look as good. However, if you iterate a box blur, it approximates a Gaussian blur so this may be significantly faster for a given blur radius. You can also use the box blur to do horizontal or vertical motion blur.

Hibiscus Image
BoxBlurFilter