i am new to the image processing. i need help for deblurring the below blurred image.
Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
Ältere Kommentare anzeigen
'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');
Antworten (1)
Jürgen
am 15 Sep. 2012
Bearbeitet: Image Analyst
am 15 Sep. 2012
1 Stimme
Hi, If you're new take a look at : http://www.mathworks.nl/products/demos/image/ipexblind/ipexblind.html regarsJ
1 Kommentar
Sivakrishna
am 17 Sep. 2012
Diese Frage ist geschlossen.
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!