18 #ifndef itkBinaryMinMaxCurvatureFlowFunction_h
19 #define itkBinaryMinMaxCurvatureFlowFunction_h
41 template<
typename TImage >
69 static constexpr
unsigned int ImageDimension = Superclass::ImageDimension;
73 { m_Threshold = thresh; }
75 {
return m_Threshold; }
80 PixelType ComputeUpdate(
const NeighborhoodType & neighborhood,
82 const FloatOffsetType & offset = FloatOffsetType(0.0)
94 #ifndef ITK_MANUAL_INSTANTIATION
95 #include "itkBinaryMinMaxCurvatureFlowFunction.hxx"
typename Superclass::PixelType PixelType
Light weight base class for most itk classes.
typename Superclass::RadiusType RadiusType
typename Superclass::RadiusType RadiusType
typename Superclass::FloatOffsetType FloatOffsetType
const double & GetThreshold() const
typename Superclass::NeighborhoodType NeighborhoodType
typename Superclass::PixelType PixelType
typename Superclass::ImageType ImageType
typename Superclass::FloatOffsetType FloatOffsetType
void SetThreshold(const double thresh)
typename Superclass::NeighborhoodType NeighborhoodType
typename Superclass::ImageType ImageType