Info

この質問は閉じられています。 編集または回答するには再度開いてください。

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

1 回表示 (過去 30 日間)
Sivakrishna
Sivakrishna 2012 年 9 月 15 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
'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 件のコメント
Sivakrishna
Sivakrishna 2012 年 9 月 17 日
hi Jürgen,
please suggest best method for deblurring the above blurred image....

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

Community Treasure Hunt

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

Start Hunting!

Translated by