gaussian_filter( input_array, sigma_x, sigma_y )
Version 1.2.0.0 (949 Bytes) by
Lukas Pop
2D Gaussian filter
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 (2025). 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 LinuxCategories
- Image Processing and Computer Vision > Computer Vision Toolbox > Recognition, Object Detection, and Semantic Segmentation > Image Category Classification >
Find more on Image Category Classification in Help Center and MATLAB Answers
Tags
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!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.