#include <itkVectorThresholdSegmentationLevelSetImageFilter.h>
Segments structures in images based on intensity values.
Definition at line 90 of file itkVectorThresholdSegmentationLevelSetImageFilter.h.
Private Attributes | |
ThresholdFunctionPointer | m_ThresholdFunction {} |
using itk::VectorThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::ConstPointer = SmartPointer<const Self> |
Definition at line 100 of file itkVectorThresholdSegmentationLevelSetImageFilter.h.
using itk::VectorThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::CovarianceMatrixType = typename ThresholdFunctionType::CovarianceMatrixType |
Definition at line 111 of file itkVectorThresholdSegmentationLevelSetImageFilter.h.
using itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::FeatureImageType |
Local image type alias
Definition at line 170 of file itkSegmentationLevelSetImageFilter.h.
using itk::VectorThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::MeanVectorType = typename ThresholdFunctionType::MeanVectorType |
Definition at line 110 of file itkVectorThresholdSegmentationLevelSetImageFilter.h.
using itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::OutputImageType |
Output image type alias
Definition at line 156 of file itkSegmentationLevelSetImageFilter.h.
using itk::VectorThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::Pointer = SmartPointer<Self> |
Definition at line 99 of file itkVectorThresholdSegmentationLevelSetImageFilter.h.
using itk::VectorThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::ScalarValueType = typename ThresholdFunctionType::ScalarValueType |
Definition at line 112 of file itkVectorThresholdSegmentationLevelSetImageFilter.h.
using itk::VectorThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::Self = VectorThresholdSegmentationLevelSetImageFilter |
Standard class type aliases
Definition at line 97 of file itkVectorThresholdSegmentationLevelSetImageFilter.h.
using itk::VectorThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::Superclass = SegmentationLevelSetImageFilter<TInputImage, TFeatureImage, TOutputPixelType> |
Definition at line 98 of file itkVectorThresholdSegmentationLevelSetImageFilter.h.
using itk::VectorThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::ThresholdFunctionPointer = typename ThresholdFunctionType::Pointer |
Definition at line 109 of file itkVectorThresholdSegmentationLevelSetImageFilter.h.
using itk::VectorThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::ThresholdFunctionType = VectorThresholdSegmentationLevelSetFunction<OutputImageType, FeatureImageType> |
Type of the segmentation function
Definition at line 108 of file itkVectorThresholdSegmentationLevelSetImageFilter.h.
The data type used in numerical computations. Derived from the output image type.
|
overrideprotecteddefault |
|
protected |
Referenced by GetNameOfClass().
|
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< float, TInputImage::ImageDimension > >.
|
inline |
Definition at line 144 of file itkVectorThresholdSegmentationLevelSetImageFilter.h.
References m_ThresholdFunction.
|
inline |
Definition at line 131 of file itkVectorThresholdSegmentationLevelSetImageFilter.h.
References m_ThresholdFunction.
|
overridevirtual |
Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, float >.
References VectorThresholdSegmentationLevelSetImageFilter().
|
inline |
Definition at line 159 of file itkVectorThresholdSegmentationLevelSetImageFilter.h.
References m_ThresholdFunction.
|
static |
Method for creation through the object factory
|
overrideprotectedvirtual |
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::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, float >.
|
inline |
Definition at line 137 of file itkVectorThresholdSegmentationLevelSetImageFilter.h.
References m_ThresholdFunction, and itk::Object::Modified().
|
inline |
Set/Get mean and covariance that will be used to calculate the speed function
Definition at line 123 of file itkVectorThresholdSegmentationLevelSetImageFilter.h.
References m_ThresholdFunction, and itk::Object::Modified().
|
inline |
Set/Get the threshold for the Mahalanobis Distance
Definition at line 151 of file itkVectorThresholdSegmentationLevelSetImageFilter.h.
References m_ThresholdFunction, and itk::Object::Modified().
|
private |
Definition at line 172 of file itkVectorThresholdSegmentationLevelSetImageFilter.h.
Referenced by GetCovariance(), GetMean(), GetThreshold(), SetCovariance(), SetMean(), and SetThreshold().