18#ifndef itkBinaryMinMaxCurvatureFlowFunction_h
19#define itkBinaryMinMaxCurvatureFlowFunction_h
42template <
typename TImage>
68 static constexpr unsigned int ImageDimension = Superclass::ImageDimension;
98#ifndef ITK_MANUAL_INSTANTIATION
99# include "itkBinaryMinMaxCurvatureFlowFunction.hxx"
PixelType ComputeUpdate(const NeighborhoodType &it, void *globalData, const FloatOffsetType &offset=FloatOffsetType(0.0)) override
void SetThreshold(const double thresh)
BinaryMinMaxCurvatureFlowFunction()
~BinaryMinMaxCurvatureFlowFunction() override=default
const double & GetThreshold() const
Const version of NeighborhoodIterator, defining iteration of a local N-dimensional neighborhood of pi...
typename ImageType::PixelType PixelType
typename ConstNeighborhoodIterator< TImage >::RadiusType RadiusType
Light weight base class for most itk classes.
A templated class holding a n-Dimensional vector.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....