ITK/WrapITK Status: Difference between revisions

From KitwarePublic
< ITK
Jump to navigationJump to search
Line 7: Line 7:
To help improve WrapITK support, please consider [[ITK/Git|contributing patches]] or [[ITK/Git/Dashboard|a WrapITK Nightly dashboard build]].
To help improve WrapITK support, please consider [[ITK/Git|contributing patches]] or [[ITK/Git/Dashboard|a WrapITK Nightly dashboard build]].


For conversion to/from Python [http://www.numpy.org/ NumPy] arrays and ''itk::Image'''s is possible the with ITKBridgeNumpy Remote module.
Conversion to/from Python [http://www.numpy.org/ NumPy] arrays and ''itk::Image'''s is possible the with ITKBridgeNumpy Remote module.

Revision as of 20:46, 2 November 2015

WrapITK Status

WrapITK is the SWIG-based dynamic language wrapping infrastructure for ITK. SWIG supports a number of languages. Currently, WrapITK generates wrapping for Java and Python. Python is currently the best supported language.

WrapITK has undergone considerable improvements recently, and platform support is continuously expanding. Wrapping is currently support on Mac OSX, Windows, and Linux.

To help improve WrapITK support, please consider contributing patches or a WrapITK Nightly dashboard build.

Conversion to/from Python NumPy arrays and itk::Image's is possible the with ITKBridgeNumpy Remote module.