Difference between revisions of "Slicer-IGT/GPU-IGT"

From Slicer Wiki
Jump to: navigation, search
 
 
(2 intermediate revisions by the same user not shown)
Line 26: Line 26:
  
 
*Pointer to Google Notebook of the Work Progress of Ben: [http://www.google.com/notebook/public/08097279861700679221/BDQdBIgoQ1czeruoi?hl=en Notebook]
 
*Pointer to Google Notebook of the Work Progress of Ben: [http://www.google.com/notebook/public/08097279861700679221/BDQdBIgoQ1czeruoi?hl=en Notebook]
*Wiki page for [[ITK Image Registration with CUDA]]
+
*Wiki page for [http://www.na-mic.org/Wiki/index.php/ITK_Image_Registration_with_CUDA  ITK Image Registration with CUDA]
  
 
=Misc notes=
 
=Misc notes=
 
#Link to [[Slicer3:Volume_Rendering]]
 
#Link to [[Slicer3:Volume_Rendering]]
#[[Getting Cuda and CMake to run together]]
+
#[http://www.na-mic.org/Wiki/index.php/Getting_Cuda_and_CMake_to_run_together Getting Cuda and CMake to run together]
 
#Check out the [http://svn.orxonox.net/subprojects/volrenSample samplecode] for a Cuda and CMake project for Volume Rendering
 
#Check out the [http://svn.orxonox.net/subprojects/volrenSample samplecode] for a Cuda and CMake project for Volume Rendering
  
Line 39: Line 39:
 
A list of interesting resources for building and using '''CUDA''' within Slicer and VTK:
 
A list of interesting resources for building and using '''CUDA''' within Slicer and VTK:
  
# CUDA Main page: http://developer.nvidia.com/object/cuda.html
+
# [http://developer.nvidia.com/object/cuda.html CUDA Main page]
# CMake-Cuda: http://www.sci.utah.edu/~abe/FindCuda.html
+
# [http://www.sci.utah.edu/~abe/FindCuda.html CMake-Cuda]
# CUDA lecture by David Kirk @ Univ. of Illinois: http://courses.ece.uiuc.edu/ece498/al1/Syllabus.html  
+
# [http://courses.ece.uiuc.edu/ece498/al1/Syllabus.html CUDA lecture] by David Kirk @ Univ. of Illinois. 
# Nice Siggraph Presentation on Volume Rendering [[media:SIGGRAPH-GPU.pdf]]
+
# [[media:SIGGRAPH-GPU.pdf|Nice Siggraph Presentation on Volume Rendering]]
 
==Volume Rendering Techniques==
 
==Volume Rendering Techniques==
 
# [http://mist.suenaga.m.is.nagoya-u.ac.jp/document/group__volumerendering__group.html Nagoya Software MIP]
 
# [http://mist.suenaga.m.is.nagoya-u.ac.jp/document/group__volumerendering__group.html Nagoya Software MIP]
 
## Source: [http://www.na-mic.org/Wiki/images/f/ff/Volumerenderer.h.txt Volumerenderer.h]
 
## Source: [http://www.na-mic.org/Wiki/images/f/ff/Volumerenderer.h.txt Volumerenderer.h]
 
# [http://osirix-viewer.com/ Osirix approach]
 
# [http://osirix-viewer.com/ Osirix approach]

Latest revision as of 14:56, 19 May 2008

Home < Slicer-IGT < GPU-IGT

Objective

People involved

  • Nobuhiko Hata (BWH)
  • Benjamin Grauer (BWH, ETH)
  • Nicholas Herlambang (Tokyo University)
  • Wong Ki Jeong (U Utah)

Events

Timeline/Progress

  1. Cuda Integration into Slicer/CMake works (on Kubuntu)
  2. NH will write paper on IV-CUDA rendering for Journal
  3. Hata suggested publication of ITK-CUDA registration in Insight Journal (Feb)
  4. Benjamin will have short summery as of March 15 for MICCAI.
  5. Benjamin will finish his master by May 15th.

Misc notes

  1. Link to Slicer3:Volume_Rendering
  2. Getting Cuda and CMake to run together
  3. Check out the samplecode for a Cuda and CMake project for Volume Rendering

Cuda Examples

  1. Cuda Lecture

Resources

A list of interesting resources for building and using CUDA within Slicer and VTK:

  1. CUDA Main page
  2. CMake-Cuda
  3. CUDA lecture by David Kirk @ Univ. of Illinois.
  4. Nice Siggraph Presentation on Volume Rendering

Volume Rendering Techniques

  1. Nagoya Software MIP
    1. Source: Volumerenderer.h
  2. Osirix approach