Info
This question is closed. Reopen it to edit or answer.
i am new to the image processing. i need help for deblurring the below blurred image.
1 view (last 30 days)
Show older comments
'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 Comments
Answers (1)
Jürgen
on 15 Sep 2012
Edited: Image Analyst
on 15 Sep 2012
Hi, If you're new take a look at : http://www.mathworks.nl/products/demos/image/ipexblind/ipexblind.html regarsJ
1 Comment
This question is closed.
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!