ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkVectorThresholdSegmentationLevelSetFunction.h>
Static Public Member Functions | |
static Pointer | New () |
Static Public Attributes | |
static const unsigned int | ImageDimension = Superclass::ImageDimension |
static const unsigned int | NumberOfComponents = FeatureImagePixelType::Dimension |
Static Public Attributes inherited from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType > | |
Static Public Attributes inherited from itk::LevelSetFunction< TImageType > | |
Static Public Attributes inherited from itk::FiniteDifferenceFunction< TImageType > |
This function is used in VectorThresholdSegmentationLevelSetImageFilter to segment structures in images based on the Mahalanobis distance.
Definition at line 58 of file itkVectorThresholdSegmentationLevelSetFunction.h.
typedef SmartPointer< const Self > itk::VectorThresholdSegmentationLevelSetFunction< TImageType, TFeatureImageType >::ConstPointer |
Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >.
Definition at line 67 of file itkVectorThresholdSegmentationLevelSetFunction.h.
typedef MahalanobisFunctionType::CovarianceMatrixType itk::VectorThresholdSegmentationLevelSetFunction< TImageType, TFeatureImageType >::CovarianceMatrixType |
Definition at line 94 of file itkVectorThresholdSegmentationLevelSetFunction.h.
typedef FeatureImageType::PixelType itk::VectorThresholdSegmentationLevelSetFunction< TImageType, TFeatureImageType >::FeatureImagePixelType |
Extract the number of components in the vector pixel type .
Definition at line 87 of file itkVectorThresholdSegmentationLevelSetFunction.h.
typedef TFeatureImageType itk::VectorThresholdSegmentationLevelSetFunction< TImageType, TFeatureImageType >::FeatureImageType |
Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >.
Definition at line 68 of file itkVectorThresholdSegmentationLevelSetFunction.h.
typedef Superclass::FeatureScalarType itk::VectorThresholdSegmentationLevelSetFunction< TImageType, TFeatureImageType >::FeatureScalarType |
Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >.
Definition at line 79 of file itkVectorThresholdSegmentationLevelSetFunction.h.
typedef Superclass::ImageType itk::VectorThresholdSegmentationLevelSetFunction< TImageType, TFeatureImageType >::ImageType |
Extract some parameters from the superclass.
Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >.
Definition at line 74 of file itkVectorThresholdSegmentationLevelSetFunction.h.
typedef MahalanobisFunctionType::Pointer itk::VectorThresholdSegmentationLevelSetFunction< TImageType, TFeatureImageType >::MahalanobisFunctionPointer |
Definition at line 92 of file itkVectorThresholdSegmentationLevelSetFunction.h.
typedef Statistics::MahalanobisDistanceMembershipFunction< FeatureScalarType > itk::VectorThresholdSegmentationLevelSetFunction< TImageType, TFeatureImageType >::MahalanobisFunctionType |
Definition at line 91 of file itkVectorThresholdSegmentationLevelSetFunction.h.
typedef MahalanobisFunctionType::MeanVectorType itk::VectorThresholdSegmentationLevelSetFunction< TImageType, TFeatureImageType >::MeanVectorType |
Definition at line 93 of file itkVectorThresholdSegmentationLevelSetFunction.h.
typedef SmartPointer< Self > itk::VectorThresholdSegmentationLevelSetFunction< TImageType, TFeatureImageType >::Pointer |
Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >.
Definition at line 66 of file itkVectorThresholdSegmentationLevelSetFunction.h.
typedef Superclass::RadiusType itk::VectorThresholdSegmentationLevelSetFunction< TImageType, TFeatureImageType >::RadiusType |
Neighborhood radius type
Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >.
Definition at line 80 of file itkVectorThresholdSegmentationLevelSetFunction.h.
typedef Superclass::ScalarValueType itk::VectorThresholdSegmentationLevelSetFunction< TImageType, TFeatureImageType >::ScalarValueType |
Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >.
Definition at line 78 of file itkVectorThresholdSegmentationLevelSetFunction.h.
typedef VectorThresholdSegmentationLevelSetFunction itk::VectorThresholdSegmentationLevelSetFunction< TImageType, TFeatureImageType >::Self |
Standard class typedefs.
Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >.
Definition at line 63 of file itkVectorThresholdSegmentationLevelSetFunction.h.
typedef SegmentationLevelSetFunction< TImageType, TFeatureImageType > itk::VectorThresholdSegmentationLevelSetFunction< TImageType, TFeatureImageType >::Superclass |
Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >.
Definition at line 65 of file itkVectorThresholdSegmentationLevelSetFunction.h.
|
inlineprotected |
Definition at line 127 of file itkVectorThresholdSegmentationLevelSetFunction.h.
References itk::VariableSizeMatrix< T >::Fill().
|
inlineprotectedvirtual |
Definition at line 144 of file itkVectorThresholdSegmentationLevelSetFunction.h.
|
protected |
|
virtual |
This method must be defined in a subclass to implement a working function object. This method is called before the solver begins its work to produce the speed image used as the level set function's Propagation speed term. See LevelSetFunction for more information.
Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >.
|
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::LevelSetFunction< TImageType >.
|
inline |
Definition at line 102 of file itkVectorThresholdSegmentationLevelSetFunction.h.
|
inline |
Set/Get mean and covariance
Definition at line 98 of file itkVectorThresholdSegmentationLevelSetFunction.h.
|
virtual |
Run-time type information (and related methods)
Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >.
|
inline |
Definition at line 110 of file itkVectorThresholdSegmentationLevelSetFunction.h.
|
inlinevirtual |
This method creates the appropriate member variable operators for the level-set calculations. The argument to this function is a the radius necessary for performing the level-set calculations.
Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >.
Definition at line 117 of file itkVectorThresholdSegmentationLevelSetFunction.h.
|
static |
Method for creation through the object factory.
Reimplemented from itk::LevelSetFunction< TImageType >.
|
protected |
Laplacean smoothing term
Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >.
|
inlineprotectedvirtual |
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::LevelSetFunction< TImageType >.
Definition at line 152 of file itkVectorThresholdSegmentationLevelSetFunction.h.
|
inline |
Definition at line 101 of file itkVectorThresholdSegmentationLevelSetFunction.h.
|
inline |
Set/Get mean and covariance
Definition at line 97 of file itkVectorThresholdSegmentationLevelSetFunction.h.
|
inline |
Set/Get the threshold value for the MahanalobisDistance
Definition at line 105 of file itkVectorThresholdSegmentationLevelSetFunction.h.
|
static |
Extract some parameters from the superclass.
Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >.
Definition at line 84 of file itkVectorThresholdSegmentationLevelSetFunction.h.
|
protected |
Definition at line 159 of file itkVectorThresholdSegmentationLevelSetFunction.h.
|
protected |
Definition at line 160 of file itkVectorThresholdSegmentationLevelSetFunction.h.
|
static |
Definition at line 89 of file itkVectorThresholdSegmentationLevelSetFunction.h.