18#ifndef itkVectorCurvatureNDAnisotropicDiffusionFunction_h
19#define itkVectorCurvatureNDAnisotropicDiffusionFunction_h
43template <
typename TImage>
72 static constexpr unsigned int ImageDimension = Superclass::ImageDimension;
73 static constexpr unsigned int VectorDimension = Superclass::VectorDimension;
85 m_K = this->GetAverageGradientMagnitudeSquared() * this->GetConductanceParameter() *
86 this->GetConductanceParameter() * -2.0f;
95 Superclass::PrintSelf(os, indent);
103 std::slice x_slice[ImageDimension];
104 std::slice xa_slice[ImageDimension][ImageDimension];
105 std::slice xd_slice[ImageDimension][ImageDimension];
119#ifndef ITK_MANUAL_INSTANTIATION
120# include "itkVectorCurvatureNDAnisotropicDiffusionFunction.hxx"
Const version of NeighborhoodIterator, defining iteration of a local N-dimensional neighborhood of pi...
typename ImageType::PixelType PixelType
typename ConstNeighborhoodIterator< TImage >::RadiusType RadiusType
Control indentation during Print() invocation.
Light weight base class for most itk classes.
PixelType ComputeUpdate(const NeighborhoodType &it, void *globalData, const FloatOffsetType &offset=FloatOffsetType(0.0)) override
void InitializeIteration() override
VectorCurvatureNDAnisotropicDiffusionFunction()
typename PixelType::ValueType ScalarValueType
~VectorCurvatureNDAnisotropicDiffusionFunction() override=default
void PrintSelf(std::ostream &os, Indent indent) const override
A templated class holding a n-Dimensional vector.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
unsigned long SizeValueType