This is a module for the Insight Toolkit (ITK) to transform from cartesian to polar coordinate systems and back.
For more information, see the Insight Journal article:
Bican J. Polar Transforms for ITK The Insight Journal. July-December. 2006. https://hdl.handle.net/1926/342 https://insight-journal.org/browse/publication/130
Binary Python packages are available for Linux, macOS, and Windows. They can be installed with:
python -m pip install --upgrade pip python -m pip install itk-polartransform
Since ITK 5.0.0, this module is available in the ITK source tree as a Remote module. To enable it, set:
Module_PolarTransform:BOOL=ON
in ITK's CMake build configuration.
This software is distributed under the Apache 2.0 license. Please see the LICENSE file for details.