convert polar image to cartesian image
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
hi I would convert image in polar coordinates to cartesian coordinates i have tested severals functions existing in file exchange such as polar to Im and polar 2 image but always i found artifacts in cartesian image. i would have cartesian image which is very similar to initial image. I would be very gratefull if you can help me thanks
3 Kommentare
Image Analyst
am 29 Aug. 2017
Because of digitizations, not every Cartesian location will have a corresponding element in the polar array so you may have holes (unassigned locations) if you don't do the transformation correctly. You have to "pull" over the correct value to the Cartesian image rather than "send" the polar value over.
Antworten (0)
Siehe auch
Kategorien
Mehr zu Geometric Transformation and Image Registration finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!