SimpleITK/Pending Tasks: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
* Java Testing
= Java =
* R Testing
 
* R Package generation (via cmake custom commands)
* Testing
* CMake configuration for
* Bridge between sitkImage and java image class (target ImageJ plugins)
** Install simpleITK
 
** Enable find_package(simpleITK)  to be used from applications.
= R =
* Bridge between sitkImage and
 
** Python numpy arrays
* Testing
** javaImage
* Package generation (via cmake custom commands)
** R arrays
* Bridge between sitkImage and numpy arrays
 
= CMake =
* Configuration to Install simpleITK
* Enable find_package(simpleITK)  to be used from applications.

Revision as of 15:56, 22 December 2010

Java

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

R

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

CMake

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