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!