Difference between revisions of "2009 Summer Project Week New ITK Level Set Framework"

From NAMIC Wiki
Jump to: navigation, search
(Created page with '__NOTOC__ <gallery> Image:PW2009-v3.png|Project Week Main Page </gallery> ==Key Investigators== * Arnaud Gelas (Harvard Medical School) <div style...')
 
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
<gallery>
 
<gallery>
Image:PW2009-v3.png|[[2009_Summer_Project_Week|Project Week Main Page]]
+
Image:PW2009-v3.png|[[2009_Summer_Project_Week#Projects|Projects List]]
 
</gallery>
 
</gallery>
  

Revision as of 01:58, 22 June 2009

Home < 2009 Summer Project Week New ITK Level Set Framework


Key Investigators

  • Arnaud Gelas (Harvard Medical School)

Objective

Create a new level set framework which unifies region based, propagation based and advection based method.

This new framework should also allow the user to choose in between

  • a discrete version (with an underlying image)
  • a parametric method (where the implicit function is expressed as a linear combination of a given set of functions).

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