Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
i am new to the image processing. i need help for deblurring the below blurred image.
    조회 수: 5 (최근 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!

