Difference between revisions of "User:Millerjv/Slicer3"

From NAMIC Wiki
Jump to: navigation, search
Line 1: Line 1:
I am currently working on adding the following features to Slicer 3
+
'''Here is a list of my work in progress for Slicer 3'''
  
 
* Diffusion Weighted Imaging support for the execution model
 
* Diffusion Weighted Imaging support for the execution model
Line 5: Line 5:
 
* DICOM speed
 
* DICOM speed
  
I hope to working on the following features for Slicer 3 soon
+
'''Here is a list of things I hope to attack in Slicer 3 soon'''
  
 
* Transforms support for the execution model
 
* Transforms support for the execution model
 +
* Switch Slicer and MRML to use vtkSmartPointers and STL collections of vtkSmartPointers.
 +
 +
'''Here is a list of thing I have recently changed or added to Slicer 3'''
 +
 +
* Label map support for the execution model
 +
* Small improvements (30%) in DICOM processing speed
 +
* Fixed errors with vtkImageAppendComponents
 +
* Refactored module factory so that the module discovery mechanism can be reused by other projects
  
 
[[User:Millerjv/Slicer3/Test Link | Test]]
 
[[User:Millerjv/Slicer3/Test Link | Test]]

Revision as of 16:27, 23 December 2006

Here is a list of my work in progress for Slicer 3

  • Diffusion Weighted Imaging support for the execution model
  • Diffusion Tensor Imaging support for the execution model
  • DICOM speed

Here is a list of things I hope to attack in Slicer 3 soon

  • Transforms support for the execution model
  • Switch Slicer and MRML to use vtkSmartPointers and STL collections of vtkSmartPointers.

Here is a list of thing I have recently changed or added to Slicer 3

  • Label map support for the execution model
  • Small improvements (30%) in DICOM processing speed
  • Fixed errors with vtkImageAppendComponents
  • Refactored module factory so that the module discovery mechanism can be reused by other projects

Test