Study of Smoothing and Sharpening Filters
Version 1.0.0.0 (54.3 KB) by
Amit Nambiar
Spatial Domain filtering- smoothing & sharpening filters.
Study of Spatial Domain filtering- smoothing & sharpening filters using the following kernels:
1) smoothing:
A=[1,1,1;1,1,1;1,1,1];
B=[1,2,1;2,4,2;1,2,1];
2) sharpening
A=[0,1,0;1,-4,1;0,1,0];
B=[1,1,1;1,-8,1;1,1,1];
Simple and easy to understand code.
Feel free to share...
Cite As
Amit Nambiar (2026). Study of Smoothing and Sharpening Filters (https://www.mathworks.com/matlabcentral/fileexchange/43786-study-of-smoothing-and-sharpening-filters), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2010a
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
- Signal Processing > Signal Processing Toolbox > Signal Generation, Analysis, and Preprocessing > Smoothing and Denoising >
Find more on Smoothing and Denoising in Help Center and MATLAB Answers
Tags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 |
