How MTF blurs an image?
11 次查看(过去 30 天)
显示 更早的评论
I would like to see how MTF blurs an image for my academic works. I will load the original image and I will have an MTF value (for example MTF=0.7), then I would like to have blurred image that is the result of the original image and MTF interaction. I appreciate it if anyone could give me a script or method suggestion.
Thanks in advance,
0 个评论
采纳的回答
Image Analyst
2021-2-14
Use fspecial() to create Gaussian PSF's, which is just the spatial domain representation of the MTF. Then pass the PSF into imfilter().
8 个评论
Image Analyst
2021-2-17
The MTF is 1 at the zero frequency. You vary the sigma according to how much you want it to cut off the higher frequencies.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Image Processing Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!