ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkThresholdSegmentationLevelSetImageFilter.h>
Segments structures in images based on intensity values.
Definition at line 86 of file itkThresholdSegmentationLevelSetImageFilter.h.
typedef SmartPointer< const Self > itk::ThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::ConstPointer |
Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >.
Definition at line 95 of file itkThresholdSegmentationLevelSetImageFilter.h.
typedef Superclass::FeatureImageType itk::ThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::FeatureImageType |
Local image typedefs
Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >.
Definition at line 100 of file itkThresholdSegmentationLevelSetImageFilter.h.
typedef Superclass::OutputImageType itk::ThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::OutputImageType |
Output image type typedefs
Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >.
Definition at line 99 of file itkThresholdSegmentationLevelSetImageFilter.h.
typedef SmartPointer< Self > itk::ThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::Pointer |
Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >.
Definition at line 94 of file itkThresholdSegmentationLevelSetImageFilter.h.
typedef ThresholdSegmentationLevelSetImageFilter itk::ThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::Self |
Standard class typedefs
Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >.
Definition at line 91 of file itkThresholdSegmentationLevelSetImageFilter.h.
typedef SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType > itk::ThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::Superclass |
Standard class typedefs
Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >.
Definition at line 93 of file itkThresholdSegmentationLevelSetImageFilter.h.
typedef ThresholdFunctionType::Pointer itk::ThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::ThresholdFunctionPointer |
Definition at line 105 of file itkThresholdSegmentationLevelSetImageFilter.h.
typedef ThresholdSegmentationLevelSetFunction< OutputImageType, FeatureImageType > itk::ThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::ThresholdFunctionType |
Type of the segmentation function
Definition at line 104 of file itkThresholdSegmentationLevelSetImageFilter.h.
typedef Superclass::ValueType itk::ThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::ValueType |
Inherited typedef from the superclass.
Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >.
Definition at line 98 of file itkThresholdSegmentationLevelSetImageFilter.h.
itk::ThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::~ThresholdSegmentationLevelSetImageFilter | ( | ) | [inline, protected] |
Definition at line 198 of file itkThresholdSegmentationLevelSetImageFilter.h.
itk::ThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::ThresholdSegmentationLevelSetImageFilter | ( | ) | [protected] |
itk::ThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::ThresholdSegmentationLevelSetImageFilter | ( | const Self & | ) | [protected] |
virtual::itk::LightObject::Pointer itk::ThresholdSegmentationLevelSetImageFilter< 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 > >.
ValueType itk::ThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::GetEdgeWeight | ( | ) | const [inline] |
Definition at line 147 of file itkThresholdSegmentationLevelSetImageFilter.h.
ValueType itk::ThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::GetLowerThreshold | ( | ) | const [inline] |
Definition at line 133 of file itkThresholdSegmentationLevelSetImageFilter.h.
virtual const char* itk::ThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::GetNameOfClass | ( | ) | const [virtual] |
Run-time type information (and related methods).
Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >.
ValueType itk::ThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::GetSmoothingConductance | ( | ) | const [inline] |
Definition at line 192 of file itkThresholdSegmentationLevelSetImageFilter.h.
int itk::ThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::GetSmoothingIterations | ( | ) | const [inline] |
Definition at line 162 of file itkThresholdSegmentationLevelSetImageFilter.h.
ValueType itk::ThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::GetSmoothingTimeStep | ( | ) | const [inline] |
Definition at line 177 of file itkThresholdSegmentationLevelSetImageFilter.h.
ValueType itk::ThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::GetUpperThreshold | ( | ) | const [inline] |
Definition at line 128 of file itkThresholdSegmentationLevelSetImageFilter.h.
static Pointer itk::ThresholdSegmentationLevelSetImageFilter< 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::ThresholdSegmentationLevelSetImageFilter< 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::ThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::PrintSelf | ( | std::ostream & | os, |
Indent | indent | ||
) | const [protected, virtual] |
End concept checking
Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >.
void itk::ThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::SetEdgeWeight | ( | ValueType | v | ) | [inline] |
Set/Get the weight applied to the edge (Laplacian) attractor in the speed term function. Zero will turn this term off.
Definition at line 140 of file itkThresholdSegmentationLevelSetImageFilter.h.
void itk::ThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::SetLowerThreshold | ( | ValueType | v | ) | [inline] |
Definition at line 122 of file itkThresholdSegmentationLevelSetImageFilter.h.
void itk::ThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::SetSmoothingConductance | ( | ValueType | v | ) | [inline] |
Anisotropic diffusion is applied to the FeatureImage before calculatign the Laplacian (edge) term. This method sets/gets the smoothing conductance.
Definition at line 185 of file itkThresholdSegmentationLevelSetImageFilter.h.
void itk::ThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::SetSmoothingIterations | ( | int | v | ) | [inline] |
Anisotropic diffusion is applied to the FeatureImage before calculating the Laplacian (edge) term. This method sets/gets the number of diffusion iterations.
Definition at line 155 of file itkThresholdSegmentationLevelSetImageFilter.h.
void itk::ThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::SetSmoothingTimeStep | ( | ValueType | v | ) | [inline] |
Anisotropic diffusion is applied to the FeatureImage before calculating the Laplacian (edge) term. This method sets/gets the diffusion time step.
Definition at line 170 of file itkThresholdSegmentationLevelSetImageFilter.h.
void itk::ThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::SetUpperThreshold | ( | ValueType | v | ) | [inline] |
Get/Set the threshold values that will be used to calculate the speed function.
Definition at line 115 of file itkThresholdSegmentationLevelSetImageFilter.h.
ThresholdFunctionPointer itk::ThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::m_ThresholdFunction [private] |
Definition at line 208 of file itkThresholdSegmentationLevelSetImageFilter.h.