Study of Smoothing and Sharpening Filters
Version 1.0.0.0 (54,3 ko) par
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...
Citation pour cette source
Amit Nambiar (2024). Study of Smoothing and Sharpening Filters (https://www.mathworks.com/matlabcentral/fileexchange/43786-study-of-smoothing-and-sharpening-filters), MATLAB Central File Exchange. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Créé avec
R2010a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS LinuxCatégories
- Signal Processing > Signal Processing Toolbox > Signal Generation and Preprocessing > Smoothing and Denoising >
En savoir plus sur Smoothing and Denoising dans Help Center et MATLAB Answers
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.
SmoothingandSharpeningFilters/
Version | Publié le | Notes de version | |
---|---|---|---|
1.0.0.0 |