ITK  4.8.0
Insight Segmentation and Registration Toolkit
Classes
Module ITKGPUImageFilterBase
+ Collaboration diagram for Module ITKGPUImageFilterBase:

Classes

class  itk::GPUBoxImageFilter< TInputImage, TOutputImage, TParentImageFilter >
 
class  itk::GPUNeighborhoodOperatorImageFilter< TInputImage, TOutputImage, TOperatorValueType, TParentImageFilter >
 

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: