Blur

../../_images/blur_screenshot.png

Blur algorithms are used to reduce image noise and details.

ImageC provides two different blur algorithms, “normal” blur and Gaussian blur. For both the filter kernel size can be set. The larger the kernel, the more details are removed from the image.

Gaussian blur uses a Gaussian function to blur the image. Compared to the normal blur gaussian blur tends to preserve edges slightly better and avoids sharp transitions between blurred regions.

Hint

Bigger filter kernels removes more noise and details from the image. Use gaussian blur to preserve edges in a better way than normal blur.