ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
Go to the source code of this file.
Classes | |
class | itk::GaussianBlurImageFunction< TInputImage, TOutput > |
Compute the convolution of a neighborhood operator with the image at a specific location in space, i.e. point, index or continuous index. This class is templated over the input image type. More... | |
Namespaces | |
namespace | itk |
Defines | |
#define | ITK_TEMPLATE_GaussianBlurImageFunction(_, EXPORT, TypeX, TypeY) |
#define ITK_TEMPLATE_GaussianBlurImageFunction | ( | _, | |
EXPORT, | |||
TypeX, | |||
TypeY | |||
) |
namespace itk \ { \ _( 2 ( class EXPORT GaussianBlurImageFunction< ITK_TEMPLATE_2 TypeX > ) ) \ namespace Templates \ { \ typedef GaussianBlurImageFunction< ITK_TEMPLATE_2 TypeX > \ GaussianBlurImageFunction##TypeY; \ } \ }
Definition at line 211 of file itkGaussianBlurImageFunction.h.