You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
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:
Cite As
SARATH JV (2026). hmf1(A,n) (https://uk.mathworks.com/matlabcentral/fileexchange/65981-hmf1-a-n), MATLAB Central File Exchange. Retrieved .
Acknowledgements
Inspired by: Hybrid median filtering
General Information
- Version 1.0.0.0 (1.99 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 |
