Go to the source code of this file.
Classes | |
class | itk::DiscreteHessianGaussianImageFunction< TInputImage, TOutput > |
Compute the Hessian Gaussian of an image at a specific location in space by calculating discrete second-order gaussian derivatives. This class is templated over the input image type. More... | |
Namespaces | |
namespace | itk |
Defines | |
#define | ITK_TEMPLATE_DiscreteHessianGaussianImageFunction(_, EXPORT, x, y) |
#define ITK_TEMPLATE_DiscreteHessianGaussianImageFunction | ( | _, | ||
EXPORT, | ||||
x, | ||||
y | ||||
) |
namespace itk { \ _(2(class EXPORT DiscreteHessianGaussianImageFunction< ITK_TEMPLATE_2 x >)) \ namespace Templates { typedef DiscreteHessianGaussianImageFunction< ITK_TEMPLATE_2 x > \ DiscreteHessianGaussianImageFunction##y; } \ }
Definition at line 251 of file itkDiscreteHessianGaussianImageFunction.h.