Fast Guassian Blur

Fastest Implementation of Gaussian Blur
814 Downloads
Updated 15 Mar 2022

Evaluation of few methods to apply Gaussian Blur on an Image.
The implemented methods:
1. Truncated Gaussian Kernel (FIR Filter).
2. Gaussian Blur approximation using Box Blur (Central Limit Theorem).
3. Gaussian Kernel Approximation using IIR Filter.

Cite As

Royi Avital (2024). Fast Guassian Blur (https://github.com/RoyiAvital/FastGuassianBlur), GitHub. Retrieved .

MATLAB Release Compatibility
Created with R2014a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Acknowledgements

Inspired by: FilterM

Inspired: Blind Gaussian De-blurring of an Image

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Versions that use the GitHub default branch cannot be downloaded

Version Published Release Notes
1.0.0.0

Updated Description.

To view or report issues in this GitHub add-on, visit the GitHub Repository.
To view or report issues in this GitHub add-on, visit the GitHub Repository.