Difference between revisions of "Slicer Training Volume Rendering"

From NAMIC Wiki
Jump to: navigation, search
m (Text replacement - "http://www.slicer.org/slicerWiki/index.php/" to "https://www.slicer.org/wiki/")
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
Back to [[3D_Ultrasound_Module_in_Slicer_3|3D_Ultrasound_Module_in_Slicer_3]]
+
<big>'''Note:''' We are migrating this content to the slicer.org domain - <font color="orange">The newer page is [https://www.slicer.org/wiki/Slicer_Training_Volume_Rendering  here]</font></big>
 
 
= Volume Rendering =
 
== Get It Running ==
 
#To get volume rendering to work within '''3D Slicer''' we have to make sure that a '''MRML node''' with '''Volumetric Data''' exists.
 
#If not a new set of volume data must be loaded. For this demo we will load the tutorial data found [http://wiki.na-mic.org/Wiki/images/f/f8/Tutorial-with-dicom.zip here].
 
##'''Download and Uncompress''' this folder
 
##In 3D Slicer go to '''File -> Load Scene'''
 
##Select the ''tutorial.xml''
 
#Now select the '''VolumeRendering Module'''.
 
#Select a valid volume as the '''Source Volume''' [[Image:Slicer3_OpenIGT_VolumeRendering_SelectScanner.png|thumb|none|Select Scanner in Volume Rendering Module]]
 
 
 
The Volume Rendering will be initialized. Have patience....
 
 
 
== Parameters ==
 
=== Performance Triggers ===
 
[[Image:Slicer3_VolRen_Performance.png|thumb|right|Volume Rendering - Performance]]
 
You can adjust the performance of volume rendering by enabling and disabling quality improvements.
 
The Volume Rendering Module has '''three performance levels'''
 
#Low Resolution Hardware Rendering (worst - fastest)
 
#Full Resolution Hardware Rendering
 
#Software Rendering (best - slowest)
 
When all of them are selected slicer uses the low resolution when the camera is moving or nodes in the scene are changing and when nothing is changing anymore the high resolution volume is performed.
 
 
 
The FPS tag lets slicer decide what resolution should be used to produce an interactive experience.
 
 
 
=== Cropping ===
 
With cropping the volume can be limited to a certain area.
 
This is useful if a surgeon only wants to see a certain part of the volume or cut at an exact plane.
 
[[Image:Slicer3_VolRen_Crop.png|thumb|left|Volume Rendering - Cropping]]
 
This feature also comes with a integrated 3 dimensional widget to adjust the handlers on the visualization screen.
 
 
 
Try it out!
 
 
 
=== Advanced Options and the Transfer Function ===
 
The advanced tab lets more experienced doctors do the fine tuning on the '''Transfer Functions'''.
 
[[Image:Slicer3_VolRen_Advanced.png|thumb|right|Volume Rendering - Advanced]]
 
 
 
'''Transfer Functions''' are the basic building block of volume rendering.
 
They define the final rendering color for each voxel in the 3D grey scale data.
 
This can be used to give all tissue with the density of bone a solid white color and paint the skin tissue in a translucent pink above it.
 
 
 
== More Information ==
 
*Slicer3 Volume Rendering Module: [[Slicer3:Volume_Rendering]]
 
*Slicer3 Volume Rendering Module using [http://www.nvidia.com/cuda CUDA]: [[Slicer3:Volume Rendering With Cuda]]
 

Latest revision as of 18:07, 10 July 2017

Home < Slicer Training Volume Rendering

Note: We are migrating this content to the slicer.org domain - The newer page is here