ITK  4.13.0
Insight Segmentation and Registration Toolkit
Classes | Namespaces | Macros | Functions
itkGPUBinaryThresholdImageFilter.h File Reference
#include "itkOpenCLUtil.h"
#include "itkGPUFunctorBase.h"
#include "itkGPUKernelManager.h"
#include "itkBinaryThresholdImageFilter.h"
#include "itkGPUUnaryFunctorImageFilter.h"
#include "itkGPUBinaryThresholdImageFilter.hxx"
+ Include dependency graph for itkGPUBinaryThresholdImageFilter.h:

Go to the source code of this file.

Classes

class  itk::Functor::GPUBinaryThreshold< TInput, TOutput >
 
class  itk::GPUBinaryThresholdImageFilter< TInputImage, TOutputImage >
 
class  itk::GPUBinaryThresholdImageFilterFactory
 

Namespaces

 itk
 
 itk::Functor
 

Macros

#define OverrideThresholdFilterTypeMacro(ipt, opt, dm)
 

Functions

 itk::itkGPUKernelClassMacro (GPUBinaryThresholdImageFilterKernel)
 

Macro Definition Documentation

#define OverrideThresholdFilterTypeMacro (   ipt,
  opt,
  dm 
)
Value:
{ \
typedef itk::Image<ipt,dm> InputImageType; \
typedef itk::Image<opt,dm> OutputImageType; \
this->RegisterOverride( \
"GPU Binary Threshold Image Filter Override", \
true, \
itk::CreateObjectFunction<GPUBinaryThresholdImageFilter<InputImageType,OutputImageType> >::New() ); \
}
GPU version of binary threshold image filter.
Binarize an input image by thresholding.
Templated n-dimensional image class.
Definition: itkImage.h:75
Used to create callback functions that create ITK Objects for use with the itk::ObjectFactory.

Definition at line 191 of file itkGPUBinaryThresholdImageFilter.h.

Referenced by itk::GPUBinaryThresholdImageFilterFactory::GPUBinaryThresholdImageFilterFactory().