Study of Smoothing and Sharpening Filters
版本 1.0.0.0 (54.3 KB) 作者:
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...
引用格式
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. 检索时间: .
MATLAB 版本兼容性
创建方式
R2010a
兼容任何版本
平台兼容性
Windows macOS Linux类别
- Signal Processing > Signal Processing Toolbox > Signal Generation and Preprocessing > Smoothing and Denoising >
在 Help Center 和 MATLAB Answers 中查找有关 Smoothing and Denoising 的更多信息
标签
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!SmoothingandSharpeningFilters/
版本 | 已发布 | 发行说明 | |
---|---|---|---|
1.0.0.0 |