Deblurring image with deconvolution
이전 댓글 표시
I have a picture 'image.jpg' that is blurred with function sin(x+y). How can I deblur it with deconvolution?
댓글 수: 8
Image Analyst
2018년 7월 1일
Is that the blurring PSF (if so, what's its extent?), or just a multiplicative factor over the whole image (like there is ripple in the image)? You forgot to post the image.
geometry geometry
2018년 7월 1일
geometry geometry
2018년 7월 1일
Image Analyst
2018년 7월 1일
편집: Image Analyst
2018년 7월 1일
I'm pretty sure no real world imaging system created this, so I suspect it's a synthesized image for your homework. If so, please read this link and create a tag on the right that says "homework".
Did you try using fft2() on the image and looking for spikes?
geometry geometry
2018년 7월 4일
Image Analyst
2018년 7월 4일
Didn't my demo show you how to get rid of sinusoidal noise?
geometry geometry
2018년 7월 4일
편집: geometry geometry
2018년 7월 4일
geometry geometry
2018년 7월 4일
편집: geometry geometry
2018년 7월 4일
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Deblurring에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!