GPU Acceleration - V4: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
This page outlines the proposed GPU acceleration framework in ITK v4. | This page outlines the proposed GPU acceleration framework in ITK v4. | ||
== Goals == | |||
* Add the support for the GPU processing in ITK | |||
** Data structure for the GPU (GPU image class) | |||
** Extend filter architecture to support the GPU | |||
** Basic image operators on the GPU | |||
== Authors == | == Authors == | ||
Line 8: | Line 15: | ||
* Hanspeter Pfister (pfister -at- seas.harvard.edu) | * Hanspeter Pfister (pfister -at- seas.harvard.edu) | ||
* Ross Whitaker (whitaker -at- cs.utah.edu) | * Ross Whitaker (whitaker -at- cs.utah.edu) | ||
== Plans == | == Plans == |
Revision as of 15:22, 20 October 2010
This page outlines the proposed GPU acceleration framework in ITK v4.
Goals
- Add the support for the GPU processing in ITK
- Data structure for the GPU (GPU image class)
- Extend filter architecture to support the GPU
- Basic image operators on the GPU
Authors
GPU supports in ITK v4 has been proposed by Harvard University and University of Utah.
- Won-Ki Jeong (wkjeong -at- seas.harvard.edu)
- Hanspeter Pfister (pfister -at- seas.harvard.edu)
- Ross Whitaker (whitaker -at- cs.utah.edu)