|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkCurvatureNDAnisotropicDiffusionFunction_h
19 #define itkCurvatureNDAnisotropicDiffusionFunction_h
74 template <
typename TImage>
104 static constexpr
unsigned int ImageDimension = Superclass::ImageDimension;
116 m_K = static_cast<PixelType>(this->GetAverageGradientMagnitudeSquared() * this->GetConductanceParameter() *
117 this->GetConductanceParameter() * -2.0f);
129 std::slice x_slice[ImageDimension];
130 std::slice xa_slice[ImageDimension][ImageDimension];
131 std::slice xd_slice[ImageDimension][ImageDimension];
147 #ifndef ITK_MANUAL_INSTANTIATION
148 # include "itkCurvatureNDAnisotropicDiffusionFunction.hxx"
typename Superclass::RadiusType RadiusType
typename ConstNeighborhoodIterator< TImage >::RadiusType RadiusType
NeighborhoodInnerProduct< ImageType > m_InnerProduct
A templated class holding a n-Dimensional vector.
NeighborhoodSizeValueType m_Center
typename Superclass::NeighborhoodType NeighborhoodType
typename Superclass::PixelType PixelType
void InitializeIteration() override
typename Superclass::PixelType PixelType
Light weight base class for most itk classes.
typename Superclass::TimeStepType TimeStepType
DerivativeOperator< PixelType, Self::ImageDimension > m_DerivativeOperator
typename Superclass::ImageType ImageType
typename NeighborhoodType::SizeValueType NeighborhoodSizeValueType
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