Skip to content

A module for ITK to transform from cartesian to polar coordinate systems and back.

License

Notifications You must be signed in to change notification settings

InsightSoftwareConsortium/ITKPolarTransform

Repository files navigation

ITKPolarTransform

Overview

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.
http://hdl.handle.net/1926/342
http://insight-journal.org/browse/publication/130

Installation

Python

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

C++

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.

License

This software is distributed under the Apache 2.0 license. Please see the LICENSE file for details.