Sie verfolgen jetzt diese Einreichung
- Aktualisierungen können Sie in Ihrem Feed verfolgter Inhalte sehen.
- Je nach Ihren Kommunikationseinstellungen können Sie auch E-Mails erhalten.
Generalized signal dependent noise model:
y = f + f^gamma*u + w
This code will estimate the three parameters gamma, sigma_u, sigma_w of the Generalized signal dependent noise model.
% Inputs:
% img - color or grayscale noisy image.
% patchsize(optional) - patch size, default 7.
% conf(optional) - confidence interval to determin the threshold for the weak texture.
% In this algorithm, this value is usually set the value very close to one. (default: 1-1E-6).
% itr (optional) - number of iteration. (default: 3).
% Outputs;
% sigw - sigma_w.
% sigu - sigma_u.
% gamma - gamma.
% BW - indices of selected patches.
Reference:
1. Estimation Of Signal Dependent Noise Parameters From a Single Image
Xinhao Liu, Masayuki Tanaka and Masatoshi Okutomi
Proceedings of IEEE International Conference on Image Processing (ICIP2013), September, 2013
2. Practical Signal Dependent Noise Parameter Estimation From A Single Noisy Image
Xinhao Liu, Masayuki Tanaka and Masatoshi Okutomi
IEEE Transactions on Image Processing, Vo.23, No.10, pp.4361-4371, October, 2014
Zitieren als
xinhao liu (2026). Signal Dependent Noise Level Estimation (https://de.mathworks.com/matlabcentral/fileexchange/43224-signal-dependent-noise-level-estimation), MATLAB Central File Exchange. Abgerufen .
Quellenangaben
Inspiriert von: Noise Level Estimation from a Single Image
Allgemeine Informationen
- Version 1.2.0.0 (721 KB)
Kompatibilität der MATLAB-Version
- Kompatibel mit allen Versionen
Plattform-Kompatibilität
- Windows
- macOS
- Linux
| Version | Veröffentlicht | Versionshinweise | Action |
|---|---|---|---|
| 1.2.0.0 | update the reference |
||
| 1.1.0.0 | update describtion |
||
| 1.0.0.0 |
