18 #ifndef itkCurvatureNDAnisotropicDiffusionFunction_h
19 #define itkCurvatureNDAnisotropicDiffusionFunction_h
74 template<
typename TImage >
106 static constexpr
unsigned int ImageDimension = Superclass::ImageDimension;
117 m_K =
static_cast< PixelType >( this->GetAverageGradientMagnitudeSquared()
118 * this->GetConductanceParameter()
119 * this->GetConductanceParameter() * -2.0f );
131 std::slice x_slice[ImageDimension];
132 std::slice xa_slice[ImageDimension][ImageDimension];
133 std::slice xd_slice[ImageDimension][ImageDimension];
149 #ifndef ITK_MANUAL_INSTANTIATION
150 #include "itkCurvatureNDAnisotropicDiffusionFunction.hxx"
Light weight base class for most itk classes.
unsigned long SizeValueType
typename NeighborhoodType::SizeValueType NeighborhoodSizeValueType
A NeighborhoodOperator for taking an n-th order derivative at a pixel.
typename Superclass::ImageType ImageType
DerivativeOperator< PixelType, Self::ImageDimension > m_DerivativeOperator
Const version of NeighborhoodIterator, defining iteration of a local N-dimensional neighborhood of pi...
typename ConstNeighborhoodIterator< TImage >::RadiusType RadiusType
typename Superclass::FloatOffsetType FloatOffsetType
A templated class holding a n-Dimensional vector.
typename Superclass::PixelType PixelType
NeighborhoodSizeValueType m_Center
typename Superclass::PixelType PixelType
void InitializeIteration() override
NeighborhoodInnerProduct< ImageType > m_InnerProduct
typename Superclass::NeighborhoodType NeighborhoodType
typename Superclass::RadiusType RadiusType
typename Superclass::TimeStepType TimeStepType