Go to the source code of this file.
Classes | |
class | itk::DiscreteGaussianDerivativeImageFunction< TInputImage, TOutput > |
Compute the discrete gaussian derivatives of an the image at a specific location in space, i.e. point, index or continuous index. This class computes a single derivative given the order in each direction (by default zero). This class is templated over the input image type. More... | |
Namespaces | |
namespace | itk |
Defines | |
#define | ITK_TEMPLATE_DiscreteGaussianDerivativeImageFunction(_, EXPORT, x, y) |
#define ITK_TEMPLATE_DiscreteGaussianDerivativeImageFunction | ( | _, | ||
EXPORT, | ||||
x, | ||||
y | ||||
) |
namespace itk { \ _(2(class EXPORT DiscreteGaussianDerivativeImageFunction< ITK_TEMPLATE_2 x >)) \ namespace Templates { typedef DiscreteGaussianDerivativeImageFunction< ITK_TEMPLATE_2 x > \ DiscreteGaussianDerivativeImageFunction##y; } \ }
Definition at line 262 of file itkDiscreteGaussianDerivativeImageFunction.h.