gaussian_filter( input_array, sigma_x, sigma_y )

Version 1.2.0.0 (949 Bytes) von Lukas Pop
2D Gaussian filter
144 Downloads
Aktualisiert 10. Jun 2016

Lizenz anzeigen

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

Zitieren als

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. Abgerufen.

Kompatibilität der MATLAB-Version
Erstellt mit R2014b
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Quellenangaben

Inspiriert: 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 Veröffentlicht Versionshinweise
1.2.0.0

Minor speed improvement.

1.1.0.0

bug correction

1.0.0.0