Average Filter

Version 1.6.0.0 (3,44 KB) von Jan Motl
Average filter performs image smoothing with integral image method.
2K Downloads
Aktualisiert 1 Jun 2018

Lizenz anzeigen

The advantage of this implementation in comparison to IMFILTER from Image Processing Toolbox is that the processing time is independent of window size. In practice, it means that this implementation of the mean filter is faster than IMFILTER once windows size goes beyond 7 pixels.

Zitieren als

Jan Motl (2024). Average Filter (https://www.mathworks.com/matlabcentral/fileexchange/40174-average-filter), MATLAB Central File Exchange. Abgerufen .

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

Community Treasure Hunt

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

Start Hunting!
Version Veröffentlicht Versionshinweise
1.6.0.0

Fix typos
Fixed the test file. (Thanks to Kate!)
Allowed reuse of the integral image.

1.5.0.0

Added support for even sized kernels.

1.4.0.0

Vectorised version.

1.3.0.0

Improved the help text. (Thanks Jan!)

1.2.0.0

Fixed copyright owner.

1.1.0.0

Added padding parameters.

1.0.0.0