hmf1(A,n)

版本 1.0.0.0 (2.0 KB) 作者: SARATH JV
This is modified median filter consisting of more than 2median value calculation.
32.0 次下载
更新时间 2018/2/7

查看许可证

it performs hybrid median filtering of the matrix A using a NxN box. Hybrid median filtering preserves edges better than a NxN square kernel-based median filter because data from different spatial directions are ranked separately. Three median values are calculated int he NxN box: MR is the median of horizontal and vertical R pixels, and MD is the median of diagonal D pixels. The filtered value is the median of the two median values and the central pixel C: median([MR,MD,C]). For N = 5:

引用格式

SARATH JV (2025). hmf1(A,n) (https://ww2.mathworks.cn/matlabcentral/fileexchange/65981-hmf1-a-n), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2012a
兼容任何版本
平台兼容性
Windows macOS Linux
致谢

参考作品: Hybrid median filtering

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0