Difference between revisions of "Slicer-IGT/GPU-IGT"
From Slicer Wiki
Line 42: | Line 42: | ||
# [http://www.sci.utah.edu/~abe/FindCuda.html CMake-Cuda] | # [http://www.sci.utah.edu/~abe/FindCuda.html CMake-Cuda] | ||
# [http://courses.ece.uiuc.edu/ece498/al1/Syllabus.html CUDA lecture] by David Kirk @ Univ. of Illinois. | # [http://courses.ece.uiuc.edu/ece498/al1/Syllabus.html CUDA lecture] by David Kirk @ Univ. of Illinois. | ||
− | # | + | # [[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-IGTContents
Objective
- To integrate fast GPU-accerelated image processing in NA-MIC toolkit
- To perform 4D MRI or Slicer3:4DUltrasound 4D US guided operation assisted by GPU-accelerated Slicer
- Create a Wiki Page for Slicer3:Volume Rendering With Cuda
People involved
- Nobuhiko Hata (BWH)
- Benjamin Grauer (BWH, ETH)
- Nicholas Herlambang (Tokyo University)
- Wong Ki Jeong (U Utah)
Events
- T-con Nov 27, 2007
- Dec 11, 2007 at 930am Boston time
- Salt-Lake city NA-MIC AHM, Jan 11-, 2008
- Slicer-IGT:GPU-IGT:01/09/08 T-con with Ben and Nicholas at 3pm Salt Lake City Time
- Slicer-IGT:GPU-IGT:01/23/08 T-con with Nicholas and Ben at 9am Boston Time
Timeline/Progress
- Cuda Integration into Slicer/CMake works (on Kubuntu)
- NH will write paper on IV-CUDA rendering for Journal
- Hata suggested publication of ITK-CUDA registration in Insight Journal (Feb)
- Benjamin will have short summery as of March 15 for MICCAI.
- Benjamin will finish his master by May 15th.
- Pointer to Google Notebook of the Work Progress of Ben: Notebook
- Wiki page for ITK Image Registration with CUDA
Misc notes
- Link to Slicer3:Volume_Rendering
- Getting Cuda and CMake to run together
- Check out the samplecode for a Cuda and CMake project for Volume Rendering
Cuda Examples
Resources
A list of interesting resources for building and using CUDA within Slicer and VTK:
- CUDA Main page
- CMake-Cuda
- CUDA lecture by David Kirk @ Univ. of Illinois.
- Nice Siggraph Presentation on Volume Rendering