フィルターのクリア

How MTF blurs an image?

10 ビュー (過去 30 日間)
ylcnt
ylcnt 2021 年 2 月 13 日
コメント済み: Image Analyst 2021 年 2 月 17 日
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,

採用された回答

Image Analyst
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 件のコメント
ylcnt
ylcnt 2021 年 2 月 16 日
編集済み: ylcnt 2021 年 2 月 16 日
Thank you very much for your contribution. I tried to go further but unfortunately I still could't form the structure.
Which parameters will be the input of the h = fspecial('gaussian',hsize,sigma) filter? What is hsize and sigma according to your script?
Then where will I use the obtained MTF value as an amplitude? Here MTF isn't only MTFoptic. It is MTFoptic*MTFatmosphere. That's my difficulty!
And then how to use B = imfilter(A,h,options,...)?
I am really very sory for taking your time.
Image Analyst
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 件)

Community Treasure Hunt

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

Start Hunting!

Translated by