Summer2009:Using ITK in python
From NAMIC Wiki
Revision as of 11:35, 15 May 2009 by Pieper (talk | contribs) (Created page with '__NOTOC__ <gallery> Image:PW2009-v3.png|Project Week Main Page Image:Itk75.png|ITK provides body of algorithms in C++ Image:Python-logo.gif|Python pr...')
Home < Summer2009:Using ITK in python
Key Investigators
- GE: Jim Miller
- Isomics: Steve Pieper
- INRIA: Demian Wassermann
Objective
Develop strategies for embedding ITK filters in python code.
Approach, Plan
- Look at how numpy arrays are passed to C/C++ code using techniques like cython, weave, etc.
- Figure out what is needed to compile ITK code in these environments.
- Compare and contrast this approach to WrapITK
Progress