17 #ifndef __itkRegionGrowingSegmentationModule_h
18 #define __itkRegionGrowingSegmentationModule_h
35 template <
unsigned int NDimension>
52 itkStaticConstMacro(Dimension,
unsigned int, NDimension);
75 void PrintSelf(std::ostream& os,
Indent indent)
const;
82 void PackOutputImageInOutputSpatialObject(
OutputImageType * outputImage );
92 void operator=(
const Self&);
94 void ConvertIntensitiesToCenteredRange(
OutputImageType * outputImage );
99 #ifndef ITK_MANUAL_INSTANTIATION
100 # include "itkRegionGrowingSegmentationModule.hxx"
Light weight base class for most itk classes.
Representation of a Landmark based on the spatial object classes.
SmartPointer< Self > Pointer
Class provides the abstract interface of the segmentation methods.
Class applies a region growing segmentation method.
SmartPointer< const Self > ConstPointer
LandmarkSpatialObject< NDimension > InputSpatialObjectType
Image< OutputPixelType, NDimension > OutputImageType
Image< FeaturePixelType, NDimension > FeatureImageType
Superclass::SpatialObjectType SpatialObjectType
Superclass::SpatialObjectPointer SpatialObjectPointer
RegionGrowingSegmentationModule Self
ImageSpatialObject< NDimension, FeaturePixelType > FeatureSpatialObjectType
Implementation of an image as spatial object.
ImageSpatialObject< NDimension, OutputPixelType > OutputSpatialObjectType
SegmentationModule< NDimension > Superclass
Control indentation during Print() invocation.
Templated n-dimensional image class.