How can you increase the angular resolution of pixels in a 2 D image fourier transform

2 ビュー (過去 30 日間)
Hi,
i have been doing 2D Fourier transforms on tilted fringe images and I want to know how to increase the angular resolution of the fringes so that I can obtain the fringe angle from the 2D fourier transform. I have tried using interpolation methods like (imresize, interp2) but that didn't get me to the resolution that I needed. I have also tried using resample to increase the sampling rate but that didn't give the result I wanted. Do you know of any ideas that I can use to increase the angular resolution?
An example of an image of the tilted fringe is attached. Thanks!

採用された回答

Image Analyst
Image Analyst 2020 年 5 月 28 日
The pixel resolution is determined and fixed by the size of the image matrix. If you increase the image size using imresize() it will give you more pixels but don't be deceived that this gives you more resolution physically in the real world. You can increase the number of pixels all you want and it won't give you more real resolution. In other words, if an image is blurry, scaling up the number of pixels by a thousand in each dimension will not now suddenly let you resolve points a thousand times closer together. It will still be a blurry image, just bigger.
  3 件のコメント
Image Analyst
Image Analyst 2020 年 5 月 28 日
Yes, and yes. As long as the larger size was not just created by upsampling a smaller digital image. For example, you can use a 4000 x 5000 pixel camera instead of a 1080 x 1280 pixel camera. But you can't just turn a 1080 x 1280 digital image into a 4000 x 5000 digital image with imresize() and expect to have more real world resolution even though the number of rows and columns is more.
Isaac Oguntoye
Isaac Oguntoye 2020 年 5 月 30 日
Thanks @Image Analyst.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeRead, Write, and Modify Image についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by