Info

此问题已关闭。 请重新打开它进行编辑或回答。

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

1 次查看(过去 30 天)
'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

Community Treasure Hunt

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

Start Hunting!

Translated by