2009 Summer Project Week New ITK Level Set Framework
From NAMIC Wiki
Home < 2009 Summer Project Week New ITK Level Set Framework
Key Investigators
- Arnaud Gelas (Harvard Medical School)
Objective
Create a new generic level set framework:
- unifies region based, propagation based and advection based methods
- makes easier the creation of new evolution terms
- with a generic user-defined stopping criterion
- with a generic user-defined reinitialization
- with the ability to run on any kind of underlying data:
- point-sets
- 2-manifold meshes
- 3-manifold meshes
- images
- with standard discrete representations
- "dense"
- "sparse"
- with continuous representations
Approach, Plan
- Discuss and validate the design with Level-Set and ITK experts.
Progress
- Creation of a repository on the Namic SandBox: GenericLevelSetFramework
- Base classes with validated design moved to Namic SandBox