Difference between revisions of "User:Gumprecht"
(→TO DO) |
|||
Line 63: | Line 63: | ||
* I have serval links and information from Raul on which I have to go through | * I have serval links and information from Raul on which I have to go through | ||
− | == Infos on loadable Modules == | + | === Infos on loadable Modules === |
[http://www.slicer.org/slicerWiki/index.php/Slicer3:Loadable_Modules:HOWTO HowTo Loadable Module] <br> | [http://www.slicer.org/slicerWiki/index.php/Slicer3:Loadable_Modules:HOWTO HowTo Loadable Module] <br> | ||
[http://slicer.spl.harvard.edu/slicerWiki/index.php/Slicer3:How_to_implement_an_Interactive_Module_GUI HowToLoadable Module GUI]<br> | [http://slicer.spl.harvard.edu/slicerWiki/index.php/Slicer3:How_to_implement_an_Interactive_Module_GUI HowToLoadable Module GUI]<br> | ||
[http://wiki.slicer.org/slicerWiki/index.php/Slicer3:Execution_Model_Documentation Infos about Executable Modules inSlicer] <br> | [http://wiki.slicer.org/slicerWiki/index.php/Slicer3:Execution_Model_Documentation Infos about Executable Modules inSlicer] <br> |
Revision as of 21:32, 23 September 2008
Contents
Wikipage of Jan Gumprecht
About myself
I am a student in Computer Engineering from Germany with a specification in Optoelectronics. At the moment I am writing my diploma thesis on "3D-Ultrasound Integration in Slicer". My university back in Germany is University of Mannheim. From September 2006 to August 2007 I studied in Waterloo, On Canada.
If you would like to contact me feel free to write me an e-mail.
E-mail: jgumprec (at sign) bwh.harvard.edu
What I am working on at the moment
- Totally understand GradientDiffusionFilterModule
Project - 3D-Ultrasound integration in Slicer
The main part of the project will be the integration of the source code of SynchroGrab in Slicer by using CUDA support.
After discussing with Junichi I got a deeper understanding of how the technical solution might look like.
This will be the technical approach.
3D CUDA
TO DO
- Understand the CUDA source code ob Nicholas and Ben
Contacts
- Ben Grauer: Volume Rendering with CUDA
- Nicholas Harlambang: CUDA Guru
Ultrasound tracking device
Hopefully most of this part is already done by SynchroGrab
TO DO
- Find out what is already coverd by Synchrograb
- Compile Synchrograb and see if everthing is working
Capture Video
- Existing Videocard: Hauppauge ImpactVCB [1]
- Linux Driver: Video4Linux2
- There is existing C source for V4L2 on the web
- Should run on new fedora kernel
Contacts
- Christoph Ruetz
Tracker
Track data via vtk not itk
Contacts:
- Haiying Liu
Calibration
Description: To get correct information from the ultrasound device is has to be calibrated
Contacts:
- Raul San Jose
Information:
- I have serval links and information from Raul on which I have to go through
Infos on loadable Modules
HowTo Loadable Module
HowToLoadable Module GUI
Infos about Executable Modules inSlicer