Difference between revisions of "Collaboration/VMTK"

From NAMIC Wiki
Jump to: navigation, search
Line 25: Line 25:
 
<h1>Approaches and Challenges </h1>
 
<h1>Approaches and Challenges </h1>
 
As a result of the Programming Half Week in SLC, vmtk command-line pipes can be automatically converted in CLI modules for Slicer3.
 
As a result of the Programming Half Week in SLC, vmtk command-line pipes can be automatically converted in CLI modules for Slicer3.
However, a few issues still exist, mainly associated with the fact that vmtk is vtk based, and thus it is not MRML aware. This generates the sort of problems described in [[Execution Model Reference Systems]]. Solving coordinate system consistency issues is the first aim of the project during the Boston Programming Week.  
+
However, a few issues still exist, mainly associated with the fact that vmtk is vtk based, and thus it is not MRML aware. This generates the sort of problems described [[Execution Model Reference Systems | here]]. Solving coordinate system consistency issues is the first aim of the project during the Boston Programming Week.  
This part of the project will benefit from the interaction with [[2007_Project_Week_MIT_MRML_Scenes_for_the_Execution_Model]].
+
This part of the project will benefit from the interaction with the [[2007_Project_Week_MIT_MRML_Scenes_for_the_Execution_Model | MRML scenes for the Execution model]] project.
  
 
Following the recent introduction of Python in Slicer3, it is in principle possible to use vmtk directly from Slicer's Python shell. This is would be a nice alternative to calling vmtk from the command line, since vmtk is primarily a Python module.
 
Following the recent introduction of Python in Slicer3, it is in principle possible to use vmtk directly from Slicer's Python shell. This is would be a nice alternative to calling vmtk from the command line, since vmtk is primarily a Python module.

Revision as of 07:59, 25 May 2007

Home < Collaboration < VMTK
Scatter plot of the original FA data through the genu of the corpus callosum of a normal brain.
Regression of FA data; solid line represents the mean and dotted lines the standard deviation.


Key Investigators

  • Mario Negri Institute: Luca Antiga
  • GE: Dan Blezek


Objective

Integration of vmtk (vmtk.sourceforge.net) into Slicer3 (ground work already done in SLC).

  • solve last issues with consistency of reference systems and generate a bunch of vmtk CLI modules
  • exploit Python in Slicer3

Approaches and Challenges

As a result of the Programming Half Week in SLC, vmtk command-line pipes can be automatically converted in CLI modules for Slicer3. However, a few issues still exist, mainly associated with the fact that vmtk is vtk based, and thus it is not MRML aware. This generates the sort of problems described here. Solving coordinate system consistency issues is the first aim of the project during the Boston Programming Week. This part of the project will benefit from the interaction with the MRML scenes for the Execution model project.

Following the recent introduction of Python in Slicer3, it is in principle possible to use vmtk directly from Slicer's Python shell. This is would be a nice alternative to calling vmtk from the command line, since vmtk is primarily a Python module.

The idea, which could be potentially useful for other projects, is to create a general Python Execution module Ultimately the user would write a Python class with

  • a method that spits out the description of the instance variables to be exposed on the GUI, the CLI module way (in this case, instance variables could be wrapped vtk objects or wrapped MRML nodes)
  • a standard method (e.g. Execute()) that runs the class main functionality

Slicer would take care of building the GUI and setting the state of the object on the basis of the XML description before calling Execute.


Progress


June 2007 Project Week

This is where you put in progress made in Project Week 2007.

January 2007 Project Half Week



Publications