SimpleITK: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
(→Types) |
|||
Line 28: | Line 28: | ||
* Image pixel types supported | * Image pixel types supported | ||
** | ** int8_t | ||
** int16_t | |||
** int32_t | |||
** float | ** float | ||
* Image dimensions supported | * Image dimensions supported | ||
** 3D | ** 3D | ||
== Languages == | == Languages == |
Revision as of 17:27, 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
- int8_t
- int16_t
- int32_t
- float
- Image dimensions supported
- 3D
Languages
- C++ Layer
- Python
- Lua
- Java
- ?
Plan
- Image classes
- IO