hmf1(A,n)

バージョン 1.0.0.0 (1.99 KB) 作成者: SARATH JV
This is modified median filter consisting of more than 2median value calculation.
ダウンロード: 30
更新 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 (2024). hmf1(A,n) (https://www.mathworks.com/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