Tagged Questions

2
votes
7answers
3k views

Fast algorithm for polar -> cartesian conversion

I have an image on a polar grid. This image should be transformed into a cartesian grid, but the only algorithm I know of is really slow for this. Now I use the cartesian grid, for each point I find ...