Study of Smoothing and Sharpening Filters
Version 1.0.0.0 (54,3 KB) von
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...
Zitieren als
Amit Nambiar (2025). Study of Smoothing and Sharpening Filters (https://de.mathworks.com/matlabcentral/fileexchange/43786-study-of-smoothing-and-sharpening-filters), MATLAB Central File Exchange. Abgerufen.
Kompatibilität der MATLAB-Version
Erstellt mit
R2010a
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS LinuxKategorien
- Signal Processing > Signal Processing Toolbox > Signal Generation, Analysis, and Preprocessing > Smoothing and Denoising >
Mehr zu Smoothing and Denoising finden Sie in Help Center und MATLAB Answers
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
SmoothingandSharpeningFilters/
| Version | Veröffentlicht | Versionshinweise | |
|---|---|---|---|
| 1.0.0.0 |
