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

3 vues (au cours des 30 derniers jours)
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!

Réponse acceptée

Image Analyst
Image Analyst le 28 Mai 2020
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 commentaires
Image Analyst
Image Analyst le 28 Mai 2020
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.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Read, Write, and Modify Image dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by