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.
    5 visualizaciones (últimos 30 días)
  
       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');
0 comentarios
Respuestas (1)
  Jürgen
      
 el 15 de Sept. de 2012
        
      Editada: Image Analyst
      
      
 el 15 de Sept. de 2012
  
      Hi, If you're new take a look at : http://www.mathworks.nl/products/demos/image/ipexblind/ipexblind.html regarsJ
1 comentario
La pregunta está cerrada.
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

