ITK
4.8.0
Insight Segmentation and Registration Toolkit
|
#include <itkLesionSegmentationMethod.h>
Class for coordinating components of a segmentation framework.
This class was designed to facilitate the segmentation of lung lesions, but yet to be useful for other segmentation tasks.
SpatialObjects are used as inputs and outputs of this class.
Definition at line 43 of file itkLesionSegmentationMethod.h.
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 | Dimension = NDimension |
Private Types | |
typedef std::vector < FeatureGeneratorPointer > | FeatureGeneratorArrayType |
typedef FeatureGeneratorArrayType::const_iterator | FeatureGeneratorConstIterator |
typedef FeatureGeneratorArrayType::iterator | FeatureGeneratorIterator |
typedef FeatureGeneratorType::Pointer | FeatureGeneratorPointer |
Private Member Functions | |
void | ConnectFeaturesToSegmentationModule () |
void | ExecuteSegmentationModule () |
LesionSegmentationMethod (const Self &) | |
void | operator= (const Self &) |
void | UpdateAllFeatureGenerators () |
void | VerifyNumberOfAvailableFeaturesMatchedExpectations () const |
Additional Inherited Members | |
Protected Attributes inherited from itk::ProcessObject | |
TimeStamp | m_OutputInformationMTime |
bool | m_Updating |
Protected Attributes inherited from itk::LightObject | |
AtomicInt< int > | m_ReferenceCount |
typedef SmartPointer<const Self> itk::LesionSegmentationMethod< NDimension >::ConstPointer |
Definition at line 50 of file itkLesionSegmentationMethod.h.
|
private |
Definition at line 119 of file itkLesionSegmentationMethod.h.
|
private |
Definition at line 121 of file itkLesionSegmentationMethod.h.
|
private |
Definition at line 120 of file itkLesionSegmentationMethod.h.
|
private |
Definition at line 118 of file itkLesionSegmentationMethod.h.
typedef FeatureGenerator< Dimension > itk::LesionSegmentationMethod< NDimension >::FeatureGeneratorType |
Type of the class that will generate input features in the form of spatial objects.
Definition at line 76 of file itkLesionSegmentationMethod.h.
typedef SmartPointer<Self> itk::LesionSegmentationMethod< NDimension >::Pointer |
Definition at line 49 of file itkLesionSegmentationMethod.h.
typedef SegmentationModuleType::Pointer itk::LesionSegmentationMethod< NDimension >::SegmentationModulePointer |
Definition at line 92 of file itkLesionSegmentationMethod.h.
typedef SegmentationModule< Dimension > itk::LesionSegmentationMethod< NDimension >::SegmentationModuleType |
Type of the segmentation module that encapsulate the actual segmentation algorithm.
Definition at line 91 of file itkLesionSegmentationMethod.h.
typedef LesionSegmentationMethod itk::LesionSegmentationMethod< NDimension >::Self |
Standard class typedefs.
Definition at line 47 of file itkLesionSegmentationMethod.h.
typedef SpatialObjectType::ConstPointer itk::LesionSegmentationMethod< NDimension >::SpatialObjectConstPointer |
Definition at line 65 of file itkLesionSegmentationMethod.h.
typedef SpatialObjectType::Pointer itk::LesionSegmentationMethod< NDimension >::SpatialObjectPointer |
Definition at line 64 of file itkLesionSegmentationMethod.h.
typedef SpatialObject< NDimension > itk::LesionSegmentationMethod< NDimension >::SpatialObjectType |
Type of spatialObject that will be passed as input and output of this segmentation method.
Definition at line 63 of file itkLesionSegmentationMethod.h.
typedef ProcessObject itk::LesionSegmentationMethod< NDimension >::Superclass |
Definition at line 48 of file itkLesionSegmentationMethod.h.
|
protected |
|
protectedvirtual |
|
private |
void itk::LesionSegmentationMethod< NDimension >::AddFeatureGenerator | ( | FeatureGeneratorType * | generator | ) |
Method for adding a feature generator that will compute the Nth feature to be passed to the segmentation module.
|
private |
Connect the outputs of feature generators as input to the segmentation module
|
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.
|
private |
|
protectedvirtual |
Method invoked by the pipeline in order to trigger the computation of the segmentation.
Reimplemented from itk::ProcessObject.
|
virtual |
SpatialObject that defines the initial segmentation. This will be used to initialize the segmentation process driven by the LesionSegmentationMethod.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::ProcessObject.
|
virtual |
SpatialObject that defines the Region of Interest in the input data
|
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::ProcessObject.
|
virtual |
SpatialObject that defines the initial segmentation. This will be used to initialize the segmentation process driven by the LesionSegmentationMethod.
|
virtual |
SpatialObject that defines the Region of Interest in the input data
|
virtual |
Method for setting the class that encapsulates the actual segmentation algorithm.
|
private |
This method calls the Update() method of each one of the feature generators
|
private |
This method compares the number of available features against the number of expected features, and it will throw an exception if they do not match.
|
static |
Dimension of the space
Definition at line 59 of file itkLesionSegmentationMethod.h.
|
private |
Definition at line 123 of file itkLesionSegmentationMethod.h.
|
private |
Definition at line 116 of file itkLesionSegmentationMethod.h.
|
private |
Definition at line 127 of file itkLesionSegmentationMethod.h.
|
private |
Definition at line 115 of file itkLesionSegmentationMethod.h.
|
private |
Definition at line 125 of file itkLesionSegmentationMethod.h.