Difference between revisions of "2014 Summer Project Week:TBI Segmentation"

From NAMIC Wiki
Jump to: navigation, search
Line 16: Line 16:
 
* The primary objective is to modify the existing code for a Slicer extension.
 
* The primary objective is to modify the existing code for a Slicer extension.
 
* Determine approaches for integrating the current command line tool into Slicer 3D.
 
* Determine approaches for integrating the current command line tool into Slicer 3D.
 +
* Understand the workflow of Python scripting module for integrating the current command line tool into Slicer 3D.
  
 
</div>
 
</div>
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<h3>Approach, Plan</h3>
 
<h3>Approach, Plan</h3>
* Modify the code based on the feedback from our USC collaborators (Feb. visiting).  
+
* Modify the code based on the feedback from our USC collaborators.  
 +
* Try to build a basic workflow based on Slicer4Python tutorial.
  
 
</div>
 
</div>

Revision as of 19:46, 22 June 2014

Home < 2014 Summer Project Week:TBI Segmentation

Key Investigators

  • GE: Marcel Prastawa
  • Utah: Bo Wang, Guido Gerig
  • USC: Andrei Irimia, Jack Van Horn

Project Description

Objective

  • The primary objective is to modify the existing code for a Slicer extension.
  • Determine approaches for integrating the current command line tool into Slicer 3D.
  • Understand the workflow of Python scripting module for integrating the current command line tool into Slicer 3D.

Approach, Plan

  • Modify the code based on the feedback from our USC collaborators.
  • Try to build a basic workflow based on Slicer4Python tutorial.

Progress

Reference