Info
此问题已关闭。 请重新打开它进行编辑或回答。
i am new to the image processing. i need help for deblurring the below blurred image.
1 次查看(过去 30 天)
显示 更早的评论
'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 个评论
回答(1 个)
Jürgen
2012-9-15
编辑:Image Analyst
2012-9-15
Hi, If you're new take a look at : http://www.mathworks.nl/products/demos/image/ipexblind/ipexblind.html regarsJ
1 个评论
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!