- Overview of Volume Rendering
- High-Quality Volume Graphics on Consumer PC Hardware (Kniss et.al.)
- ShearWarp Deluxe
- Shear-image RayCast
- Lacroute, Fast Volume Rendering Using a ShearWarp Factorization of the Viewing Transformation
- Levoy, Efficient RayTracing of Volume Data
- Meissner, A Practical Evaluation of Popular Volume Rendering Algorithm
Tuesday, November 30, 2010
Volume Rendering
Wednesday, November 24, 2010
Diffusion filter
- Weickert book
- Vessel Enhancing Diffusion Filter
- http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.120.936&rep=rep1&type=pdf
- http://www2.wiau.man.ac.uk/caws/Conferences/26/online_proceedings/papers/93/ved-color.pdf
- ITK Implementation: http://www.insight-journal.org/browse/publication/163
- Template Image Processing Library
- Perona Malik
- Finite Difference Method
- Lecture on diffusion filtering
- http://campar.in.tum.de/twiki/pub/Chair/TeachingSs04ImageSeg/VL_Segmentierung_kap8.pdf
- Note that Perona-Malik filter should not be classified as anisotropic, it should be isotropic non-linear instead
Friday, November 19, 2010
GPU Programming
Memory transfer: http://wiki.accelereyes.com/wiki/index.php?title=GPU_Memory_Transfer
CUDA introduction: http://www.drdobbs.com/architecture-and-design/207200659
CUDA as a service or accessed from remote desktop
How to create CUDA project on VS2008 http://stackoverflow.com/questions/2046228/how-do-i-start-a-new-cuda-app-in-visual-studio-2008
How to set Visual Assist X to handle new file extensions: http://www.wholetomato.com/forum/topic.asp?TOPIC_ID=5481
GPU-based Effects on WPF
CUDA introduction: http://www.drdobbs.com/architecture-and-design/207200659
CUDA as a service or accessed from remote desktop
- http://forums.nvidia.com/index.php?showtopic=93450
- or use TCC driver with some limitations (no OpenGL/DirectX support, not all devices are supported) ...
- http://www.microsoft.com/whdc/system/sysinternals/Session0Changes.mspx
- Because Session 0 is no longer a user session, services that are running in Session 0 do not have access to the video driver. This means that any attempt that a service makes to render graphics fails. Querying the display resolution and color depth in Session 0 reports the correct results for the system up to a maximum of 1920x1200 at 32 bits per pixel.
How to create CUDA project on VS2008 http://stackoverflow.com/questions/2046228/how-do-i-start-a-new-cuda-app-in-visual-studio-2008
How to set Visual Assist X to handle new file extensions: http://www.wholetomato.com/forum/topic.asp?TOPIC_ID=5481
GPU-based Effects on WPF