Difference between revisions of "Slicer3.4:Training"

From Slicer Wiki
Jump to: navigation, search
Line 27: Line 27:
 
| style="background:#FFFE59; color:black" | [[Media:Slicer3VisualizationDataset.zip | '''Slicer3Visualization dataset''' ]] <br><br> The Slicer3VisualizationDataset contains two MR scans of the brain, a pre-computed labelmap and 3D reconstructions of the anatomy.
 
| style="background:#FFFE59; color:black" | [[Media:Slicer3VisualizationDataset.zip | '''Slicer3Visualization dataset''' ]] <br><br> The Slicer3VisualizationDataset contains two MR scans of the brain, a pre-computed labelmap and 3D reconstructions of the anatomy.
 
| style="background:#FFFE59; color:black" align="Center"| [[Image:DataLoadingAndVisualization_SPujol.png|200px]]
 
| style="background:#FFFE59; color:black" align="Center"| [[Image:DataLoadingAndVisualization_SPujol.png|200px]]
|}
+
|-
 +
| style="background:#FFD700; color:black" align="Center"| <span id="1.1"></span> '''Core'''
 +
| style="background:#FFFE59; color:black" | '''[[Media:ProgrammingIntoSlicer3_SoniaPujol-draft.pdf | Programming in Slicer3 Tutorial (draft)]]''' <br><br> The Programming in Slicer3 tutorial is an introduction to the the integration of stand-alone programs outside of the Slicer3 source tree.<br> <br>'''Audience''': Programmers and Engineers. 
 +
| style="background:#FFFE59; color:black" | [[Media:HelloWorld_Plugin.zip| HelloWorld_Plugin.zip ]]<br><br> The HelloWorld dataset contains an MR scan of the brain and pre-computed xml and C++ files for integrating the Hello World plug-in to Slicer3.
 +
| style="background:#FFFE59; color:black" align="Center"| [[Image:ProgrammingCourse_Logo.PNG|200px|Programming]]
 +
|-}
  
 
=Looking for Slicer 3.2 tutorials?=
 
=Looking for Slicer 3.2 tutorials?=
 
*Visit the [http://wiki.na-mic.org/Wiki/index.php/Slicer3.2:Training Slicer 3.2 training page].
 
*Visit the [http://wiki.na-mic.org/Wiki/index.php/Slicer3.2:Training Slicer 3.2 training page].

Revision as of 14:49, 24 July 2009

Home < Slicer3.4:Training

Software Installation

Software Documentation

  • For the Slicer 3.4 manual pages please click here

Software tutorials

Compendium

Looking for Slicer 3.2 tutorials?

Category Tutorial Sample Data
Basic Slicer3Minute Tutorial

The Slicer3Minute tutorial is an introduction to the advanced 3D visualization capabilities of Slicer3.4.

Audience: First time users.
Slicer3Minute dataset

The Slicer3Minute dataset contains an MR scan of the brain and 3D reconstructions of the anatomy
Slicer3Minute.PNG
Core Slicer3Visualization Tutorial

The Slicer3Visualization tutorial guides through 3D data loading and visualization in Slicer3.4.

Audience: All beginning users including clinicians, scientists, engineers and programmers.
Slicer3Visualization dataset

The Slicer3VisualizationDataset contains two MR scans of the brain, a pre-computed labelmap and 3D reconstructions of the anatomy.
DataLoadingAndVisualization SPujol.png
Core Programming in Slicer3 Tutorial (draft)

The Programming in Slicer3 tutorial is an introduction to the the integration of stand-alone programs outside of the Slicer3 source tree.

Audience: Programmers and Engineers.
HelloWorld_Plugin.zip

The HelloWorld dataset contains an MR scan of the brain and pre-computed xml and C++ files for integrating the Hello World plug-in to Slicer3.
Programming