ITK
4.8.0
Insight Segmentation and Registration Toolkit
|
#include <itkSinglePhaseLevelSetSegmentationModule.h>
Class applies a single-phase level set segmentation method.
SpatialObjects are used as inputs and outputs of this class.
Definition at line 35 of file itkSinglePhaseLevelSetSegmentationModule.h.
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::SegmentationModule< NDimension > | |
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 |
Static Public Attributes inherited from itk::SegmentationModule< NDimension > | |
static const unsigned int | Dimension = NDimension |
Private Types | |
typedef InputImageType::ConstPointer | ImageConstPointer |
Private Member Functions | |
void | operator= (const Self &) |
SinglePhaseLevelSetSegmentationModule (const Self &) | |
Private Attributes | |
double | m_AdvectionScaling |
double | m_CurvatureScaling |
bool | m_InvertOutputIntensities |
unsigned int | m_MaximumNumberOfIterations |
double | m_MaximumRMSError |
double | m_PropagationScaling |
ImageConstPointer | m_ZeroSetInputImage |
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::SinglePhaseLevelSetSegmentationModule< NDimension >::ConstPointer |
Definition at line 42 of file itkSinglePhaseLevelSetSegmentationModule.h.
typedef Image< FeaturePixelType, NDimension > itk::SinglePhaseLevelSetSegmentationModule< NDimension >::FeatureImageType |
Definition at line 63 of file itkSinglePhaseLevelSetSegmentationModule.h.
typedef float itk::SinglePhaseLevelSetSegmentationModule< NDimension >::FeaturePixelType |
Definition at line 60 of file itkSinglePhaseLevelSetSegmentationModule.h.
typedef ImageSpatialObject< NDimension, FeaturePixelType > itk::SinglePhaseLevelSetSegmentationModule< NDimension >::FeatureSpatialObjectType |
Definition at line 68 of file itkSinglePhaseLevelSetSegmentationModule.h.
|
private |
Definition at line 143 of file itkSinglePhaseLevelSetSegmentationModule.h.
typedef Image< InputPixelType, NDimension > itk::SinglePhaseLevelSetSegmentationModule< NDimension >::InputImageType |
Definition at line 62 of file itkSinglePhaseLevelSetSegmentationModule.h.
typedef float itk::SinglePhaseLevelSetSegmentationModule< NDimension >::InputPixelType |
Types of the input, feature and output images.
Definition at line 59 of file itkSinglePhaseLevelSetSegmentationModule.h.
typedef ImageSpatialObject< NDimension, InputPixelType > itk::SinglePhaseLevelSetSegmentationModule< NDimension >::InputSpatialObjectType |
Types of the Spatial objects used for input, feature and output images.
Definition at line 67 of file itkSinglePhaseLevelSetSegmentationModule.h.
typedef Image< OutputPixelType, NDimension > itk::SinglePhaseLevelSetSegmentationModule< NDimension >::OutputImageType |
Definition at line 64 of file itkSinglePhaseLevelSetSegmentationModule.h.
typedef float itk::SinglePhaseLevelSetSegmentationModule< NDimension >::OutputPixelType |
Definition at line 61 of file itkSinglePhaseLevelSetSegmentationModule.h.
typedef ImageSpatialObject< NDimension, OutputPixelType > itk::SinglePhaseLevelSetSegmentationModule< NDimension >::OutputSpatialObjectType |
Definition at line 69 of file itkSinglePhaseLevelSetSegmentationModule.h.
typedef SmartPointer<Self> itk::SinglePhaseLevelSetSegmentationModule< NDimension >::Pointer |
Definition at line 41 of file itkSinglePhaseLevelSetSegmentationModule.h.
typedef SinglePhaseLevelSetSegmentationModule itk::SinglePhaseLevelSetSegmentationModule< NDimension >::Self |
Standard class typedefs.
Definition at line 39 of file itkSinglePhaseLevelSetSegmentationModule.h.
typedef Superclass::SpatialObjectPointer itk::SinglePhaseLevelSetSegmentationModule< NDimension >::SpatialObjectPointer |
Definition at line 56 of file itkSinglePhaseLevelSetSegmentationModule.h.
typedef Superclass::SpatialObjectType itk::SinglePhaseLevelSetSegmentationModule< NDimension >::SpatialObjectType |
Type of spatialObject that will be passed as input and output of this segmentation method.
Definition at line 55 of file itkSinglePhaseLevelSetSegmentationModule.h.
typedef SegmentationModule<NDimension> itk::SinglePhaseLevelSetSegmentationModule< NDimension >::Superclass |
Definition at line 40 of file itkSinglePhaseLevelSetSegmentationModule.h.
|
protected |
|
protectedvirtual |
|
private |
|
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::SegmentationModule< NDimension >.
|
protectedvirtual |
Method invoked by the pipeline in order to trigger the computation of the segmentation.
Reimplemented from itk::ProcessObject.
|
virtual |
Weight that controls the behavior of the level set.
|
virtual |
Weight that controls the behavior of curvature restriction in the level set.
|
protected |
Extract the input feature image from the input feature spatial object.
|
protected |
Extract the input image from the input spatial object.
|
virtual |
Invert the output image. This is a convenience method intended to make uniform the convention that segmentations are encoded with positive values in the pixels inside of the segmented object and negative values in the pixels outside of the segmented object. This is opposed to the general convention of ITK level sets, where the values inside the object are negative, and for this reason they must be inverted here. By default the intensities must be inverted, and therefore, by default this variable will be set to true. However, when combining multiple level sets in a sequence, this variable should be set to false.
|
virtual |
Maximum number of iterations that the level set solve will run.
|
virtual |
Value of RMS change under which the level set propagation will stop.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::SegmentationModule< NDimension >.
Reimplemented in itk::FastMarchingAndGeodesicActiveContourLevelSetSegmentationModule< NDimension >, itk::FastMarchingAndShapeDetectionLevelSetSegmentationModule< NDimension >, itk::FastMarchingSegmentationModule< NDimension >, itk::GeodesicActiveContourLevelSetSegmentationModule< NDimension >, and itk::ShapeDetectionLevelSetSegmentationModule< NDimension >.
|
virtual |
Weight that controls the propagating behavior of the level set.
|
virtual |
Invert the output image. This is a convenience method intended to make uniform the convention that segmentations are encoded with positive values in the pixels inside of the segmented object and negative values in the pixels outside of the segmented object. This is opposed to the general convention of ITK level sets, where the values inside the object are negative, and for this reason they must be inverted here. By default the intensities must be inverted, and therefore, by default this variable will be set to true. However, when combining multiple level sets in a sequence, this variable should be set to false.
|
virtual |
Invert the output image. This is a convenience method intended to make uniform the convention that segmentations are encoded with positive values in the pixels inside of the segmented object and negative values in the pixels outside of the segmented object. This is opposed to the general convention of ITK level sets, where the values inside the object are negative, and for this reason they must be inverted here. By default the intensities must be inverted, and therefore, by default this variable will be set to true. However, when combining multiple level sets in a sequence, this variable should be set to false.
|
static |
Method for creation through the object factory.
|
private |
|
protected |
Set the output image as cargo of the output SpatialObject.
|
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::SegmentationModule< NDimension >.
|
virtual |
Weight that controls the behavior of the level set.
|
virtual |
Weight that controls the behavior of curvature restriction in the level set.
|
virtual |
Invert the output image. This is a convenience method intended to make uniform the convention that segmentations are encoded with positive values in the pixels inside of the segmented object and negative values in the pixels outside of the segmented object. This is opposed to the general convention of ITK level sets, where the values inside the object are negative, and for this reason they must be inverted here. By default the intensities must be inverted, and therefore, by default this variable will be set to true. However, when combining multiple level sets in a sequence, this variable should be set to false.
|
virtual |
Maximum number of iterations that the level set solve will run.
|
virtual |
Value of RMS change under which the level set propagation will stop.
|
virtual |
Weight that controls the propagating behavior of the level set.
|
static |
Dimension of the space
Definition at line 51 of file itkSinglePhaseLevelSetSegmentationModule.h.
|
private |
Definition at line 136 of file itkSinglePhaseLevelSetSegmentationModule.h.
|
private |
Definition at line 135 of file itkSinglePhaseLevelSetSegmentationModule.h.
|
private |
Definition at line 141 of file itkSinglePhaseLevelSetSegmentationModule.h.
|
private |
Definition at line 138 of file itkSinglePhaseLevelSetSegmentationModule.h.
|
private |
Definition at line 139 of file itkSinglePhaseLevelSetSegmentationModule.h.
|
private |
Definition at line 134 of file itkSinglePhaseLevelSetSegmentationModule.h.
|
mutableprivate |
Definition at line 144 of file itkSinglePhaseLevelSetSegmentationModule.h.