Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

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

1 visualización (últimos 30 días)
'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');

Respuestas (1)

Jürgen
Jürgen el 15 de Sept. de 2012
Editada: Image Analyst el 15 de Sept. de 2012
  1 comentario
Sivakrishna
Sivakrishna el 17 de Sept. de 2012
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