i am new to the image processing. i need help for deblurring the below blurred image.

'Orig_I' is the original image 'Z' is the blurred image
hblur = [1 2 2 2 2 2 1];
hblur = hblur/sum(hblur);
Z = imfilter( Orig_I,hblur,'conv');

回答 (1 件)

Jürgen
Jürgen 2012 年 9 月 15 日
編集済み: Image Analyst 2012 年 9 月 15 日

1 投票

1 件のコメント

Sivakrishna
Sivakrishna 2012 年 9 月 17 日
hi Jürgen,
please suggest best method for deblurring the above blurred image....

この質問は閉じられています。

質問済み:

2012 年 9 月 15 日

閉鎖済み:

2021 年 8 月 20 日

Community Treasure Hunt

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

Start Hunting!

Translated by