ITK  4.13.0
Insight Segmentation and Registration Toolkit
Classes
Module ITKGPUCommon
+ Collaboration diagram for Module ITKGPUCommon:

Classes

class  itk::GPUContextManager
 
class  itk::GPUDataManager
 
class  itk::Functor::GPUFunctorBase
 
class  itk::GPUImage< TPixel, VImageDimension >
 
class  itk::GPUImageDataManager< ImageType >
 
class  itk::GPUImageOps
 
class  itk::GPUImageToImageFilter< TInputImage, TOutputImage, TParentImageFilter >
 
class  itk::GPUInPlaceImageFilter< TInputImage, TOutputImage, TParentImageFilter >
 
class  itk::GPUKernelManager
 
class  itk::GPUReduction< TElement >
 
class  itk::GPUUnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction, TParentImageFilter >
 

Detailed Description

This module contains the framework for processing images with the GPU. This includes base classes for the GPU image filters, some OpenCL utilities, and classes to manage the interface between the CPU and the GPU. These classes manage the GPU kernel, transferring the data to and from the GPU, and managing the GPU contexts.

Dependencies: