ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkVectorThresholdSegmentationLevelSetImageFilter.h>
Segments structures in images based on intensity values.
Definition at line 91 of file itkVectorThresholdSegmentationLevelSetImageFilter.h.
typedef SmartPointer< const Self > itk::VectorThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::ConstPointer |
Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >.
Definition at line 99 of file itkVectorThresholdSegmentationLevelSetImageFilter.h.
typedef ThresholdFunctionType::CovarianceMatrixType itk::VectorThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::CovarianceMatrixType |
Definition at line 110 of file itkVectorThresholdSegmentationLevelSetImageFilter.h.
typedef Superclass::FeatureImageType itk::VectorThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::FeatureImageType |
Local image typedefs
Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >.
Definition at line 104 of file itkVectorThresholdSegmentationLevelSetImageFilter.h.
typedef ThresholdFunctionType::MeanVectorType itk::VectorThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::MeanVectorType |
Definition at line 109 of file itkVectorThresholdSegmentationLevelSetImageFilter.h.
typedef Superclass::OutputImageType itk::VectorThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::OutputImageType |
Output image type typedefs
Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >.
Definition at line 103 of file itkVectorThresholdSegmentationLevelSetImageFilter.h.
typedef SmartPointer< Self > itk::VectorThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::Pointer |
Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >.
Definition at line 98 of file itkVectorThresholdSegmentationLevelSetImageFilter.h.
typedef ThresholdFunctionType::ScalarValueType itk::VectorThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::ScalarValueType |
Definition at line 111 of file itkVectorThresholdSegmentationLevelSetImageFilter.h.
typedef VectorThresholdSegmentationLevelSetImageFilter itk::VectorThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::Self |
Standard class typedefs
Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >.
Definition at line 96 of file itkVectorThresholdSegmentationLevelSetImageFilter.h.
typedef SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType > itk::VectorThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::Superclass |
Standard class typedefs
Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >.
Definition at line 97 of file itkVectorThresholdSegmentationLevelSetImageFilter.h.
typedef ThresholdFunctionType::Pointer itk::VectorThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::ThresholdFunctionPointer |
Definition at line 108 of file itkVectorThresholdSegmentationLevelSetImageFilter.h.
typedef VectorThresholdSegmentationLevelSetFunction< OutputImageType, FeatureImageType > itk::VectorThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::ThresholdFunctionType |
Type of the segmentation function
Definition at line 107 of file itkVectorThresholdSegmentationLevelSetImageFilter.h.
typedef Superclass::ValueType itk::VectorThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::ValueType |
Inherited typedef from the superclass.
Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >.
Definition at line 102 of file itkVectorThresholdSegmentationLevelSetImageFilter.h.
itk::VectorThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::~VectorThresholdSegmentationLevelSetImageFilter | ( | ) | [inline, protected] |
Definition at line 158 of file itkVectorThresholdSegmentationLevelSetImageFilter.h.
itk::VectorThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::VectorThresholdSegmentationLevelSetImageFilter | ( | ) | [protected] |
itk::VectorThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::VectorThresholdSegmentationLevelSetImageFilter | ( | const Self & | ) | [protected] |
virtual::itk::LightObject::Pointer itk::VectorThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::CreateAnother | ( | void | ) | const [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::SparseFieldLevelSetImageFilter< TInputImage, Image< TOutputPixelType,::itk::GetImageDimension< TInputImage >::ImageDimension > >.
const CovarianceMatrixType& itk::VectorThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::GetCovariance | ( | ) | const [inline] |
Definition at line 139 of file itkVectorThresholdSegmentationLevelSetImageFilter.h.
const MeanVectorType& itk::VectorThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::GetMean | ( | ) | const [inline] |
Definition at line 128 of file itkVectorThresholdSegmentationLevelSetImageFilter.h.
virtual const char* itk::VectorThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::GetNameOfClass | ( | ) | const [virtual] |
Run-time type information (and related methods).
Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >.
ScalarValueType itk::VectorThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::GetThreshold | ( | ) | [inline] |
Definition at line 152 of file itkVectorThresholdSegmentationLevelSetImageFilter.h.
static Pointer itk::VectorThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::New | ( | ) | [static] |
Method for creation through the object factory
Reimplemented from itk::SparseFieldLevelSetImageFilter< TInputImage, Image< TOutputPixelType,::itk::GetImageDimension< TInputImage >::ImageDimension > >.
void itk::VectorThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::operator= | ( | const Self & | ) | [protected] |
Flag to indicate whether Speed and Advection images are automatically generated when running the filter. Otherwise, a pointer to images must be explicitly set or GenerateSpeedImage() and/or GenerateAdvectionImage() called directly before updating the filter
Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >.
virtual void itk::VectorThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::PrintSelf | ( | std::ostream & | os, |
Indent | indent | ||
) | const [protected, virtual] |
End concept checking
Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >.
void itk::VectorThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::SetCovariance | ( | const CovarianceMatrixType & | cov | ) | [inline] |
Definition at line 133 of file itkVectorThresholdSegmentationLevelSetImageFilter.h.
void itk::VectorThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::SetMean | ( | const MeanVectorType & | mean | ) | [inline] |
Set/Get mean and covariance that will be used to calculate the speed function
Definition at line 121 of file itkVectorThresholdSegmentationLevelSetImageFilter.h.
void itk::VectorThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::SetThreshold | ( | ScalarValueType | thr | ) | [inline] |
Set/Get the threshold for the Mahanalobis Distance
Definition at line 145 of file itkVectorThresholdSegmentationLevelSetImageFilter.h.
ThresholdFunctionPointer itk::VectorThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::m_ThresholdFunction [private] |
Definition at line 169 of file itkVectorThresholdSegmentationLevelSetImageFilter.h.