Difference between revisions of "Summer2009:Using ITK in python"

From NAMIC Wiki
Jump to: navigation, search
Line 16: Line 16:
  
 
<h3>Objective</h3>
 
<h3>Objective</h3>
Develop strategies for embedding ITK filters in python code.
+
Develop strategies for embedding ITK filters in python code.  See if this would be a workable strategy for creating slicer modules.
  
 
</div>
 
</div>
Line 37: Line 37:
 
</div>
 
</div>
 
</div>
 
</div>
 
  
 
==References==
 
==References==

Revision as of 11:36, 15 May 2009

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. See if this would be a workable strategy for creating slicer modules.

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


References