'How to convert an image from polar to cartesian coordinate in golang? [closed]

How to convert an image from polar to cartesian coordinate in golang?

Currently i can do it with imagemagick using:

convert polar_arctic.jpg  -distort DePolar 0  world_restored.jpg

but don't want to use image magick and want to do it purely in go.

really appreciate if anyone can explain.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source