SimpleITK: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
Line 24: | Line 24: | ||
** Level Sets | ** Level Sets | ||
** Classifiers | ** Classifiers | ||
== Types == | |||
* Image pixel types supported | |||
** unsigned char | |||
** float | |||
** ?? | |||
* Image dimensions supported | |||
** 2D | |||
** 3D | |||
** ?? | |||
== Languages == | == Languages == |
Revision as of 17:25, 15 July 2010
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