How to convert image from Cartesian to polar coordinate?

Dear all,
I stuck when convert image from Cartesian coordinate to Polar coordinate.
I need some help.
Could any help me some guidence ?
Thanks and Regards!
Han

2 Commenti

File Exchange has a contribution for polar images
I used this one but it seem to be not work
https://www.mathworks.com/matlabcentral/fileexchange/17933-polar-to-from-rectangular-transform-of-images

Accedi per commentare.

Risposte (1)

3 Commenti

I try to use but it is not work for me.
im = (imread('XY_IMAGE.jpg'));
im90 = imrotate(im,-90,'bilinear')
im = double(im90)/255.0;
imP = ImToPolar(im, 1, 1, 256, 1024);
imP = imrotate(imP,-90)
subplot(2,2,1)
imshow(im90)
subplot(2,2,2)
imshow(imP)
From the description, you have to call "im_cart2pol", not "ImToPolar".
But I'm no expert in Image Processing - a case for ImageAnalyst.
Thanks you !
I am trying to do it

Accedi per commentare.

Categorie

Scopri di più su Convert Image Type in Centro assistenza e File Exchange

Prodotti

Release

R2022b

Richiesto:

il 16 Ott 2022

Commentato:

il 16 Ott 2022

Community Treasure Hunt

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

Start Hunting!

Translated by