18#ifndef itkShapeDetectionLevelSetFunction_h
19#define itkShapeDetectionLevelSetFunction_h
67template <
typename TImageType,
typename TFeatureImageType = TImageType>
133#ifndef ITK_MANUAL_INSTANTIATION
134# include "itkShapeDetectionLevelSetFunction.hxx"
virtual void SetAdvectionWeight(const ScalarValueType a)
virtual void SetPropagationWeight(const ScalarValueType p)
virtual void SetCurvatureWeight(const ScalarValueType c)
ConstNeighborhoodIterator< OutputImageType, DefaultBoundaryConditionType > NeighborhoodType
typename FeatureImageType::PixelType FeatureScalarType
void Initialize(const RadiusType &r) override
ScalarValueType PropagationSpeed(const NeighborhoodType &, const FloatOffsetType &, GlobalDataStruct *gd) const override
OutputImageType ImageType
Vector< float, Self::ImageDimension > FloatOffsetType
static constexpr unsigned int ImageDimension
typename ConstNeighborhoodIterator< OutputImageType >::RadiusType RadiusType
SegmentationLevelSetFunction()
PixelType ScalarValueType
TFeatureImageType FeatureImageType
~ShapeDetectionLevelSetFunction() override=default
Vector< float, Self::ImageDimension > FloatOffsetType
void CalculateSpeedImage() override
ShapeDetectionLevelSetFunction Self
void Initialize(const RadiusType &r) override
static constexpr unsigned int ImageDimension
ShapeDetectionLevelSetFunction()
PixelType ScalarValueType
SmartPointer< const Self > ConstPointer
typename ConstNeighborhoodIterator< OutputImageType >::RadiusType RadiusType
ConstNeighborhoodIterator< OutputImageType, DefaultBoundaryConditionType > NeighborhoodType
SegmentationLevelSetFunction< TImageType, TFeatureImageType > Superclass
SmartPointer< Self > Pointer
ScalarValueType CurvatureSpeed(const NeighborhoodType &neighborhood, const FloatOffsetType &offset, GlobalDataStruct *gd) const override
Implements transparent reference counting.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....