SimpleITK/Pending Tasks: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
No edit summary
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
* Java Testing
= Code Generation =
* R Testing
 
* R Package generation (via cmake custom commands)
* Use multiple input filter templates for Lua code generation
* CMake configuration for
 
** Install simpleITK
= Python =
** Enable find_package(simpleITK)  to be used from applications.
 
* Bridge between sitkImage and  
* Bridge between sitkImage and Python and numpy arrays
** Python numpy arrays
 
** javaImage
= Java =
** R arrays
 
* 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
 
= C++ =
 
* Bridge between sitkImage and C arrays
* Bridge between sitkImage and STL containers
* Example on using SimpleITK and ITK in the same code
 
= CMake =
* Configuration to Install simpleITK
* Make easier to use it from applications without CMake
* Enable find_package(simpleITK)  to be used from applications.
* Locate SDKs for different languages (and if found, turn wrapping ON for that language)
* Prevent the ITK API to be exposed in the SimpleITK API ( except for the bridge between sitkImage and itkImage)

Latest revision as of 17:51, 13 February 2013

Code Generation

  • Use multiple input filter templates for Lua code generation

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

C++

  • Bridge between sitkImage and C arrays
  • Bridge between sitkImage and STL containers
  • Example on using SimpleITK and ITK in the same code

CMake

  • Configuration to Install simpleITK
  • Make easier to use it from applications without CMake
  • Enable find_package(simpleITK) to be used from applications.
  • Locate SDKs for different languages (and if found, turn wrapping ON for that language)
  • Prevent the ITK API to be exposed in the SimpleITK API ( except for the bridge between sitkImage and itkImage)