ITK Image Registration with CUDA
From NAMIC Wiki
Home < ITK Image Registration with CUDA
Description
This page explains the details of ITK registration using CUDA.
Objective
The objective of this project is to Integrate GPU accelerated rigid and non-rigid registration on CUDA platform into ITK framework.
Framework
The registration framework is shown in the following figure.
Registration framework should not violate the existing itk registration framework, so that user will use itk cuda classes the same way as existing itk classes. itkCudaMemory classes provides the interface for GPU memory the same way as are implemented in vtkCudaMemory classes.
ITK CUDA classes
- itkCudaMemory classes
- itkCudaImageToImageMetric and its derivatives
- itkCudaTransform and its derivatives
- itkCudaInterpolateImageFunction and its derivatives