이 번역 페이지는 최신 내용을 담고 있지 않습니다. 최신 내용을 영문으로 보려면 여기를 클릭하십시오.
디블러 처리
블러(예: 모션 블러, 포커스가 벗어난 렌즈로 인한 블러)를 사용하여 영상을 왜곡할 수 있습니다. 블러는 PSF(점 확산 함수)라고도 하는 왜곡 연산자로 표현됩니다. 영상의 PSF 및 잡음의 정도에 따라 적절한 디블러 처리 알고리즘을 활용하여 블러를 추정하고 제거할 수 있습니다.
함수
deconvblind | 블라인드 디컨벌루션을 사용하여 영상 디블러 처리 |
deconvlucy | Lucy-Richardson 방법을 사용하여 영상 디블러 처리 |
deconvreg | Deblur image using regularized filter |
deconvwnr | 위너 필터를 사용하여 영상 디블러 처리 |
edgetaper | Taper discontinuities along image edges |
otf2psf | Convert optical transfer function to point-spread function |
psf2otf | 점 확산 함수를 광학 전달 함수로 변환 |
padarray | 배열 채우기 |
도움말 항목
- 영상 디블러 처리
디블러 처리는 광학 시스템이 단일 광점을 흐릿하게 만드는 방식에 대한 지식을 사용하여 흐릿한 영상에서 왜곡을 제거하는 과정입니다.
- Adapt the Lucy-Richardson Deconvolution for Various Image Distortions
The Lucy-Richardson deconvolution function enables you to deblur images with complicated distortions such as nonuniform image quality or undersampling.
- Adapt Blind Deconvolution for Various Image Distortions
Although blind deconvolution algorithm does not require information about the blurring or noise, it enables you to deblur images that have complicated distortions such as nonuniform image quality or undersampling.
- Create Your Own Deblurring Functions
To create your own deblurring functions, convert the distortion operator between the spatial and the frequency domains.
- Avoid Ringing in Deblurred Images
Ringing is an artifact that appears as alternating bright and dark bands near edges. Reduce ringing by blurring the edges of the original image.