Mittag-Leffler 2D filter for image processing

バージョン 1.0.4 (619 KB) 作成者: Ivo Petras
Generalized low-pass two-dimensional filter with three adjustable parameters
ダウンロード: 18
更新 2023/12/14

ライセンスの表示

Mittag-Leffler 2D filter with exponential-type forgetting
function [img_filt] = ML_filter_2D(img, sigma, alpha, beta)
Inputs: img = an image to be filtered or blured
sigma = standard deviation
alpha, beta = parameters of the Mittag-Leffler function
Output: img_filt = filtered image given in variable img
Please note that for running demo the well-know image of Lena
is necessary. Format PNG is used and file name is 'Lena.png'.
For more details about the function and help please write:
>> help ML_filter_2D
See also published paper with examples:
Petras Ivo: Novel Low-Pass Two-Dimensional Mittag–Leffler Filter and Its Application in Image Processing. Fractal and Fractional. 2023; 7(12):881. https://doi.org/10.3390/fractalfract7120881

引用

Ivo Petras (2024). Mittag-Leffler 2D filter for image processing (https://www.mathworks.com/matlabcentral/fileexchange/131039-mittag-leffler-2d-filter-for-image-processing), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2022a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
謝辞

ヒントを得たファイル: Mittag-Leffler function, Mittag-Leffler filter, Require FEX package

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.0.4

Added citation to published paper.

1.0.3

Add a link to the manuscript with examples.

1.0.2

Changed the title.

1.0.1

Added image of Lena.

1.0.0