18 #ifndef itkVectorGradientNDAnisotropicDiffusionFunction_h
19 #define itkVectorGradientNDAnisotropicDiffusionFunction_h
43 template<
typename TImage >
72 static constexpr
unsigned int ImageDimension = Superclass::ImageDimension;
73 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];
118 #ifndef ITK_MANUAL_INSTANTIATION
119 #include "itkVectorGradientNDAnisotropicDiffusionFunction.hxx"
Light weight base class for most itk classes.
typename Superclass::PixelType PixelType
unsigned long SizeValueType
A NeighborhoodOperator for taking an n-th order derivative at a pixel.
void InitializeIteration() override
Const version of NeighborhoodIterator, defining iteration of a local N-dimensional neighborhood of pi...
VectorNeighborhoodInnerProduct< ImageType > m_InnerProduct
typename PixelType::ValueType ScalarValueType
typename ImageType::PixelType PixelType
typename Superclass::ImageType ImageType
typename ConstNeighborhoodIterator< TImage >::RadiusType RadiusType
typename Superclass::FloatOffsetType FloatOffsetType
A templated class holding a n-Dimensional vector.
DerivativeOperator< ScalarValueType, Self::ImageDimension > m_DerivativeOperator
typename Superclass::NeighborhoodType NeighborhoodType
typename Superclass::RadiusType RadiusType
typename Superclass::TimeStepType TimeStepType