1

I'm new to image processing and wanted to deblur/denoise some images using Matlab. Example:

Input

enter image description here

Output

enter image description here

I don't know the exact blurring/noising effects by which the second image came about. At first, I normally did so by trial and error of the Wiener deconvolution method, but not able to reach best results.

So my question is, is there a more clever method other than trial and error?

(Note: The output image was obtained from Robot36 radio transmission decoder.)

4

1 に答える 1

2

Richardson-Lucy ブレ除去アルゴリズムを試すことをお勧めします。Image Processing Toolbox の組み込み関数として使用できます。画像のぼやけを除去する程度を制御するために設定できる複数の反復を利用します。私はいつもこれが非常に便利な方法だと思っています。ドキュメントのリンクは次のとおりです: deconvlucy

于 2013-06-05T17:21:59.717 に答える