18#ifndef itkGradientNDAnisotropicDiffusionFunction_h
19#define itkGradientNDAnisotropicDiffusionFunction_h
60template <
typename TImage>
90 static constexpr unsigned int ImageDimension = Superclass::ImageDimension;
102 m_K =
static_cast<PixelType>(this->GetAverageGradientMagnitudeSquared() * this->GetConductanceParameter() *
103 this->GetConductanceParameter() * -2.0f);
114 std::slice x_slice[ImageDimension];
115 std::slice xa_slice[ImageDimension][ImageDimension];
116 std::slice xd_slice[ImageDimension][ImageDimension];
131#ifndef ITK_MANUAL_INSTANTIATION
132# include "itkGradientNDAnisotropicDiffusionFunction.hxx"
Const version of NeighborhoodIterator, defining iteration of a local N-dimensional neighborhood of pi...
typename ImageType::PixelType PixelType
typename ConstNeighborhoodIterator< TImage >::RadiusType RadiusType
SizeValueType NeighborhoodSizeValueType
PixelType ComputeUpdate(const NeighborhoodType &it, void *globalData, const FloatOffsetType &offset=FloatOffsetType(0.0)) override
GradientNDAnisotropicDiffusionFunction()
~GradientNDAnisotropicDiffusionFunction() override=default
void InitializeIteration() override
Light weight base class for most itk classes.
A templated class holding a n-Dimensional vector.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
unsigned long SizeValueType