SimpleITK

From KitwarePublic
Jump to navigationJump to search

Simple ITK

Goals

  • Provide an easy-access layer to ITK for non-C++ expert developers

Sandbox

Scope

Suggested Areas to Cover

  • IO
  • Basic Filters
  • Registration
    • Basic Framework
    • Deformable registration
      • BSplines
      • Demons
  • Segmentation
    • Region Growing
    • Level Sets
    • Classifiers

Types

  • Image pixel types supported
    • unsigned char
    • float
    • ??
  • Image dimensions supported
    • 2D
    • 3D
    • ??

Languages

  • C++ Layer
  • Python
  • Lua
  • Java
  • ?


Plan

  • Image classes
  • IO