SimpleITK/Pending Tasks: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
= Python =
* Bridge between sitkImage and Python and numpy arrays
= Java =
= Java =


Line 8: Line 12:
* Testing
* Testing
* Package generation (via cmake custom commands)
* Package generation (via cmake custom commands)
* Bridge between sitkImage and numpy arrays
* Bridge between sitkImage and R arrays


= CMake =
= CMake =

Revision as of 15:56, 22 December 2010

Python

  • Bridge between sitkImage and Python and numpy arrays

Java

  • Testing
  • Bridge between sitkImage and java image class (target ImageJ plugins)

R

  • Testing
  • Package generation (via cmake custom commands)
  • Bridge between sitkImage and R arrays

CMake

  • Configuration to Install simpleITK
  • Enable find_package(simpleITK) to be used from applications.