2009 Summer Project Week New ITK Level Set Framework
From NAMIC Wiki
Revision as of 20:37, 25 June 2009 by Arnaudgelas (talk | contribs)
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-set, 2-manifold, 3-manifold, image
- with standard discrete representations:
- "dense"
- "sparse"
- with continuous representations
Approach, Plan
- Base classes have already been designed and implemented.
- Validate the design with experts.
- Finish the implementation of basic level set evolutions
- discrete case
- continuous case (start with Compactly Supported Radial Basis Functions)
Progress