17 #ifndef __itkConfidenceConnectedSegmentationModule_h
18 #define __itkConfidenceConnectedSegmentationModule_h
35 template <
unsigned int NDimension>
53 itkStaticConstMacro(Dimension,
unsigned int, NDimension);
63 itkSetMacro( SigmaMultiplier,
double );
64 itkGetMacro( SigmaMultiplier,
double );
70 void PrintSelf(std::ostream& os,
Indent indent)
const;
78 void operator=(
const Self&);
86 #ifndef ITK_MANUAL_INSTANTIATION
87 # include "itkConfidenceConnectedSegmentationModule.hxx"
Light weight base class for most itk classes.
This class applies the connected threshold region growing segmentation method.
Superclass::OutputImageType OutputImageType
ConfidenceConnectedSegmentationModule Self
Class applies a region growing segmentation method.
Superclass::FeatureImageType FeatureImageType
Superclass::InputSpatialObjectType InputSpatialObjectType
RegionGrowingSegmentationModule< NDimension > Superclass
Control indentation during Print() invocation.
SmartPointer< Self > Pointer
SmartPointer< const Self > ConstPointer