Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::NarrowBandThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType > Class Template Reference

#include <itkNarrowBandThresholdSegmentationLevelSetImageFilter.h>

List of all members.

Public Types

typedef NarrowBandThresholdSegmentationLevelSetImageFilter Self
typedef NarrowBandLevelSetImageFilter<
TInputImage, TFeatureImage,
TOutputPixelType, Image<
TOutputPixelType,::itk::GetImageDimension<
TInputImage >::ImageDimension > > 
Superclass
typedef SmartPointer< SelfPointer
typedef SmartPointer< const
Self
ConstPointer
typedef Superclass::ValueType ValueType
typedef Superclass::OutputImageType OutputImageType
typedef Superclass::FeatureImageType FeatureImageType
typedef ThresholdSegmentationLevelSetFunction<
OutputImageType, FeatureImageType
ThresholdFunctionType
typedef ThresholdFunctionType::Pointer ThresholdFunctionPointer

Public Member Functions

virtual const char * GetClassName () const
void SetUpperThreshold (ValueType v)
void SetLowerThreshold (ValueType v)
ValueType GetUpperThreshold () const
ValueType GetLowerThreshold () const
void SetEdgeWeight (ValueType v)
ValueType GetEdgeWeight () const
void SetSmoothingIterations (int v)
int GetSmoothingIterations () const
void SetSmoothingTimeStep (ValueType v)
ValueType GetSmoothingTimeStep () const
void SetSmoothingConductance (ValueType v)
ValueType GetSmoothingConductance () const

Static Public Member Functions

Pointer New ()

Protected Member Functions

 ~NarrowBandThresholdSegmentationLevelSetImageFilter ()
 NarrowBandThresholdSegmentationLevelSetImageFilter ()
virtual void PrintSelf (std::ostream &os, Indent indent) const
 NarrowBandThresholdSegmentationLevelSetImageFilter (const Self &)
void operator= (const Self &)

template<class TInputImage, class TFeatureImage, class TOutputPixelType = float>
class itk::NarrowBandThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >


Member Typedef Documentation

template<class TInputImage, class TFeatureImage, class TOutputPixelType = float>
typedef SmartPointer<const Self> itk::NarrowBandThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::ConstPointer
 

Definition at line 94 of file itkNarrowBandThresholdSegmentationLevelSetImageFilter.h.

template<class TInputImage, class TFeatureImage, class TOutputPixelType = float>
typedef Superclass::FeatureImageType itk::NarrowBandThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::FeatureImageType
 

Definition at line 99 of file itkNarrowBandThresholdSegmentationLevelSetImageFilter.h.

template<class TInputImage, class TFeatureImage, class TOutputPixelType = float>
typedef Superclass::OutputImageType itk::NarrowBandThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::OutputImageType
 

Definition at line 98 of file itkNarrowBandThresholdSegmentationLevelSetImageFilter.h.

template<class TInputImage, class TFeatureImage, class TOutputPixelType = float>
typedef SmartPointer<Self> itk::NarrowBandThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::Pointer
 

Definition at line 93 of file itkNarrowBandThresholdSegmentationLevelSetImageFilter.h.

template<class TInputImage, class TFeatureImage, class TOutputPixelType = float>
typedef NarrowBandThresholdSegmentationLevelSetImageFilter itk::NarrowBandThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::Self
 

Standard class typedefs Definition at line 90 of file itkNarrowBandThresholdSegmentationLevelSetImageFilter.h.

Referenced by itk::NarrowBandThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::~NarrowBandThresholdSegmentationLevelSetImageFilter().

template<class TInputImage, class TFeatureImage, class TOutputPixelType = float>
typedef NarrowBandLevelSetImageFilter<TInputImage, TFeatureImage, TOutputPixelType, Image<TOutputPixelType, ::itk::GetImageDimension<TInputImage>::ImageDimension> > itk::NarrowBandThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::Superclass
 

Definition at line 92 of file itkNarrowBandThresholdSegmentationLevelSetImageFilter.h.

template<class TInputImage, class TFeatureImage, class TOutputPixelType = float>
typedef ThresholdFunctionType::Pointer itk::NarrowBandThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::ThresholdFunctionPointer
 

Definition at line 104 of file itkNarrowBandThresholdSegmentationLevelSetImageFilter.h.

Referenced by itk::NarrowBandThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::~NarrowBandThresholdSegmentationLevelSetImageFilter().

template<class TInputImage, class TFeatureImage, class TOutputPixelType = float>
typedef ThresholdSegmentationLevelSetFunction<OutputImageType, FeatureImageType> itk::NarrowBandThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::ThresholdFunctionType
 

Type of the segmentation function Definition at line 103 of file itkNarrowBandThresholdSegmentationLevelSetImageFilter.h.

template<class TInputImage, class TFeatureImage, class TOutputPixelType = float>
typedef Superclass::ValueType itk::NarrowBandThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::ValueType
 

Inherited typedef from the superclass. Definition at line 97 of file itkNarrowBandThresholdSegmentationLevelSetImageFilter.h.

Referenced by itk::NarrowBandThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::GetLowerThreshold(), itk::NarrowBandThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::GetUpperThreshold(), itk::NarrowBandThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::SetLowerThreshold(), and itk::NarrowBandThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::SetUpperThreshold().


Constructor & Destructor Documentation

template<class TInputImage, class TFeatureImage, class TOutputPixelType = float>
itk::NarrowBandThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::~NarrowBandThresholdSegmentationLevelSetImageFilter  )  [inline, protected]
 

Definition at line 189 of file itkNarrowBandThresholdSegmentationLevelSetImageFilter.h.

References itk::NarrowBandThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::Self, and itk::NarrowBandThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::ThresholdFunctionPointer.

template<class TInputImage, class TFeatureImage, class TOutputPixelType = float>
itk::NarrowBandThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::NarrowBandThresholdSegmentationLevelSetImageFilter  )  [protected]
 

template<class TInputImage, class TFeatureImage, class TOutputPixelType = float>
itk::NarrowBandThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::NarrowBandThresholdSegmentationLevelSetImageFilter const Self  )  [protected]
 


Member Function Documentation

template<class TInputImage, class TFeatureImage, class TOutputPixelType = float>
virtual const char* itk::NarrowBandThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::GetClassName  )  const [virtual]
 

Run-time type information (and related methods).

template<class TInputImage, class TFeatureImage, class TOutputPixelType = float>
ValueType itk::NarrowBandThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::GetEdgeWeight  )  const [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 itkNarrowBandThresholdSegmentationLevelSetImageFilter.h.

template<class TInputImage, class TFeatureImage, class TOutputPixelType = float>
ValueType itk::NarrowBandThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::GetLowerThreshold  )  const [inline]
 

Get/Set the threshold values that will be used to calculate the speed function. Definition at line 127 of file itkNarrowBandThresholdSegmentationLevelSetImageFilter.h.

References itk::NarrowBandThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::ValueType.

template<class TInputImage, class TFeatureImage, class TOutputPixelType = float>
ValueType itk::NarrowBandThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::GetSmoothingConductance  )  const [inline]
 

Anisotropic diffusion is applied to the FeatureImage before calculatign the Laplacian (edge) term. This method sets/gets the smoothing conductance. Definition at line 182 of file itkNarrowBandThresholdSegmentationLevelSetImageFilter.h.

template<class TInputImage, class TFeatureImage, class TOutputPixelType = float>
int itk::NarrowBandThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::GetSmoothingIterations  )  const [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 154 of file itkNarrowBandThresholdSegmentationLevelSetImageFilter.h.

template<class TInputImage, class TFeatureImage, class TOutputPixelType = float>
ValueType itk::NarrowBandThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::GetSmoothingTimeStep  )  const [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 168 of file itkNarrowBandThresholdSegmentationLevelSetImageFilter.h.

template<class TInputImage, class TFeatureImage, class TOutputPixelType = float>
ValueType itk::NarrowBandThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::GetUpperThreshold  )  const [inline]
 

Get/Set the threshold values that will be used to calculate the speed function. Definition at line 123 of file itkNarrowBandThresholdSegmentationLevelSetImageFilter.h.

References itk::NarrowBandThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::ValueType.

template<class TInputImage, class TFeatureImage, class TOutputPixelType = float>
Pointer itk::NarrowBandThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::New  )  [static]
 

Method for creation through the object factory

template<class TInputImage, class TFeatureImage, class TOutputPixelType = float>
void itk::NarrowBandThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::operator= const Self  )  [protected]
 

template<class TInputImage, class TFeatureImage, class TOutputPixelType = float>
virtual void itk::NarrowBandThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::PrintSelf std::ostream &  os,
Indent  indent
const [protected, virtual]
 

template<class TInputImage, class TFeatureImage, class TOutputPixelType = float>
void itk::NarrowBandThresholdSegmentationLevelSetImageFilter< 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 135 of file itkNarrowBandThresholdSegmentationLevelSetImageFilter.h.

template<class TInputImage, class TFeatureImage, class TOutputPixelType = float>
void itk::NarrowBandThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::SetLowerThreshold ValueType  v  )  [inline]
 

Get/Set the threshold values that will be used to calculate the speed function. Definition at line 118 of file itkNarrowBandThresholdSegmentationLevelSetImageFilter.h.

References itk::NarrowBandThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::ValueType.

template<class TInputImage, class TFeatureImage, class TOutputPixelType = float>
void itk::NarrowBandThresholdSegmentationLevelSetImageFilter< 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 177 of file itkNarrowBandThresholdSegmentationLevelSetImageFilter.h.

template<class TInputImage, class TFeatureImage, class TOutputPixelType = float>
void itk::NarrowBandThresholdSegmentationLevelSetImageFilter< 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 149 of file itkNarrowBandThresholdSegmentationLevelSetImageFilter.h.

template<class TInputImage, class TFeatureImage, class TOutputPixelType = float>
void itk::NarrowBandThresholdSegmentationLevelSetImageFilter< 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 163 of file itkNarrowBandThresholdSegmentationLevelSetImageFilter.h.

template<class TInputImage, class TFeatureImage, class TOutputPixelType = float>
void itk::NarrowBandThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::SetUpperThreshold ValueType  v  )  [inline]
 

Get/Set the threshold values that will be used to calculate the speed function. Definition at line 113 of file itkNarrowBandThresholdSegmentationLevelSetImageFilter.h.

References itk::NarrowBandThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::ValueType.


The documentation for this class was generated from the following file:
Generated at Sun Apr 1 02:51:13 2007 for ITK by doxygen 1.3.8 written by Dimitri van Heesch, © 1997-2000