ITK/Release 4/GPU Acceleration/Wish List: Difference between revisions
From KitwarePublic
< ITK | Release 4 | GPU Acceleration
Jump to navigationJump to search
(Created page with "= Background = A certain amount of manual work must be done to support every filter. Therefore, there will not be enough resources to make every filter in ITK to be GPU-enabled....") |
|||
Line 6: | Line 6: | ||
* itkParallelSparseFieldLevelSetImageFilter.h | * itkParallelSparseFieldLevelSetImageFilter.h | ||
* | * | ||
== Basic Filters == | |||
* itkDenseFiniteDifferenceImageFilter.h | |||
** This will enable the | |||
*** Anisotropic diffusion filters. | |||
*** Demons deformable registration. | |||
*** Some of the Level Sets. | |||
== Image Registration == | |||
* Enable computation of Image Metrics in the GPU ? | |||
== Filtering == | == Filtering == |
Revision as of 18:23, 28 January 2011
Background
A certain amount of manual work must be done to support every filter. Therefore, there will not be enough resources to make every filter in ITK to be GPU-enabled. This page is intended to identify and prioritize the list of filters that should be supported in GPU.
Level Set
- itkParallelSparseFieldLevelSetImageFilter.h
Basic Filters
- itkDenseFiniteDifferenceImageFilter.h
- This will enable the
- Anisotropic diffusion filters.
- Demons deformable registration.
- Some of the Level Sets.
- This will enable the
Image Registration
- Enable computation of Image Metrics in the GPU ?