17 #ifndef __itkConnectedThresholdSegmentationModule_h
18 #define __itkConnectedThresholdSegmentationModule_h
35 template <
unsigned int NDimension>
53 itkStaticConstMacro(Dimension,
unsigned int, NDimension);
62 itkSetMacro( LowerThreshold,
double );
63 itkGetMacro( LowerThreshold,
double );
64 itkSetMacro( UpperThreshold,
double );
65 itkGetMacro( UpperThreshold,
double );
71 void PrintSelf(std::ostream& os,
Indent indent)
const;
79 void operator=(
const Self&);
88 #ifndef ITK_MANUAL_INSTANTIATION
89 # include "itkConnectedThresholdSegmentationModule.hxx"
Light weight base class for most itk classes.
ConnectedThresholdSegmentationModule Self
SmartPointer< const Self > ConstPointer
Superclass::OutputImageType OutputImageType
This class applies the connected threshold region growing segmentation method.
Class applies a region growing segmentation method.
RegionGrowingSegmentationModule< NDimension > Superclass
SmartPointer< Self > Pointer
Superclass::FeatureImageType FeatureImageType
Control indentation during Print() invocation.
Superclass::InputSpatialObjectType InputSpatialObjectType