18 #ifndef __itkVoronoiPartitioningImageFilter_h
19 #define __itkVoronoiPartitioningImageFilter_h
32 template<
typename TInputImage,
typename TOutputImage >
75 itkSetMacro(SigmaThreshold,
double);
76 itkGetConstMacro(SigmaThreshold,
double);
81 TInputImage::ImageDimension);
83 TOutputImage::ImageDimension);
86 #ifdef ITK_USE_CONCEPT_CHECKING
118 #ifndef ITK_MANUAL_INSTANTIATION
119 #include "itkVoronoiPartitioningImageFilter.hxx"
Superclass::RegionType RegionType
Superclass::OutputPixelType OutputPixelType
Base class for VoronoiSegmentationImageFilter.
Superclass::PointIdIterator PointIdIterator
std::vector< IndexType > IndexList
Superclass::OutputImageType OutputImageType
VoronoiDiagram::VoronoiEdgeIterator EdgeIterator
CellType::PointIdIterator PointIdIterator
Base class for all process objects that output image data.
Superclass::BinaryObjectImage BinaryObjectImage
Superclass::PointType PointType
VoronoiDiagram::CellAutoPointer CellAutoPointer
Superclass::PointTypeDeque PointTypeDeque
VoronoiDiagram::PointType PointType
TOutputImage::PixelType OutputPixelType
VoronoiPartitioningImageFilter()
virtual bool TestHomogeneity(IndexList &Plist)
virtual void MakeSegmentBoundary(void)
Superclass::CellAutoPointer CellAutoPointer
virtual void MakeSegmentObject(void)
Superclass::EdgeIterator EdgeIterator
Superclass::IndexType IndexType
VoronoiSegmentationImageFilterBase< TInputImage, TOutputImage > Superclass
TOutputImage OutputImageType
~VoronoiPartitioningImageFilter()
virtual void GenerateAddingSeeds(void)
static const unsigned int OutputImageDimension
TInputImage InputImageType
TInputImage::IndexType IndexType
Control indentation during Print() invocation.
Superclass::NeighborIdIterator NeighborIdIterator
static const unsigned int InputImageDimension
Superclass::IndexList IndexList
Image< unsigned char, 2 > BinaryObjectImage
virtual void ClassifyDiagram(void)
std::deque< PointType > PointTypeDeque
#define itkConceptMacro(name, concept)
void PrintSelf(std::ostream &os, Indent indent) const
void operator=(const Self &)
TInputImage::RegionType RegionType
SmartPointer< const Self > ConstPointer
VoronoiDiagram::NeighborIdIterator NeighborIdIterator
SmartPointer< Self > Pointer
VoronoiPartitioningImageFilter Self
Superclass::InputImageType InputImageType