ITK
4.8.0
Insight Segmentation and Registration Toolkit
|
#include <itkVectorThresholdSegmentationLevelSetFunction.h>
This function is used in VectorThresholdSegmentationLevelSetImageFilter to segment structures in images based on the Mahalanobis distance.
Definition at line 58 of file itkVectorThresholdSegmentationLevelSetFunction.h.
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::LevelSetFunction< TImageType > | |
static double | GetMaximumCurvatureTimeStep () |
static double | GetMaximumPropagationTimeStep () |
static Pointer | New () |
static void | SetMaximumCurvatureTimeStep (double n) |
static void | SetMaximumPropagationTimeStep (double n) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
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 const unsigned int | ImageDimension = Superclass::ImageDimension |
Static Public Attributes inherited from itk::LevelSetFunction< TImageType > | |
static const unsigned int | ImageDimension = Superclass::ImageDimension |
Static Public Attributes inherited from itk::FiniteDifferenceFunction< TImageType > | |
static const unsigned int | ImageDimension = ImageType::ImageDimension |
Additional Inherited Members | |
Static Protected Member Functions inherited from itk::LevelSetFunction< TImageType > | |
static VectorType | InitializeZeroVectorConstant () |
Static Protected Attributes inherited from itk::LevelSetFunction< TImageType > | |
static double | m_DT |
static double | m_WaveDT |
static VectorType | m_ZeroVectorConstant |
typedef SmartPointer< const Self > itk::VectorThresholdSegmentationLevelSetFunction< TImageType, TFeatureImageType >::ConstPointer |
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 |
Definition at line 68 of file itkVectorThresholdSegmentationLevelSetFunction.h.
typedef Superclass::FeatureScalarType itk::VectorThresholdSegmentationLevelSetFunction< TImageType, TFeatureImageType >::FeatureScalarType |
Definition at line 79 of file itkVectorThresholdSegmentationLevelSetFunction.h.
typedef Superclass::ImageType itk::VectorThresholdSegmentationLevelSetFunction< TImageType, TFeatureImageType >::ImageType |
Extract some parameters from the superclass.
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 |
Definition at line 66 of file itkVectorThresholdSegmentationLevelSetFunction.h.
typedef Superclass::RadiusType itk::VectorThresholdSegmentationLevelSetFunction< TImageType, TFeatureImageType >::RadiusType |
Definition at line 80 of file itkVectorThresholdSegmentationLevelSetFunction.h.
typedef Superclass::ScalarValueType itk::VectorThresholdSegmentationLevelSetFunction< TImageType, TFeatureImageType >::ScalarValueType |
Definition at line 78 of file itkVectorThresholdSegmentationLevelSetFunction.h.
typedef VectorThresholdSegmentationLevelSetFunction itk::VectorThresholdSegmentationLevelSetFunction< TImageType, TFeatureImageType >::Self |
Standard class typedefs.
Definition at line 63 of file itkVectorThresholdSegmentationLevelSetFunction.h.
typedef SegmentationLevelSetFunction< TImageType, TFeatureImageType > itk::VectorThresholdSegmentationLevelSetFunction< TImageType, TFeatureImageType >::Superclass |
Definition at line 65 of file itkVectorThresholdSegmentationLevelSetFunction.h.
|
inlineprotected |
Definition at line 127 of file itkVectorThresholdSegmentationLevelSetFunction.h.
References itk::VariableSizeMatrix< T >::Fill(), itk::VectorThresholdSegmentationLevelSetFunction< TImageType, TFeatureImageType >::m_Mahalanobis, itk::Statistics::MahalanobisDistanceMembershipFunction< TVector >::New(), itk::VectorThresholdSegmentationLevelSetFunction< TImageType, TFeatureImageType >::NumberOfComponents, itk::LevelSetFunction< TImageType >::SetAdvectionWeight(), itk::LevelSetFunction< TImageType >::SetPropagationWeight(), and itk::VectorThresholdSegmentationLevelSetFunction< TImageType, TFeatureImageType >::SetThreshold().
|
inlineprotectedvirtual |
Definition at line 144 of file itkVectorThresholdSegmentationLevelSetFunction.h.
|
protected |
|
overridevirtual |
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.
References itk::VectorThresholdSegmentationLevelSetFunction< TImageType, TFeatureImageType >::m_Mahalanobis.
|
inline |
Set/Get mean and covariance
Definition at line 98 of file itkVectorThresholdSegmentationLevelSetFunction.h.
References itk::VectorThresholdSegmentationLevelSetFunction< TImageType, TFeatureImageType >::m_Mahalanobis.
|
virtual |
Run-time type information (and related methods)
Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >.
|
inline |
Definition at line 110 of file itkVectorThresholdSegmentationLevelSetFunction.h.
References itk::VectorThresholdSegmentationLevelSetFunction< TImageType, TFeatureImageType >::m_Threshold.
|
inlineoverridevirtual |
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.
References itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >::Initialize(), itk::LevelSetFunction< TImageType >::SetAdvectionWeight(), itk::LevelSetFunction< TImageType >::SetCurvatureWeight(), and itk::LevelSetFunction< TImageType >::SetPropagationWeight().
|
static |
Method for creation through the object factory.
|
protected |
|
inlineoverrideprotectedvirtual |
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.
References itk::VectorThresholdSegmentationLevelSetFunction< TImageType, TFeatureImageType >::m_Mahalanobis, itk::VectorThresholdSegmentationLevelSetFunction< TImageType, TFeatureImageType >::m_Threshold, and itk::LevelSetFunction< TImageType >::PrintSelf().
|
inline |
Definition at line 101 of file itkVectorThresholdSegmentationLevelSetFunction.h.
References itk::VectorThresholdSegmentationLevelSetFunction< TImageType, TFeatureImageType >::m_Mahalanobis.
|
inline |
Set/Get mean and covariance
Definition at line 97 of file itkVectorThresholdSegmentationLevelSetFunction.h.
References itk::VectorThresholdSegmentationLevelSetFunction< TImageType, TFeatureImageType >::m_Mahalanobis.
|
inline |
Set/Get the threshold value for the MahanalobisDistance
Definition at line 105 of file itkVectorThresholdSegmentationLevelSetFunction.h.
References itk::VectorThresholdSegmentationLevelSetFunction< TImageType, TFeatureImageType >::m_Threshold.
Referenced by itk::VectorThresholdSegmentationLevelSetFunction< TImageType, TFeatureImageType >::VectorThresholdSegmentationLevelSetFunction().
|
static |
Extract some parameters from the superclass.
Definition at line 84 of file itkVectorThresholdSegmentationLevelSetFunction.h.
|
protected |
Definition at line 159 of file itkVectorThresholdSegmentationLevelSetFunction.h.
Referenced by itk::VectorThresholdSegmentationLevelSetFunction< TImageType, TFeatureImageType >::GetCovariance(), itk::VectorThresholdSegmentationLevelSetFunction< TImageType, TFeatureImageType >::GetMean(), itk::VectorThresholdSegmentationLevelSetFunction< TImageType, TFeatureImageType >::PrintSelf(), itk::VectorThresholdSegmentationLevelSetFunction< TImageType, TFeatureImageType >::SetCovariance(), itk::VectorThresholdSegmentationLevelSetFunction< TImageType, TFeatureImageType >::SetMean(), and itk::VectorThresholdSegmentationLevelSetFunction< TImageType, TFeatureImageType >::VectorThresholdSegmentationLevelSetFunction().
|
protected |
Definition at line 160 of file itkVectorThresholdSegmentationLevelSetFunction.h.
Referenced by itk::VectorThresholdSegmentationLevelSetFunction< TImageType, TFeatureImageType >::GetThreshold(), itk::VectorThresholdSegmentationLevelSetFunction< TImageType, TFeatureImageType >::PrintSelf(), and itk::VectorThresholdSegmentationLevelSetFunction< TImageType, TFeatureImageType >::SetThreshold().
|
static |
Definition at line 89 of file itkVectorThresholdSegmentationLevelSetFunction.h.
Referenced by itk::VectorThresholdSegmentationLevelSetFunction< TImageType, TFeatureImageType >::VectorThresholdSegmentationLevelSetFunction().