Difference between revisions of "Slicer-IGT:GPU-IGT:01/09/08 T-con with Ben and Nicholas at 3pm Salt Lake City Time"

From NAMIC Wiki
Jump to: navigation, search
(New page: = Topics = == Slicer Integration == ===Volume Rendering CUDA module=== ===Cuda Support Classes=== #Implement the host access side such as allocate memory, delete and so forth in vtk-Classe...)
 
Line 22: Line 22:
  
 
= Results =
 
= Results =
 +
 +
 +
= Resources =
 +
[[Slicer-IGT/GPU-IGT]]
 +
[[Volume Rendering With Cuda]]

Revision as of 20:22, 9 January 2008

Home < Slicer-IGT:GPU-IGT:01 < 09 < 08 T-con with Ben and Nicholas at 3pm Salt Lake City Time

Topics

Slicer Integration

Volume Rendering CUDA module

Cuda Support Classes

  1. Implement the host access side such as allocate memory, delete and so forth in vtk-Classes
  2. Combining effort in:
    1. vtkCudaMemory
    2. vtkCudaAlgorithm
    3. vtkCuda
    4. vtkTexture

CUDA algorithms

Volume Rendering

Important features:

  1. Lighting Model use multiple lights
  2. use Z-Buffer from previous render
  3. use Camera Coordinates and Projection Matrix instead of rotationMatrix
  4. Color gradients rather than 2 colors

Registration

??? what is the progress

Results

Resources

Slicer-IGT/GPU-IGT Volume Rendering With Cuda