Difference between revisions of "GPU accelerated FEM for simulation and segmentation"
From NAMIC Wiki
Line 23: | Line 23: | ||
<h3>Approach, Plan</h3> | <h3>Approach, Plan</h3> | ||
− | + | * integrate a liner FEM solver(original C++ source) into the 3D slicer framework. | |
− | + | * create tetrahedral meshes from medical images and set up physical conditions. Other mesh formats will be probablly accepted. | |
− | + | * check the deformation resutls on some specific data. | |
+ | * try GPU-based acceleration by modifying the linear equation solver using CUBLAS library. | ||
</div> | </div> | ||
Line 32: | Line 33: | ||
<h3>Progress</h3> | <h3>Progress</h3> | ||
− | + | Under writing... | |
</div> | </div> | ||
</div> | </div> |
Revision as of 18:45, 22 June 2009
Home < GPU accelerated FEM for simulation and segmentation
Key Investigators
- Megumi Nakao and Nobuhiko Hata
Objective
We are developing fast FEM-based mesh deformation algos for interactive simulation and segmentation. The goal in this project week is summarized as
- integrate linear FEM-based deformation algo into the slicer
- perform simulation on specific data
- implement GPU-based acceleration for real-time deformation
Approach, Plan
- integrate a liner FEM solver(original C++ source) into the 3D slicer framework.
- create tetrahedral meshes from medical images and set up physical conditions. Other mesh formats will be probablly accepted.
- check the deformation resutls on some specific data.
- try GPU-based acceleration by modifying the linear equation solver using CUBLAS library.
Progress
Under writing...