18 #ifndef itkVoronoiPartitioningImageFilter_h
19 #define itkVoronoiPartitioningImageFilter_h
32 template<
typename TInputImage,
typename TOutputImage >
75 itkSetMacro(SigmaThreshold,
double);
76 itkGetConstMacro(SigmaThreshold,
double);
83 TOutputImage::ImageDimension);
86 #ifdef ITK_USE_CONCEPT_CHECKING
114 void operator=(const Self &);
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
virtual void ClassifyDiagram(void) override
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()
Superclass::CellAutoPointer CellAutoPointer
void PrintSelf(std::ostream &os, Indent indent) const override
Superclass::EdgeIterator EdgeIterator
Superclass::IndexType IndexType
VoronoiSegmentationImageFilterBase< TInputImage, TOutputImage > Superclass
TOutputImage OutputImageType
virtual bool TestHomogeneity(IndexList &Plist) override
~VoronoiPartitioningImageFilter()
static const unsigned int OutputImageDimension
TInputImage InputImageType
virtual void GenerateAddingSeeds(void) override
TInputImage::IndexType IndexType
Control indentation during Print() invocation.
Superclass::NeighborIdIterator NeighborIdIterator
static const unsigned int InputImageDimension
Superclass::IndexList IndexList
Image< unsigned char, 2 > BinaryObjectImage
std::deque< PointType > PointTypeDeque
#define itkConceptMacro(name, concept)
TInputImage::RegionType RegionType
SmartPointer< const Self > ConstPointer
VoronoiDiagram::NeighborIdIterator NeighborIdIterator
SmartPointer< Self > Pointer
virtual void MakeSegmentObject(void) override
VoronoiPartitioningImageFilter Self
virtual void MakeSegmentBoundary(void) override
static const unsigned int ImageDimension
Superclass::InputImageType InputImageType