i am new to the image processing. i need help for deblurring the below blurred image.

'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');

답변 (1개)

Jürgen
Jürgen 2012년 9월 15일
편집: Image Analyst 2012년 9월 15일

댓글 수: 1

hi Jürgen,
please suggest best method for deblurring the above blurred image....

이 질문은 마감되었습니다.

질문:

2012년 9월 15일

마감:

2021년 8월 20일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by