Difference between revisions of "2016 Summer Project Week/Curve and Surface Creation from Fiducials"

From NAMIC Wiki
Jump to: navigation, search
Line 19: Line 19:
 
* Decide on a suitable GUI (Multiple modules in a single extension? Or a single module?)
 
* Decide on a suitable GUI (Multiple modules in a single extension? Or a single module?)
 
* Import relevant functionality from other modules
 
* Import relevant functionality from other modules
* Convert Curve Maker code to C++
 
 
* Add an option for observing the markups and updating the model
 
* Add an option for observing the markups and updating the model
 
</div>
 
</div>
Line 25: Line 24:
 
<h3>Progress</h3>
 
<h3>Progress</h3>
 
* Some basic functionality is implemented in SlicerIGT's MarkupsToModel
 
* Some basic functionality is implemented in SlicerIGT's MarkupsToModel
* Curve Maker exists in Python
 
 
</div>
 
</div>
 
</div>
 
</div>

Revision as of 21:52, 21 June 2016

Home < 2016 Summer Project Week < Curve and Surface Creation from Fiducials

Key Investigators

  • Thomas Vaughan
  • Junichi Tokuda

Project Description

Objective

  • Create different types of models (curves and surfaces) from fiducial markups, in a single centralized & easy-to-maintain extension

Approach, Plan

  • Create a new module for this functionality
  • Decide on a suitable GUI (Multiple modules in a single extension? Or a single module?)
  • Import relevant functionality from other modules
  • Add an option for observing the markups and updating the model

Progress

  • Some basic functionality is implemented in SlicerIGT's MarkupsToModel