ITK  4.0.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | Private Member Functions
itk::VoronoiPartitioningImageFilter< TInputImage, TOutputImage > Class Template Reference

#include <itkVoronoiPartitioningImageFilter.h>

Inheritance diagram for itk::VoronoiPartitioningImageFilter< TInputImage, TOutputImage >:
Collaboration diagram for itk::VoronoiPartitioningImageFilter< TInputImage, TOutputImage >:

List of all members.

Public Types

typedef
Superclass::BinaryObjectImage 
BinaryObjectImage
typedef Superclass::CellAutoPointer CellAutoPointer
typedef SmartPointer< const SelfConstPointer
typedef Superclass::EdgeIterator EdgeIterator
typedef Superclass::IndexList IndexList
typedef Superclass::IndexType IndexType
typedef Superclass::InputImageType InputImageType
typedef
Superclass::NeighborIdIterator 
NeighborIdIterator
typedef Superclass::OutputImageType OutputImageType
typedef Superclass::OutputPixelType OutputPixelType
typedef SmartPointer< SelfPointer
typedef Superclass::PointIdIterator PointIdIterator
typedef Superclass::PointType PointType
typedef Superclass::PointTypeDeque PointTypeDeque
typedef Superclass::RegionType RegionType
typedef
VoronoiPartitioningImageFilter 
Self
typedef
VoronoiSegmentationImageFilterBase
< TInputImage, TOutputImage > 
Superclass

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
virtual const char * GetNameOfClass () const
virtual void MakeSegmentBoundary (void)
virtual void MakeSegmentObject (void)
 typedef (Concept::SameDimension< InputImageDimension, OutputImageDimension >) SameDimensionCheck
 typedef (Concept::Convertible< int, OutputPixelType >) IntConvertibleToOutputCheck
virtual void SetSigmaThreshold (double _arg)
virtual double GetSigmaThreshold () const

Static Public Member Functions

static Pointer New ()

Static Public Attributes

static const unsigned int InputImageDimension = TInputImage::ImageDimension
static const unsigned int OutputImageDimension = TOutputImage::ImageDimension

Protected Member Functions

virtual void ClassifyDiagram (void)
virtual void GenerateAddingSeeds (void)
virtual bool TestHomogeneity (IndexList &Plist)
 VoronoiPartitioningImageFilter ()
 ~VoronoiPartitioningImageFilter ()
void PrintSelf (std::ostream &os, Indent indent) const

Protected Attributes

double m_SigmaThreshold

Private Member Functions

void operator= (const Self &)
 VoronoiPartitioningImageFilter (const Self &)

Detailed Description

template<class TInputImage, class TOutputImage>
class itk::VoronoiPartitioningImageFilter< TInputImage, TOutputImage >

Perform a partitioning of 2D images (single channel) by Voronoi Diagram.

Definition at line 33 of file itkVoronoiPartitioningImageFilter.h.


Member Typedef Documentation

template<class TInputImage , class TOutputImage >
typedef Superclass::BinaryObjectImage itk::VoronoiPartitioningImageFilter< TInputImage, TOutputImage >::BinaryObjectImage

Convenient typedefs.

Reimplemented from itk::VoronoiSegmentationImageFilterBase< TInputImage, TOutputImage >.

Definition at line 48 of file itkVoronoiPartitioningImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef Superclass::CellAutoPointer itk::VoronoiPartitioningImageFilter< TInputImage, TOutputImage >::CellAutoPointer
template<class TInputImage , class TOutputImage >
typedef SmartPointer< const Self > itk::VoronoiPartitioningImageFilter< TInputImage, TOutputImage >::ConstPointer
template<class TInputImage , class TOutputImage >
typedef Superclass::EdgeIterator itk::VoronoiPartitioningImageFilter< TInputImage, TOutputImage >::EdgeIterator
template<class TInputImage , class TOutputImage >
typedef Superclass::IndexList itk::VoronoiPartitioningImageFilter< TInputImage, TOutputImage >::IndexList
template<class TInputImage , class TOutputImage >
typedef Superclass::IndexType itk::VoronoiPartitioningImageFilter< TInputImage, TOutputImage >::IndexType
template<class TInputImage , class TOutputImage >
typedef Superclass::InputImageType itk::VoronoiPartitioningImageFilter< TInputImage, TOutputImage >::InputImageType

Convenient typedefs.

Reimplemented from itk::VoronoiSegmentationImageFilterBase< TInputImage, TOutputImage >.

Definition at line 55 of file itkVoronoiPartitioningImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef Superclass::NeighborIdIterator itk::VoronoiPartitioningImageFilter< TInputImage, TOutputImage >::NeighborIdIterator
template<class TInputImage , class TOutputImage >
typedef Superclass::OutputImageType itk::VoronoiPartitioningImageFilter< TInputImage, TOutputImage >::OutputImageType

Some convenient typedefs.

Reimplemented from itk::VoronoiSegmentationImageFilterBase< TInputImage, TOutputImage >.

Definition at line 56 of file itkVoronoiPartitioningImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef Superclass::OutputPixelType itk::VoronoiPartitioningImageFilter< TInputImage, TOutputImage >::OutputPixelType
template<class TInputImage , class TOutputImage >
typedef SmartPointer< Self > itk::VoronoiPartitioningImageFilter< TInputImage, TOutputImage >::Pointer
template<class TInputImage , class TOutputImage >
typedef Superclass::PointIdIterator itk::VoronoiPartitioningImageFilter< TInputImage, TOutputImage >::PointIdIterator
template<class TInputImage , class TOutputImage >
typedef Superclass::PointType itk::VoronoiPartitioningImageFilter< TInputImage, TOutputImage >::PointType
template<class TInputImage , class TOutputImage >
typedef Superclass::PointTypeDeque itk::VoronoiPartitioningImageFilter< TInputImage, TOutputImage >::PointTypeDeque
template<class TInputImage , class TOutputImage >
typedef Superclass::RegionType itk::VoronoiPartitioningImageFilter< TInputImage, TOutputImage >::RegionType
template<class TInputImage , class TOutputImage >
typedef VoronoiPartitioningImageFilter itk::VoronoiPartitioningImageFilter< TInputImage, TOutputImage >::Self

Standard class typedefs.

Reimplemented from itk::VoronoiSegmentationImageFilterBase< TInputImage, TOutputImage >.

Definition at line 38 of file itkVoronoiPartitioningImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef VoronoiSegmentationImageFilterBase< TInputImage, TOutputImage > itk::VoronoiPartitioningImageFilter< TInputImage, TOutputImage >::Superclass

Constructor & Destructor Documentation

template<class TInputImage , class TOutputImage >
itk::VoronoiPartitioningImageFilter< TInputImage, TOutputImage >::VoronoiPartitioningImageFilter ( ) [protected]

End concept checking

template<class TInputImage , class TOutputImage >
itk::VoronoiPartitioningImageFilter< TInputImage, TOutputImage >::~VoronoiPartitioningImageFilter ( ) [protected]

End concept checking

template<class TInputImage , class TOutputImage >
itk::VoronoiPartitioningImageFilter< TInputImage, TOutputImage >::VoronoiPartitioningImageFilter ( const Self ) [private]

Member Function Documentation

template<class TInputImage , class TOutputImage >
virtual void itk::VoronoiPartitioningImageFilter< TInputImage, TOutputImage >::ClassifyDiagram ( void  ) [protected, virtual]
template<class TInputImage , class TOutputImage >
virtual::itk::LightObject::Pointer itk::VoronoiPartitioningImageFilter< TInputImage, TOutputImage >::CreateAnother ( void  ) const [virtual]

Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.

Reimplemented from itk::VoronoiSegmentationImageFilterBase< TInputImage, TOutputImage >.

template<class TInputImage , class TOutputImage >
virtual void itk::VoronoiPartitioningImageFilter< TInputImage, TOutputImage >::GenerateAddingSeeds ( void  ) [protected, virtual]
template<class TInputImage , class TOutputImage >
virtual const char* itk::VoronoiPartitioningImageFilter< TInputImage, TOutputImage >::GetNameOfClass ( ) const [virtual]

Run-time type information (and related methods).

Reimplemented from itk::VoronoiSegmentationImageFilterBase< TInputImage, TOutputImage >.

template<class TInputImage , class TOutputImage >
virtual double itk::VoronoiPartitioningImageFilter< TInputImage, TOutputImage >::GetSigmaThreshold ( ) const [virtual]

Set/Get the threshold used to determine if a Voronoi region is homogeneous. If the standard deviation of the intensities in the Voronoi region is below this threshold, then the region is considered homogeneous.

template<class TInputImage , class TOutputImage >
virtual void itk::VoronoiPartitioningImageFilter< TInputImage, TOutputImage >::MakeSegmentBoundary ( void  ) [virtual]

Create the output results.

Reimplemented from itk::VoronoiSegmentationImageFilterBase< TInputImage, TOutputImage >.

template<class TInputImage , class TOutputImage >
virtual void itk::VoronoiPartitioningImageFilter< TInputImage, TOutputImage >::MakeSegmentObject ( void  ) [virtual]
template<class TInputImage , class TOutputImage >
static Pointer itk::VoronoiPartitioningImageFilter< TInputImage, TOutputImage >::New ( ) [static]

Method for creation through the object factory.

Reimplemented from itk::VoronoiSegmentationImageFilterBase< TInputImage, TOutputImage >.

template<class TInputImage , class TOutputImage >
void itk::VoronoiPartitioningImageFilter< TInputImage, TOutputImage >::operator= ( const Self ) [private]

PushBackInput(), PushFronInput() in the public section force the input to be the type expected by an ImageToImageFilter. However, these methods end of "hiding" the versions from the superclass (ProcessObject) whose arguments are DataObjects. Here, we re-expose the versions from ProcessObject to avoid warnings about hiding methods from the superclass.

Reimplemented from itk::VoronoiSegmentationImageFilterBase< TInputImage, TOutputImage >.

template<class TInputImage , class TOutputImage >
void itk::VoronoiPartitioningImageFilter< TInputImage, TOutputImage >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const [protected, virtual]
template<class TInputImage , class TOutputImage >
virtual void itk::VoronoiPartitioningImageFilter< TInputImage, TOutputImage >::SetSigmaThreshold ( double  _arg) [virtual]

Set/Get the threshold used to determine if a Voronoi region is homogeneous. If the standard deviation of the intensities in the Voronoi region is below this threshold, then the region is considered homogeneous.

template<class TInputImage , class TOutputImage >
virtual bool itk::VoronoiPartitioningImageFilter< TInputImage, TOutputImage >::TestHomogeneity ( IndexList Plist) [protected, virtual]
template<class TInputImage , class TOutputImage >
itk::VoronoiPartitioningImageFilter< TInputImage, TOutputImage >::typedef ( Concept::SameDimension< InputImageDimension, OutputImageDimension )

Begin concept checking This class requires SameDimensionCheck in the form of ( Concept::SameDimension< InputImageDimension, OutputImageDimension > )

template<class TInputImage , class TOutputImage >
itk::VoronoiPartitioningImageFilter< TInputImage, TOutputImage >::typedef ( Concept::Convertible< int, OutputPixelType )

This class requires IntConvertibleToOutputCheck in the form of ( Concept::Convertible< int, OutputPixelType > )


Member Data Documentation

template<class TInputImage , class TOutputImage >
const unsigned int itk::VoronoiPartitioningImageFilter< TInputImage, TOutputImage >::InputImageDimension = TInputImage::ImageDimension [static]

ImageDimension enumeration

Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.

Definition at line 81 of file itkVoronoiPartitioningImageFilter.h.

template<class TInputImage , class TOutputImage >
double itk::VoronoiPartitioningImageFilter< TInputImage, TOutputImage >::m_SigmaThreshold [protected]

Definition at line 111 of file itkVoronoiPartitioningImageFilter.h.

template<class TInputImage , class TOutputImage >
const unsigned int itk::VoronoiPartitioningImageFilter< TInputImage, TOutputImage >::OutputImageDimension = TOutputImage::ImageDimension [static]

ImageDimension enumeration

Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.

Definition at line 83 of file itkVoronoiPartitioningImageFilter.h.


The documentation for this class was generated from the following file: