18#ifndef itkVectorGradientNDAnisotropicDiffusionFunction_h
19#define itkVectorGradientNDAnisotropicDiffusionFunction_h
43template <
typename TImage>
71 static constexpr unsigned int ImageDimension = Superclass::ImageDimension;
72 static constexpr unsigned int VectorDimension = Superclass::VectorDimension;
87 m_K = this->GetAverageGradientMagnitudeSquared() * this->GetConductanceParameter() *
88 this->GetConductanceParameter() * -2.0f;
100 std::slice x_slice[ImageDimension];
101 std::slice xa_slice[ImageDimension][ImageDimension];
102 std::slice xd_slice[ImageDimension][ImageDimension];
117#ifndef ITK_MANUAL_INSTANTIATION
118# include "itkVectorGradientNDAnisotropicDiffusionFunction.hxx"
Const version of NeighborhoodIterator, defining iteration of a local N-dimensional neighborhood of pi...
typename ImageType::PixelType PixelType
typename ConstNeighborhoodIterator< TImage >::RadiusType RadiusType
Light weight base class for most itk classes.
PixelType ComputeUpdate(const NeighborhoodType &it, void *globalData, const FloatOffsetType &offset=FloatOffsetType(0.0)) override
typename PixelType::ValueType ScalarValueType
VectorGradientNDAnisotropicDiffusionFunction()
~VectorGradientNDAnisotropicDiffusionFunction() override=default
void InitializeIteration() override
A templated class holding a n-Dimensional vector.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
unsigned long SizeValueType