17 #ifndef itkConnectedThresholdSegmentationModule_h
18 #define itkConnectedThresholdSegmentationModule_h
35 template <
unsigned int NDimension>
55 static constexpr
unsigned int Dimension = NDimension;
64 itkSetMacro( LowerThreshold,
double );
65 itkGetMacro( LowerThreshold,
double );
66 itkSetMacro( UpperThreshold,
double );
67 itkGetMacro( UpperThreshold,
double );
73 void PrintSelf(std::ostream& os,
Indent indent)
const override;
77 void GenerateData ()
override;
87 #ifndef ITK_MANUAL_INSTANTIATION
88 # include "itkConnectedThresholdSegmentationModule.hxx"
Light weight base class for most itk classes.
This class applies the connected threshold region growing segmentation method.
constexpr unsigned int Dimension
Class applies a region growing segmentation method.
typename Superclass::OutputImageType OutputImageType
typename Superclass::FeatureImageType FeatureImageType
typename Superclass::InputSpatialObjectType InputSpatialObjectType
Control indentation during Print() invocation.