Fast Noise Estimation in Images

Estimate the standard deviation of the noise in a gray-scale image.
ダウンロード: 2.8K
更新 2012/5/31

ライセンスの表示

編集メモ: This file was selected as MATLAB Central Pick of the Week

This is an extremely simple m-file which implements the method described in :
J. Immerkær, “Fast Noise Variance Estimation”, Computer Vision and Image Understanding, Vol. 64, No. 2, pp. 300-302, Sep. 1996

The function inputs a grayscale image I and returns Sigma, the noise estimate. Here is a sample use:

I = rgb2gray(imread('sample.jpg'));
Sigma=estimate_noise(I);

The advantage of this method is that it includes a Laplacian operation which is almost insensitive to image structure but only depends on the noise in the image.

引用

Tolga Birdal (2024). Fast Noise Estimation in Images (https://www.mathworks.com/matlabcentral/fileexchange/36941-fast-noise-estimation-in-images), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2009b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersNeighborhood and Block Processing についてさらに検索
謝辞

ヒントを得たファイル: Noise Level Estimation from a Single Image

Community Treasure Hunt

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

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