2009 Summer Project Week New ITK Level Set Framework

From NAMIC Wiki
Revision as of 20:48, 25 June 2009 by Arnaudgelas (talk | contribs) (→‎Key Investigators)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
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