gaussian_filter( input_array, sigma_x, sigma_y )

Version 1.2.0.0 (949 Bytes) by Lukas Pop
2D Gaussian filter
142 Downloads
Updated 10 Jun 2016

View License

The function computes 2D Gaussian filter of input array, ignores NaNs
if sigma_y is not specified, it is set equal to sigma_x
no need for additional commercial toolboxes

Cite As

Lukas Pop (2024). gaussian_filter( input_array, sigma_x, sigma_y ) (https://www.mathworks.com/matlabcentral/fileexchange/55987-gaussian_filter-input_array-sigma_x-sigma_y), MATLAB Central File Exchange. Retrieved .

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

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!
Version Published Release Notes
1.2.0.0

Minor speed improvement.

1.1.0.0

bug correction

1.0.0.0