Azzera filtri
Azzera filtri

Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

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

1 visualizzazione (ultimi 30 giorni)
'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');

Risposte (1)

Jürgen
Jürgen il 15 Set 2012
Modificato: Image Analyst il 15 Set 2012

Questa domanda è chiusa.

Community Treasure Hunt

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

Start Hunting!

Translated by