ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkVoronoiPartitioningImageFilter.h>
Perform a partitioning of 2D images (single channel) by Voronoi Diagram.
Definition at line 33 of file itkVoronoiPartitioningImageFilter.h.
typedef Superclass::BinaryObjectImage itk::VoronoiPartitioningImageFilter< TInputImage, TOutputImage >::BinaryObjectImage |
Convenient typedefs.
Reimplemented from itk::VoronoiSegmentationImageFilterBase< TInputImage, TOutputImage >.
Definition at line 48 of file itkVoronoiPartitioningImageFilter.h.
typedef Superclass::CellAutoPointer itk::VoronoiPartitioningImageFilter< TInputImage, TOutputImage >::CellAutoPointer |
Reimplemented from itk::VoronoiSegmentationImageFilterBase< TInputImage, TOutputImage >.
Definition at line 62 of file itkVoronoiPartitioningImageFilter.h.
typedef SmartPointer< const Self > itk::VoronoiPartitioningImageFilter< TInputImage, TOutputImage >::ConstPointer |
Reimplemented from itk::VoronoiSegmentationImageFilterBase< TInputImage, TOutputImage >.
Definition at line 41 of file itkVoronoiPartitioningImageFilter.h.
typedef Superclass::EdgeIterator itk::VoronoiPartitioningImageFilter< TInputImage, TOutputImage >::EdgeIterator |
Reimplemented from itk::VoronoiSegmentationImageFilterBase< TInputImage, TOutputImage >.
Definition at line 63 of file itkVoronoiPartitioningImageFilter.h.
typedef Superclass::IndexList itk::VoronoiPartitioningImageFilter< TInputImage, TOutputImage >::IndexList |
Reimplemented from itk::VoronoiSegmentationImageFilterBase< TInputImage, TOutputImage >.
Definition at line 52 of file itkVoronoiPartitioningImageFilter.h.
typedef Superclass::IndexType itk::VoronoiPartitioningImageFilter< TInputImage, TOutputImage >::IndexType |
Reimplemented from itk::VoronoiSegmentationImageFilterBase< TInputImage, TOutputImage >.
Definition at line 53 of file itkVoronoiPartitioningImageFilter.h.
typedef Superclass::InputImageType itk::VoronoiPartitioningImageFilter< TInputImage, TOutputImage >::InputImageType |
Convenient typedefs.
Reimplemented from itk::VoronoiSegmentationImageFilterBase< TInputImage, TOutputImage >.
Definition at line 55 of file itkVoronoiPartitioningImageFilter.h.
typedef Superclass::NeighborIdIterator itk::VoronoiPartitioningImageFilter< TInputImage, TOutputImage >::NeighborIdIterator |
Reimplemented from itk::VoronoiSegmentationImageFilterBase< TInputImage, TOutputImage >.
Definition at line 64 of file itkVoronoiPartitioningImageFilter.h.
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.
typedef Superclass::OutputPixelType itk::VoronoiPartitioningImageFilter< TInputImage, TOutputImage >::OutputPixelType |
Reimplemented from itk::VoronoiSegmentationImageFilterBase< TInputImage, TOutputImage >.
Definition at line 57 of file itkVoronoiPartitioningImageFilter.h.
typedef SmartPointer< Self > itk::VoronoiPartitioningImageFilter< TInputImage, TOutputImage >::Pointer |
Reimplemented from itk::VoronoiSegmentationImageFilterBase< TInputImage, TOutputImage >.
Definition at line 40 of file itkVoronoiPartitioningImageFilter.h.
typedef Superclass::PointIdIterator itk::VoronoiPartitioningImageFilter< TInputImage, TOutputImage >::PointIdIterator |
Reimplemented from itk::VoronoiSegmentationImageFilterBase< TInputImage, TOutputImage >.
Definition at line 61 of file itkVoronoiPartitioningImageFilter.h.
typedef Superclass::PointType itk::VoronoiPartitioningImageFilter< TInputImage, TOutputImage >::PointType |
Reimplemented from itk::VoronoiSegmentationImageFilterBase< TInputImage, TOutputImage >.
Definition at line 59 of file itkVoronoiPartitioningImageFilter.h.
typedef Superclass::PointTypeDeque itk::VoronoiPartitioningImageFilter< TInputImage, TOutputImage >::PointTypeDeque |
Reimplemented from itk::VoronoiSegmentationImageFilterBase< TInputImage, TOutputImage >.
Definition at line 60 of file itkVoronoiPartitioningImageFilter.h.
typedef Superclass::RegionType itk::VoronoiPartitioningImageFilter< TInputImage, TOutputImage >::RegionType |
Reimplemented from itk::VoronoiSegmentationImageFilterBase< TInputImage, TOutputImage >.
Definition at line 54 of file itkVoronoiPartitioningImageFilter.h.
typedef VoronoiPartitioningImageFilter itk::VoronoiPartitioningImageFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Reimplemented from itk::VoronoiSegmentationImageFilterBase< TInputImage, TOutputImage >.
Definition at line 38 of file itkVoronoiPartitioningImageFilter.h.
typedef VoronoiSegmentationImageFilterBase< TInputImage, TOutputImage > itk::VoronoiPartitioningImageFilter< TInputImage, TOutputImage >::Superclass |
Reimplemented from itk::VoronoiSegmentationImageFilterBase< TInputImage, TOutputImage >.
Definition at line 39 of file itkVoronoiPartitioningImageFilter.h.
itk::VoronoiPartitioningImageFilter< TInputImage, TOutputImage >::VoronoiPartitioningImageFilter | ( | ) | [protected] |
End concept checking
itk::VoronoiPartitioningImageFilter< TInputImage, TOutputImage >::~VoronoiPartitioningImageFilter | ( | ) | [protected] |
End concept checking
itk::VoronoiPartitioningImageFilter< TInputImage, TOutputImage >::VoronoiPartitioningImageFilter | ( | const Self & | ) | [private] |
virtual void itk::VoronoiPartitioningImageFilter< TInputImage, TOutputImage >::ClassifyDiagram | ( | void | ) | [protected, virtual] |
Reimplemented from itk::VoronoiSegmentationImageFilterBase< TInputImage, 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 >.
virtual void itk::VoronoiPartitioningImageFilter< TInputImage, TOutputImage >::GenerateAddingSeeds | ( | void | ) | [protected, virtual] |
Reimplemented from itk::VoronoiSegmentationImageFilterBase< TInputImage, TOutputImage >.
virtual const char* itk::VoronoiPartitioningImageFilter< TInputImage, TOutputImage >::GetNameOfClass | ( | ) | const [virtual] |
Run-time type information (and related methods).
Reimplemented from itk::VoronoiSegmentationImageFilterBase< TInputImage, 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.
virtual void itk::VoronoiPartitioningImageFilter< TInputImage, TOutputImage >::MakeSegmentBoundary | ( | void | ) | [virtual] |
Create the output results.
Reimplemented from itk::VoronoiSegmentationImageFilterBase< TInputImage, TOutputImage >.
virtual void itk::VoronoiPartitioningImageFilter< TInputImage, TOutputImage >::MakeSegmentObject | ( | void | ) | [virtual] |
Reimplemented from itk::VoronoiSegmentationImageFilterBase< TInputImage, TOutputImage >.
static Pointer itk::VoronoiPartitioningImageFilter< TInputImage, TOutputImage >::New | ( | ) | [static] |
Method for creation through the object factory.
Reimplemented from itk::VoronoiSegmentationImageFilterBase< TInputImage, 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 >.
void itk::VoronoiPartitioningImageFilter< TInputImage, TOutputImage >::PrintSelf | ( | std::ostream & | os, |
Indent | indent | ||
) | const [protected, virtual] |
End concept checking
Reimplemented from itk::VoronoiSegmentationImageFilterBase< TInputImage, 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.
virtual bool itk::VoronoiPartitioningImageFilter< TInputImage, TOutputImage >::TestHomogeneity | ( | IndexList & | Plist | ) | [protected, virtual] |
itk::VoronoiPartitioningImageFilter< TInputImage, TOutputImage >::typedef | ( | Concept::SameDimension< InputImageDimension, OutputImageDimension > | ) |
Begin concept checking This class requires SameDimensionCheck in the form of ( Concept::SameDimension< InputImageDimension, OutputImageDimension > )
itk::VoronoiPartitioningImageFilter< TInputImage, TOutputImage >::typedef | ( | Concept::Convertible< int, OutputPixelType > | ) |
This class requires IntConvertibleToOutputCheck in the form of ( Concept::Convertible< int, OutputPixelType > )
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.
double itk::VoronoiPartitioningImageFilter< TInputImage, TOutputImage >::m_SigmaThreshold [protected] |
Definition at line 111 of file itkVoronoiPartitioningImageFilter.h.
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.