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');

Antworten (1)

Jürgen
Jürgen am 15 Sep. 2012
Bearbeitet: Image Analyst am 15 Sep. 2012

1 Kommentar

hi Jürgen,
please suggest best method for deblurring the above blurred image....

Diese Frage ist geschlossen.

Gefragt:

am 15 Sep. 2012

Geschlossen:

am 20 Aug. 2021

Community Treasure Hunt

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

Start Hunting!

Translated by