Slicer  5.1
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
List of all members | Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions
vtkImageGrowCutSegment Class Reference

#include <Modules/Loadable/Segmentations/Logic/vtkImageGrowCutSegment.h>

Inheritance diagram for vtkImageGrowCutSegment:
Inheritance graph
[legend]
Collaboration diagram for vtkImageGrowCutSegment:
Collaboration graph
[legend]

Public Types

typedef vtkImageAlgorithm Superclass
 

Public Member Functions

virtual const char * GetClassName ()
 
virtual double GetDistancePenalty ()
 
virtual int IsA (const char *type)
 
void PrintSelf (ostream &os, vtkIndent indent) override
 
void Reset ()
 
virtual void SetDistancePenalty (double)
 
void SetIntensityVolume (vtkImageData *grayscaleImage)
 Set input grayscale volume (input 0) More...
 
void SetMaskVolume (vtkImageData *labelImage)
 
void SetSeedLabelVolume (vtkImageData *labelImage)
 Set input seed label volume (input 1) More...
 

Static Public Member Functions

static int IsTypeOf (const char *type)
 
static vtkImageGrowCutSegmentNew ()
 
static vtkImageGrowCutSegmentSafeDownCast (vtkObject *o)
 

Protected Member Functions

void ExecuteDataWithInformation (vtkDataObject *outData, vtkInformation *outInfo) override
 
int FillInputPortInformation (int port, vtkInformation *info) override
 
int RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
 
 vtkImageGrowCutSegment ()
 
 ~vtkImageGrowCutSegment () override
 

Detailed Description

Definition at line 10 of file vtkImageGrowCutSegment.h.

Member Typedef Documentation

◆ Superclass

typedef vtkImageAlgorithm vtkImageGrowCutSegment::Superclass

Definition at line 14 of file vtkImageGrowCutSegment.h.

Constructor & Destructor Documentation

◆ vtkImageGrowCutSegment()

vtkImageGrowCutSegment::vtkImageGrowCutSegment ( )
protected

◆ ~vtkImageGrowCutSegment()

vtkImageGrowCutSegment::~vtkImageGrowCutSegment ( )
overrideprotected

Member Function Documentation

◆ ExecuteDataWithInformation()

void vtkImageGrowCutSegment::ExecuteDataWithInformation ( vtkDataObject *  outData,
vtkInformation *  outInfo 
)
overrideprotected

◆ FillInputPortInformation()

int vtkImageGrowCutSegment::FillInputPortInformation ( int  port,
vtkInformation *  info 
)
overrideprotected

◆ GetClassName()

virtual const char* vtkImageGrowCutSegment::GetClassName ( )
virtual

◆ GetDistancePenalty()

virtual double vtkImageGrowCutSegment::GetDistancePenalty ( )
virtual

Spatial regularization factor, which can force growing in nearby regions. For each physical unit distance, this much intensity level difference is simulated. By default = 0, which means spatial distance does not play a role in the region growing, only intensity value similarity.

◆ IsA()

virtual int vtkImageGrowCutSegment::IsA ( const char *  type)
virtual

◆ IsTypeOf()

static int vtkImageGrowCutSegment::IsTypeOf ( const char *  type)
static

◆ New()

static vtkImageGrowCutSegment* vtkImageGrowCutSegment::New ( )
static

◆ PrintSelf()

void vtkImageGrowCutSegment::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
override

◆ RequestInformation()

int vtkImageGrowCutSegment::RequestInformation ( vtkInformation *  ,
vtkInformationVector **  ,
vtkInformationVector *   
)
overrideprotected

◆ Reset()

void vtkImageGrowCutSegment::Reset ( )

Reset to initial state. This forces full recomputation of the result label volume. This method has to be called if intensity volume changes or if seeds are deleted after initial computation.

◆ SafeDownCast()

static vtkImageGrowCutSegment* vtkImageGrowCutSegment::SafeDownCast ( vtkObject *  o)
static

◆ SetDistancePenalty()

virtual void vtkImageGrowCutSegment::SetDistancePenalty ( double  )
virtual

◆ SetIntensityVolume()

void vtkImageGrowCutSegment::SetIntensityVolume ( vtkImageData *  grayscaleImage)
inline

Set input grayscale volume (input 0)

Definition at line 18 of file vtkImageGrowCutSegment.h.

◆ SetMaskVolume()

void vtkImageGrowCutSegment::SetMaskVolume ( vtkImageData *  labelImage)
inline

Set mask volume (input 2). Optional. If this volume is specified then only those regions outside the mask (where mask has zero value) will be included in the segmentation result. Regions outside the mask will not be used for region growing either (growing will not start from or cross through masked region).

Definition at line 27 of file vtkImageGrowCutSegment.h.

◆ SetSeedLabelVolume()

void vtkImageGrowCutSegment::SetSeedLabelVolume ( vtkImageData *  labelImage)
inline

Set input seed label volume (input 1)

Definition at line 21 of file vtkImageGrowCutSegment.h.


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