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
m (Text replacement - "http://www.slicer.org/slicerWiki/index.php/" to "https://www.slicer.org/wiki/")
 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
= Topics =
+
<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-IGT:GPU-IGT:01/09/08_T-con_with_Ben_and_Nicholas_at_3pm_Salt_Lake_City_Time  here]</font></big>
== Slicer Integration ==
 
 
 
===Cuda Support Classes===
 
#Implement the host access side such as allocate memory, delete and so forth in vtk-Classes
 
#Combining effort in:
 
##vtkCudaMemory
 
##vtkCudaAlgorithm
 
##vtkCuda
 
##vtkTexture
 
 
 
== CUDA algorithms ==
 
=== Volume Rendering ===
 
Important features:
 
#'''Lighting Model''' use multiple lights
 
#use '''Z-Buffer''' from previous render
 
#use '''Camera Coordinates''' and Projection Matrix instead of rotationMatrix
 
#'''Color gradients''' rather than 2 colors
 
 
 
===Volume Rendering CUDA module===
 
Move all the code from the cuda Code into a Support Classes
 
 
 
=== Registration ===
 
??? what is the progress
 
 
 
 
 
==Misc==
 
===Build===
 
#CUDA on Cygwin: use the --ccbin flag to set the compiler bin directory. (failed for me)
 
 
 
= Results =
 
 
 
 
 
= Resources =
 
#[[Slicer-IGT/GPU-IGT]]
 
#[[Volume Rendering With Cuda]]
 

Latest revision as of 18:07, 10 July 2017

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

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