|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkVectorGradientNDAnisotropicDiffusionFunction_h
19 #define itkVectorGradientNDAnisotropicDiffusionFunction_h
43 template <
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"
typename Superclass::RadiusType RadiusType
typename ConstNeighborhoodIterator< TImage >::RadiusType RadiusType
typename PixelType::ValueType ScalarValueType
typename Superclass::PixelType PixelType
A templated class holding a n-Dimensional vector.
VectorNeighborhoodInnerProduct< ImageType > m_InnerProduct
typename Superclass::NeighborhoodType NeighborhoodType
typename Superclass::ImageType ImageType
Light weight base class for most itk classes.
typename Superclass::TimeStepType TimeStepType
void InitializeIteration() override
DerivativeOperator< ScalarValueType, Self::ImageDimension > m_DerivativeOperator
typename ImageType::PixelType PixelType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
Const version of NeighborhoodIterator, defining iteration of a local N-dimensional neighborhood of pi...
typename Superclass::FloatOffsetType FloatOffsetType
unsigned long SizeValueType