18 #ifndef itkGradientNDAnisotropicDiffusionFunction_h
19 #define itkGradientNDAnisotropicDiffusionFunction_h
60 template <
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"