Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

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

1 vue (au cours des 30 derniers jours)
Sivakrishna
Sivakrishna le 15 Sep 2012
Clôturé : MATLAB Answer Bot le 20 Août 2021
'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');

Réponses (1)

Jürgen
Jürgen le 15 Sep 2012
Modifié(e) : Image Analyst le 15 Sep 2012
  1 commentaire
Sivakrishna
Sivakrishna le 17 Sep 2012
hi Jürgen,
please suggest best method for deblurring the above blurred image....

Cette question est clôturée.

Community Treasure Hunt

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

Start Hunting!

Translated by