|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkAnisotropicDiffusionFunction_h
19 #define itkAnisotropicDiffusionFunction_h
138 template <
typename TImage>
164 static constexpr
unsigned int ImageDimension = Superclass::ImageDimension;
172 CalculateAverageGradientMagnitudeSquared(
ImageType *) = 0;
193 m_ConductanceParameter = c;
199 return m_ConductanceParameter;
206 return m_AverageGradientMagnitudeSquared;
212 m_AverageGradientMagnitudeSquared = c;
220 return this->GetTimeStep();
241 m_AverageGradientMagnitudeSquared = 0.0;
242 m_ConductanceParameter = 1.0;
251 Superclass::PrintSelf(os, indent);
252 os << indent <<
"TimeStep: " << m_TimeStep << std::endl;
253 os << indent <<
"ConductanceParameter: " << m_ConductanceParameter << std::endl;
typename Superclass::RadiusType RadiusType
typename ConstNeighborhoodIterator< TImage >::RadiusType RadiusType
typename Superclass::PixelType PixelType
const TimeStepType & GetTimeStep() const
A templated class holding a n-Dimensional vector.
typename Superclass::NeighborhoodType NeighborhoodType
const double & GetAverageGradientMagnitudeSquared() const
void SetConductanceParameter(const double &c)
Control indentation during Print() invocation.
const double & GetConductanceParameter() const
void * GetGlobalDataPointer() const override
Light weight base class for most itk classes.
typename Superclass::PixelRealType PixelrealType
typename Superclass::TimeStepType TimeStepType
typename ImageType::PixelType PixelType
void ReleaseGlobalDataPointer(void *) const override
void SetTimeStep(const TimeStepType &t)
double m_AverageGradientMagnitudeSquared
void SetAverageGradientMagnitudeSquared(const double &c)
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...
AnisotropicDiffusionFunction()
TimeStepType ComputeGlobalTimeStep(void *) const override
typename Superclass::FloatOffsetType FloatOffsetType
double m_ConductanceParameter
void PrintSelf(std::ostream &os, Indent indent) const override
typename Superclass::ImageType ImageType