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

Respuestas (1)

Jürgen
Jürgen el 15 de Sept. de 2012
Editada: Image Analyst el 15 de Sept. de 2012

1 comentario

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

La pregunta está cerrada.

Preguntada:

el 15 de Sept. de 2012

Cerrada:

el 20 de Ag. de 2021

Community Treasure Hunt

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

Start Hunting!

Translated by