ITK
4.6.0
Insight Segmentation and Registration Toolkit
|
#include <itkVoronoiSegmentationImageFilterBase.h>
Base class for VoronoiSegmentationImageFilter.
Voronoi SegmentationImageFilter is a class of segmenation algorithms that works on 2D image. Begin with certain number of seeds, VoronoiSegmentationImageFilter first partition the image plane to voronoi regions, and testing each region by some homogeneity operators, which need to be implemented in the private method: virtual bool TestHomogeneity(IndexList &Plist); after testing, all the regions are classified as either "internal" or "external" region and the "boundary" regions was defined as an "external" region that has at least one "internal" region as its neighbor. the algorithm then added seed points to the "boundary" regions (on the edges) and recursively "split" the boundary region until all the "boundary" become sufficiently small. the output of the segmentation can be either a binary object, which is the collection of all the "internal" region. Or a binary boundary delineate, which is defined as the connected lines between seed points of "boundary" region. This class is a base class for voronoi segmenation, single channel or multiple channel image segmenation can be implemented by deriving imagefilters from this class, by implementing the virtual methods
Detailed information about this algorithm can be found in: " Semi-automated color segmentation of anatomical tissue," C. Imelinska, M. Downes, and W. Yuan Computerized Medical Imaging and Graphics, Vor.24, pp 173-180, 2000.
Definition at line 59 of file itkVoronoiSegmentationImageFilterBase.h.
Public Member Functions | |
void | BeforeNextStep (void) |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
void | DrawDiagram (VDImagePointer result, unsigned char incolor, unsigned char outcolor, unsigned char boundcolor) |
virtual void | EnlargeOutputRequestedRegion (DataObject *output) |
virtual void | GenerateInputRequestedRegion () |
virtual int | GetLastStepSeeds () const |
virtual const char * | GetNameOfClass () const |
virtual int | GetNumberOfSeedsToAdded () const |
PointType | GetSeed (int SeedID) |
VoronoiPointer | GetVoronoiDiagram (void) |
virtual void | MakeSegmentBoundary (void) |
virtual void | MakeSegmentObject (void) |
void | RunSegment (void) |
void | RunSegmentOneStep (void) |
virtual void | TakeAPrior (const BinaryObjectImage *) |
virtual void | SetNumberOfSeeds (int _arg) |
virtual int | GetNumberOfSeeds () const |
virtual void | SetMinRegion (int _arg) |
virtual int | GetMinRegion () const |
virtual void | SetSteps (int _arg) |
virtual int | GetSteps () const |
virtual void | SetUseBackgroundInAPrior (bool _arg) |
virtual bool | GetUseBackgroundInAPrior () const |
virtual void | SetOutputBoundary (bool _arg) |
virtual bool | GetOutputBoundary () const |
virtual void | SetInteractiveSegmentation (bool _arg) |
virtual bool | GetInteractiveSegmentation () const |
virtual void | InteractiveSegmentationOn () |
virtual void | InteractiveSegmentationOff () |
virtual void | SetMeanDeviation (double _arg) |
virtual double | GetMeanDeviation () const |
virtual void | SetSize (SizeType _arg) |
virtual SizeType | GetSize () const |
void | SetSeeds (int num, SeedsIterator begin) |
void | SetSeeds (SeedsType &seeds) |
Public Member Functions inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
const InputImageType * | GetInput (void) const |
const InputImageType * | GetInput (unsigned int idx) const |
virtual void | PopBackInput () |
virtual void | PopFrontInput () |
virtual void | PushBackInput (const InputImageType *image) |
virtual void | PushFrontInput (const InputImageType *image) |
virtual void | SetInput (const InputImageType *image) |
virtual void | SetInput (unsigned int, const TInputImage *image) |
virtual void | SetCoordinateTolerance (double _arg) |
virtual double | GetCoordinateTolerance () const |
virtual void | SetDirectionTolerance (double _arg) |
virtual double | GetDirectionTolerance () const |
Public Member Functions inherited from itk::ImageSource< TOutputImage > | |
OutputImageType * | GetOutput (unsigned int idx) |
virtual void | GraftNthOutput (unsigned int idx, DataObject *output) |
virtual void | GraftOutput (DataObject *output) |
virtual void | GraftOutput (const DataObjectIdentifierType &key, DataObject *output) |
OutputImageType * | GetOutput (void) |
const OutputImageType * | GetOutput (void) const |
virtual ProcessObject::DataObjectPointer | MakeOutput (ProcessObject::DataObjectPointerArraySizeType idx) ITK_OVERRIDE |
Public Member Functions inherited from itk::ProcessObject | |
virtual void | AbortGenerateDataOff () |
virtual void | AbortGenerateDataOn () |
virtual const bool & | GetAbortGenerateData () const |
NameArray | GetInputNames () const |
MultiThreader * | GetMultiThreader () const |
DataObjectPointerArraySizeType | GetNumberOfIndexedInputs () const |
DataObjectPointerArraySizeType | GetNumberOfInputs () const |
DataObjectPointerArraySizeType | GetNumberOfOutputs () const |
virtual DataObjectPointerArraySizeType | GetNumberOfValidRequiredInputs () const |
NameArray | GetOutputNames () const |
virtual const float & | GetProgress () const |
NameArray | GetRequiredInputNames () const |
bool | HasInput (const DataObjectIdentifierType &key) const |
bool | HasOutput (const DataObjectIdentifierType &key) const |
virtual DataObjectPointer | MakeOutput (const DataObjectIdentifierType &) |
virtual void | PrepareOutputs () |
virtual void | PropagateRequestedRegion (DataObject *output) |
virtual void | ResetPipeline () |
virtual void | SetAbortGenerateData (bool _arg) |
virtual void | Update () |
virtual void | UpdateLargestPossibleRegion () |
virtual void | UpdateOutputData (DataObject *output) |
virtual void | UpdateOutputInformation () |
void | UpdateProgress (float progress) |
DataObjectPointerArray | GetInputs () |
DataObjectPointerArray | GetOutputs () |
DataObjectPointerArray | GetIndexedInputs () |
DataObjectPointerArray | GetIndexedOutputs () |
DataObjectPointerArraySizeType | GetNumberOfIndexedOutputs () const |
void | SetProgress (float progress) |
virtual void | SetReleaseDataFlag (bool flag) |
virtual bool | GetReleaseDataFlag () const |
void | ReleaseDataFlagOn () |
void | ReleaseDataFlagOff () |
virtual void | SetReleaseDataBeforeUpdateFlag (bool _arg) |
virtual const bool & | GetReleaseDataBeforeUpdateFlag () const |
virtual void | ReleaseDataBeforeUpdateFlagOn () |
virtual void | ReleaseDataBeforeUpdateFlagOff () |
virtual void | SetNumberOfThreads (ThreadIdType _arg) |
virtual const ThreadIdType & | GetNumberOfThreads () const |
Public Member Functions inherited from itk::Object | |
unsigned long | AddObserver (const EventObject &event, Command *) |
unsigned long | AddObserver (const EventObject &event, Command *) const |
virtual void | DebugOff () const |
virtual void | DebugOn () const |
Command * | GetCommand (unsigned long tag) |
bool | GetDebug () const |
MetaDataDictionary & | GetMetaDataDictionary (void) |
const MetaDataDictionary & | GetMetaDataDictionary (void) const |
virtual ModifiedTimeType | GetMTime () const |
virtual const TimeStamp & | GetTimeStamp () const |
bool | HasObserver (const EventObject &event) const |
void | InvokeEvent (const EventObject &) |
void | InvokeEvent (const EventObject &) const |
virtual void | Modified () const |
virtual void | Register () const ITK_OVERRIDE |
void | RemoveAllObservers () |
void | RemoveObserver (unsigned long tag) |
void | SetDebug (bool debugFlag) const |
void | SetMetaDataDictionary (const MetaDataDictionary &rhs) |
virtual void | SetReferenceCount (int) ITK_OVERRIDE |
virtual void | UnRegister () const ITK_OVERRIDE |
virtual void | SetObjectName (std::string _arg) |
virtual const std::string & | GetObjectName () const |
Public Member Functions inherited from itk::LightObject | |
virtual void | Delete () |
virtual int | GetReferenceCount () const |
itkCloneMacro (Self) | |
void | Print (std::ostream &os, Indent indent=0) const |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::Object | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool flag) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
Static Public Attributes | |
static const unsigned int | ImageDimension = TInputImage::ImageDimension |
Static Public Attributes inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
static const unsigned int | InputImageDimension = TInputImage::ImageDimension |
static const unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Static Public Attributes inherited from itk::ImageSource< TOutputImage > | |
static const unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Protected Attributes | |
bool | m_InteractiveSegmentation |
std::vector< unsigned char > | m_Label |
int | m_LastStepSeeds |
double | m_MeanDeviation |
int | m_MinRegion |
int | m_NumberOfBoundary |
std::vector< int > | m_NumberOfPixels |
int | m_NumberOfSeeds |
int | m_NumberOfSeedsToAdded |
bool | m_OutputBoundary |
std::vector< PointType > | m_SeedsToAdded |
SizeType | m_Size |
int | m_Steps |
bool | m_UseBackgroundInAPrior |
VoronoiDiagramGenerator::Pointer | m_VDGenerator |
VoronoiDiagram::Pointer | m_WorkingVD |
Protected Attributes inherited from itk::ProcessObject | |
TimeStamp | m_OutputInformationMTime |
bool | m_Updating |
Protected Attributes inherited from itk::LightObject | |
InternalReferenceCountType | m_ReferenceCount |
SimpleFastMutexLock | m_ReferenceCountLock |
Private Member Functions | |
void | operator= (const Self &) |
VoronoiSegmentationImageFilterBase (const Self &) | |
Additional Inherited Members | |
Protected Types inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
typedef ImageToImageFilterDetail::ImageRegionCopier < itkGetStaticConstMacro(OutputImageDimension), itkGetStaticConstMacro(InputImageDimension) > | InputToOutputRegionCopierType |
typedef ImageToImageFilterDetail::ImageRegionCopier < itkGetStaticConstMacro(InputImageDimension), itkGetStaticConstMacro(OutputImageDimension) > | OutputToInputRegionCopierType |
Protected Types inherited from itk::LightObject | |
typedef int | InternalReferenceCountType |
Static Protected Member Functions inherited from itk::ImageSource< TOutputImage > | |
static const ImageRegionSplitterBase * | GetGlobalDefaultSplitter () |
static ITK_THREAD_RETURN_TYPE | ThreaderCallback (void *arg) |
typedef TBinaryPriorImage itk::VoronoiSegmentationImageFilterBase< TInputImage, TOutputImage, TBinaryPriorImage >::BinaryObjectImage |
Definition at line 105 of file itkVoronoiSegmentationImageFilterBase.h.
typedef BinaryObjectImage::Pointer itk::VoronoiSegmentationImageFilterBase< TInputImage, TOutputImage, TBinaryPriorImage >::BinaryObjectImagePointer |
Definition at line 106 of file itkVoronoiSegmentationImageFilterBase.h.
typedef VoronoiDiagram::CellAutoPointer itk::VoronoiSegmentationImageFilterBase< TInputImage, TOutputImage, TBinaryPriorImage >::CellAutoPointer |
Definition at line 95 of file itkVoronoiSegmentationImageFilterBase.h.
typedef VoronoiDiagram::CellType itk::VoronoiSegmentationImageFilterBase< TInputImage, TOutputImage, TBinaryPriorImage >::CellType |
Definition at line 94 of file itkVoronoiSegmentationImageFilterBase.h.
typedef SmartPointer< const Self > itk::VoronoiSegmentationImageFilterBase< TInputImage, TOutputImage, TBinaryPriorImage >::ConstPointer |
Definition at line 67 of file itkVoronoiSegmentationImageFilterBase.h.
typedef VoronoiDiagram::VoronoiEdge itk::VoronoiSegmentationImageFilterBase< TInputImage, TOutputImage, TBinaryPriorImage >::EdgeInfo |
Definition at line 102 of file itkVoronoiSegmentationImageFilterBase.h.
typedef VoronoiDiagram::VoronoiEdgeIterator itk::VoronoiSegmentationImageFilterBase< TInputImage, TOutputImage, TBinaryPriorImage >::EdgeIterator |
Definition at line 101 of file itkVoronoiSegmentationImageFilterBase.h.
typedef std::vector< IndexType > itk::VoronoiSegmentationImageFilterBase< TInputImage, TOutputImage, TBinaryPriorImage >::IndexList |
Definition at line 107 of file itkVoronoiSegmentationImageFilterBase.h.
typedef TInputImage::IndexType itk::VoronoiSegmentationImageFilterBase< TInputImage, TOutputImage, TBinaryPriorImage >::IndexType |
Definition at line 83 of file itkVoronoiSegmentationImageFilterBase.h.
typedef TInputImage::ConstPointer itk::VoronoiSegmentationImageFilterBase< TInputImage, TOutputImage, TBinaryPriorImage >::InputImageConstPointer |
Definition at line 82 of file itkVoronoiSegmentationImageFilterBase.h.
typedef TInputImage::Pointer itk::VoronoiSegmentationImageFilterBase< TInputImage, TOutputImage, TBinaryPriorImage >::InputImagePointer |
Definition at line 81 of file itkVoronoiSegmentationImageFilterBase.h.
typedef TInputImage itk::VoronoiSegmentationImageFilterBase< TInputImage, TOutputImage, TBinaryPriorImage >::InputImageType |
Convenient typedefs.
Definition at line 80 of file itkVoronoiSegmentationImageFilterBase.h.
typedef VoronoiDiagram::NeighborIdIterator itk::VoronoiSegmentationImageFilterBase< TInputImage, TOutputImage, TBinaryPriorImage >::NeighborIdIterator |
Definition at line 100 of file itkVoronoiSegmentationImageFilterBase.h.
typedef TOutputImage itk::VoronoiSegmentationImageFilterBase< TInputImage, TOutputImage, TBinaryPriorImage >::OutputImageType |
Definition at line 88 of file itkVoronoiSegmentationImageFilterBase.h.
typedef TOutputImage::PixelType itk::VoronoiSegmentationImageFilterBase< TInputImage, TOutputImage, TBinaryPriorImage >::OutputPixelType |
Definition at line 89 of file itkVoronoiSegmentationImageFilterBase.h.
typedef TInputImage::PixelType itk::VoronoiSegmentationImageFilterBase< TInputImage, TOutputImage, TBinaryPriorImage >::PixelType |
Definition at line 86 of file itkVoronoiSegmentationImageFilterBase.h.
typedef SmartPointer< Self > itk::VoronoiSegmentationImageFilterBase< TInputImage, TOutputImage, TBinaryPriorImage >::Pointer |
Definition at line 66 of file itkVoronoiSegmentationImageFilterBase.h.
typedef CellType::PointIdIterator itk::VoronoiSegmentationImageFilterBase< TInputImage, TOutputImage, TBinaryPriorImage >::PointIdIterator |
Definition at line 97 of file itkVoronoiSegmentationImageFilterBase.h.
typedef VoronoiDiagram::PointType itk::VoronoiSegmentationImageFilterBase< TInputImage, TOutputImage, TBinaryPriorImage >::PointType |
Definition at line 93 of file itkVoronoiSegmentationImageFilterBase.h.
typedef std::deque< PointType > itk::VoronoiSegmentationImageFilterBase< TInputImage, TOutputImage, TBinaryPriorImage >::PointTypeDeque |
Definition at line 104 of file itkVoronoiSegmentationImageFilterBase.h.
typedef std::vector< PointType > itk::VoronoiSegmentationImageFilterBase< TInputImage, TOutputImage, TBinaryPriorImage >::PointTypeVector |
Definition at line 103 of file itkVoronoiSegmentationImageFilterBase.h.
typedef TInputImage::RegionType itk::VoronoiSegmentationImageFilterBase< TInputImage, TOutputImage, TBinaryPriorImage >::RegionType |
Definition at line 85 of file itkVoronoiSegmentationImageFilterBase.h.
typedef VoronoiDiagram::SeedsIterator itk::VoronoiSegmentationImageFilterBase< TInputImage, TOutputImage, TBinaryPriorImage >::SeedsIterator |
Definition at line 99 of file itkVoronoiSegmentationImageFilterBase.h.
typedef VoronoiDiagram::SeedsType itk::VoronoiSegmentationImageFilterBase< TInputImage, TOutputImage, TBinaryPriorImage >::SeedsType |
Definition at line 98 of file itkVoronoiSegmentationImageFilterBase.h.
typedef VoronoiSegmentationImageFilterBase itk::VoronoiSegmentationImageFilterBase< TInputImage, TOutputImage, TBinaryPriorImage >::Self |
Standard class typedefs.
Definition at line 64 of file itkVoronoiSegmentationImageFilterBase.h.
typedef TInputImage::SizeType itk::VoronoiSegmentationImageFilterBase< TInputImage, TOutputImage, TBinaryPriorImage >::SizeType |
Definition at line 84 of file itkVoronoiSegmentationImageFilterBase.h.
typedef ImageToImageFilter< TInputImage, TOutputImage > itk::VoronoiSegmentationImageFilterBase< TInputImage, TOutputImage, TBinaryPriorImage >::Superclass |
Definition at line 65 of file itkVoronoiSegmentationImageFilterBase.h.
typedef Image< unsigned char, 2 > itk::VoronoiSegmentationImageFilterBase< TInputImage, TOutputImage, TBinaryPriorImage >::VDImage |
To output the drawing of Voronoi Diagram (VD) .
Definition at line 110 of file itkVoronoiSegmentationImageFilterBase.h.
typedef VDImage::Pointer itk::VoronoiSegmentationImageFilterBase< TInputImage, TOutputImage, TBinaryPriorImage >::VDImagePointer |
Definition at line 111 of file itkVoronoiSegmentationImageFilterBase.h.
typedef VoronoiDiagram2D< double > itk::VoronoiSegmentationImageFilterBase< TInputImage, TOutputImage, TBinaryPriorImage >::VoronoiDiagram |
Definition at line 91 of file itkVoronoiSegmentationImageFilterBase.h.
typedef VoronoiDiagram2DGenerator< double > itk::VoronoiSegmentationImageFilterBase< TInputImage, TOutputImage, TBinaryPriorImage >::VoronoiDiagramGenerator |
Definition at line 92 of file itkVoronoiSegmentationImageFilterBase.h.
typedef VoronoiDiagram::Pointer itk::VoronoiSegmentationImageFilterBase< TInputImage, TOutputImage, TBinaryPriorImage >::VoronoiPointer |
Definition at line 96 of file itkVoronoiSegmentationImageFilterBase.h.
|
protected |
|
protected |
|
private |
void itk::VoronoiSegmentationImageFilterBase< TInputImage, TOutputImage, TBinaryPriorImage >::BeforeNextStep | ( | void | ) |
|
protectedvirtual |
Reimplemented in itk::VoronoiPartitioningImageFilter< TInputImage, TOutputImage >.
|
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::Object.
void itk::VoronoiSegmentationImageFilterBase< TInputImage, TOutputImage, TBinaryPriorImage >::DrawDiagram | ( | VDImagePointer | result, |
unsigned char | incolor, | ||
unsigned char | outcolor, | ||
unsigned char | boundcolor | ||
) |
Draw the Voronoi Diagram structure.
|
protected |
|
protected |
|
virtual |
This filter does not stream and needs to produce the entire output.
Reimplemented from itk::ProcessObject.
|
protected |
|
protectedvirtual |
Reimplemented in itk::VoronoiPartitioningImageFilter< TInputImage, TOutputImage >.
|
protectedvirtual |
A version of GenerateData() specific for image processing filters. This implementation will split the processing across multiple threads. The buffer is allocated by this method. Then the BeforeThreadedGenerateData() method is called (if provided). Then, a series of threads are spawned each calling ThreadedGenerateData(). After all the threads have completed processing, the AfterThreadedGenerateData() method is called (if provided). If an image processing filter cannot be threaded, the filter should provide an implementation of GenerateData(). That implementation is responsible for allocating the output buffer. If a filter an be threaded, it should NOT provide a GenerateData() method but should provide a ThreadedGenerateData() instead.
Reimplemented from itk::ImageSource< TOutputImage >.
|
virtual |
This filter does not stream and needs the entire image as input.
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
|
virtual |
Output the segmentation on every iteration. Useful for iteractive sessions. The setting of OutputBoundary determines the type of output.
|
virtual |
Get the number of seeds before adding new ones.
|
virtual |
Set/Get the mean deviation.
|
virtual |
Set/Get the smallest region to be divided.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Reimplemented in itk::VoronoiSegmentationImageFilter< TInputImage, TOutputImage, TBinaryPriorImage >, itk::VoronoiSegmentationRGBImageFilter< TInputImage, TOutputImage >, and itk::VoronoiPartitioningImageFilter< TInputImage, TOutputImage >.
|
virtual |
Set/Get the initial number of seeds for VD.
|
virtual |
Get the number of seeds to add.
|
virtual |
Enable the generation of the output boundary.
|
protected |
|
inline |
Get the point specified by the ID given.
Definition at line 207 of file itkVoronoiSegmentationImageFilterBase.h.
|
virtual |
Set/Get the region size.
|
virtual |
Set/Get the number of iterations to run (if set to 0: the classification run process runs until no more cells can be divided).
|
virtual |
|
inline |
Return the Voroni Diagram structure.
Definition at line 178 of file itkVoronoiSegmentationImageFilterBase.h.
|
virtual |
Output the segmentation on every iteration. Useful for iteractive sessions. The setting of OutputBoundary determines the type of output.
|
virtual |
Output the segmentation on every iteration. Useful for iteractive sessions. The setting of OutputBoundary determines the type of output.
|
virtual |
Create the output binary result for boundaries.
Reimplemented in itk::VoronoiPartitioningImageFilter< TInputImage, TOutputImage >.
|
virtual |
Reimplemented in itk::VoronoiPartitioningImageFilter< TInputImage, TOutputImage >.
|
static |
Method for creation through the object factory.
|
private |
|
protectedvirtual |
Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Reimplemented in itk::VoronoiSegmentationRGBImageFilter< TInputImage, TOutputImage >, itk::VoronoiSegmentationImageFilter< TInputImage, TOutputImage, TBinaryPriorImage >, and itk::VoronoiPartitioningImageFilter< TInputImage, TOutputImage >.
void itk::VoronoiSegmentationImageFilterBase< TInputImage, TOutputImage, TBinaryPriorImage >::RunSegment | ( | void | ) |
Perform the segmentation.
void itk::VoronoiSegmentationImageFilterBase< TInputImage, TOutputImage, TBinaryPriorImage >::RunSegmentOneStep | ( | void | ) |
Perform the segmentation.
|
virtual |
Output the segmentation on every iteration. Useful for iteractive sessions. The setting of OutputBoundary determines the type of output.
|
virtual |
Set/Get the mean deviation.
|
virtual |
Set/Get the smallest region to be divided.
|
virtual |
Set/Get the initial number of seeds for VD.
|
virtual |
Enable the generation of the output boundary.
|
inline |
Seeds positions are randomly set. If you need to set seeds position then use the SetSeeds method after the InitializeSegment method .
Definition at line 186 of file itkVoronoiSegmentationImageFilterBase.h.
|
inline |
Seeds positions are randomly set. If you need to set seeds position then use the SetSeeds method after the InitializeSegment method .
Definition at line 198 of file itkVoronoiSegmentationImageFilterBase.h.
|
virtual |
Set/Get the region size.
|
virtual |
Set/Get the number of iterations to run (if set to 0: the classification run process runs until no more cells can be divided).
|
virtual |
|
inlinevirtual |
Take a prior from other segmentation node. This should be a binary object.
Definition at line 164 of file itkVoronoiSegmentationImageFilterBase.h.
|
inlineprotectedvirtual |
Definition at line 264 of file itkVoronoiSegmentationImageFilterBase.h.
|
static |
Get the image dimension from the template parameter.
Definition at line 77 of file itkVoronoiSegmentationImageFilterBase.h.
|
protected |
Definition at line 246 of file itkVoronoiSegmentationImageFilterBase.h.
|
protected |
Definition at line 240 of file itkVoronoiSegmentationImageFilterBase.h.
|
protected |
Definition at line 235 of file itkVoronoiSegmentationImageFilterBase.h.
|
protected |
Definition at line 242 of file itkVoronoiSegmentationImageFilterBase.h.
|
protected |
Definition at line 233 of file itkVoronoiSegmentationImageFilterBase.h.
|
protected |
Definition at line 237 of file itkVoronoiSegmentationImageFilterBase.h.
|
protected |
Definition at line 239 of file itkVoronoiSegmentationImageFilterBase.h.
|
protected |
Definition at line 232 of file itkVoronoiSegmentationImageFilterBase.h.
Referenced by itk::VoronoiSegmentationImageFilterBase< TInputImage, TOutputImage >::SetSeeds().
|
protected |
Definition at line 236 of file itkVoronoiSegmentationImageFilterBase.h.
|
protected |
Definition at line 244 of file itkVoronoiSegmentationImageFilterBase.h.
|
protected |
Definition at line 252 of file itkVoronoiSegmentationImageFilterBase.h.
|
protected |
Definition at line 231 of file itkVoronoiSegmentationImageFilterBase.h.
|
protected |
Definition at line 234 of file itkVoronoiSegmentationImageFilterBase.h.
|
protected |
Definition at line 243 of file itkVoronoiSegmentationImageFilterBase.h.
|
protected |
Definition at line 250 of file itkVoronoiSegmentationImageFilterBase.h.
|
protected |
Definition at line 248 of file itkVoronoiSegmentationImageFilterBase.h.
Referenced by itk::VoronoiSegmentationImageFilterBase< TInputImage, TOutputImage >::GetSeed(), itk::VoronoiSegmentationImageFilterBase< TInputImage, TOutputImage >::GetVoronoiDiagram(), and itk::VoronoiSegmentationImageFilterBase< TInputImage, TOutputImage >::SetSeeds().