SimpleITK: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
(Created page with ''''Simple ITK''' = Goals = * Provide an easy-access layer to ITK for non-C++ expert developers = Sandbox = * http://github.com/dblezek/SimpleITK') |
|||
Line 8: | Line 8: | ||
* http://github.com/dblezek/SimpleITK | * http://github.com/dblezek/SimpleITK | ||
= Scope = | |||
== Suggested Areas to Cover == | |||
* IO | |||
* Basic Filters | |||
* Registration | |||
** Basic Framework | |||
** Deformable registration | |||
*** BSplines | |||
*** Demons | |||
* Segmentation | |||
** Region Growing | |||
** Level Sets | |||
** Classifiers | |||
== Languages == | |||
* C++ Layer | |||
* Python | |||
* Lua | |||
* Java | |||
* ? | |||
= Plan = | |||
* Image classes | |||
* IO |
Revision as of 17:12, 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
Languages
- C++ Layer
- Python
- Lua
- Java
- ?
Plan
- Image classes
- IO