ITK  4.3.0
Insight Segmentation and Registration Toolkit
Classes
Module ITKGPUImageFilterBase
Group Filtering
+ Collaboration diagram for Module ITKGPUImageFilterBase:

Classes

class  itk::GPUBoxImageFilter< TInputImage, TOutputImage, TParentImageFilter >
 A base class for all the GPU filters working on a box neighborhood. More...
 
class  itk::GPUNeighborhoodOperatorImageFilter< TInputImage, TOutputImage, TOperatorValueType, TParentImageFilter >
 Applies a single NeighborhoodOperator to an image region using the GPU. More...
 

Detailed Description

This module contains GPU implementations of the base classes that support image filters. For the most part, these are classes that developers will use to create new image filters (and that are the base classes of existing image filters). You will find here: box filters, recursive separable filters and the base classes for neighborhood filters.

Dependencies: