i am new to the image processing. i need help for deblurring the below blurred image.
Información
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
Mostrar comentarios más antiguos
'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
el 15 de Sept. de 2012
Editada: Image Analyst
el 15 de Sept. de 2012
1 voto
Hi, If you're new take a look at : http://www.mathworks.nl/products/demos/image/ipexblind/ipexblind.html regarsJ
1 comentario
Sivakrishna
el 17 de Sept. de 2012
La pregunta está cerrada.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!