ITK  4.0.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions
itk::LaplacianSegmentationLevelSetFunction< TImageType, TFeatureImageType > Class Template Reference

This function is used in LaplacianSegmentationImageFilter to segment structures in an image based Laplacian edges. More...

#include <itkLaplacianSegmentationLevelSetFunction.h>

Inheritance diagram for itk::LaplacianSegmentationLevelSetFunction< TImageType, TFeatureImageType >:
Collaboration diagram for itk::LaplacianSegmentationLevelSetFunction< TImageType, TFeatureImageType >:

List of all members.

Public Types

typedef SmartPointer< const SelfConstPointer
typedef TFeatureImageType FeatureImageType
typedef
Superclass::FeatureScalarType 
FeatureScalarType
typedef Superclass::ImageType ImageType
typedef SmartPointer< SelfPointer
typedef Superclass::RadiusType RadiusType
typedef Superclass::ScalarValueType ScalarValueType
typedef
LaplacianSegmentationLevelSetFunction 
Self
typedef
SegmentationLevelSetFunction
< TImageType,
TFeatureImageType > 
Superclass

Public Member Functions

virtual void CalculateSpeedImage ()
virtual ::itk::LightObject::Pointer CreateAnother (void) const
virtual const char * GetNameOfClass () const
virtual void Initialize (const RadiusType &r)
void SetAdvectionWeight (const ScalarValueType value)

Static Public Member Functions

static Pointer New ()

Static Public Attributes

static const unsigned int ImageDimension = Superclass::ImageDimension

Protected Member Functions

 LaplacianSegmentationLevelSetFunction ()
 LaplacianSegmentationLevelSetFunction (const Self &)
void operator= (const Self &)
virtual ~LaplacianSegmentationLevelSetFunction ()

Detailed Description

template<class TImageType, class TFeatureImageType = TImageType>
class itk::LaplacianSegmentationLevelSetFunction< TImageType, TFeatureImageType >

This function is used in LaplacianSegmentationImageFilter to segment structures in an image based Laplacian edges.

Assumes a strictly POSITIVE feature image

Definition at line 34 of file itkLaplacianSegmentationLevelSetFunction.h.


Member Typedef Documentation

template<class TImageType , class TFeatureImageType = TImageType>
typedef SmartPointer< const Self > itk::LaplacianSegmentationLevelSetFunction< TImageType, TFeatureImageType >::ConstPointer
template<class TImageType , class TFeatureImageType = TImageType>
typedef TFeatureImageType itk::LaplacianSegmentationLevelSetFunction< TImageType, TFeatureImageType >::FeatureImageType
template<class TImageType , class TFeatureImageType = TImageType>
typedef Superclass::FeatureScalarType itk::LaplacianSegmentationLevelSetFunction< TImageType, TFeatureImageType >::FeatureScalarType
template<class TImageType , class TFeatureImageType = TImageType>
typedef Superclass::ImageType itk::LaplacianSegmentationLevelSetFunction< TImageType, TFeatureImageType >::ImageType

Extract some parameters from the superclass.

Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >.

Definition at line 50 of file itkLaplacianSegmentationLevelSetFunction.h.

template<class TImageType , class TFeatureImageType = TImageType>
typedef SmartPointer< Self > itk::LaplacianSegmentationLevelSetFunction< TImageType, TFeatureImageType >::Pointer
template<class TImageType , class TFeatureImageType = TImageType>
typedef Superclass::RadiusType itk::LaplacianSegmentationLevelSetFunction< TImageType, TFeatureImageType >::RadiusType
template<class TImageType , class TFeatureImageType = TImageType>
typedef Superclass::ScalarValueType itk::LaplacianSegmentationLevelSetFunction< TImageType, TFeatureImageType >::ScalarValueType
template<class TImageType , class TFeatureImageType = TImageType>
typedef LaplacianSegmentationLevelSetFunction itk::LaplacianSegmentationLevelSetFunction< TImageType, TFeatureImageType >::Self

Standard class typedefs.

Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >.

Definition at line 39 of file itkLaplacianSegmentationLevelSetFunction.h.

template<class TImageType , class TFeatureImageType = TImageType>
typedef SegmentationLevelSetFunction< TImageType, TFeatureImageType > itk::LaplacianSegmentationLevelSetFunction< TImageType, TFeatureImageType >::Superclass

Constructor & Destructor Documentation

template<class TImageType , class TFeatureImageType = TImageType>
itk::LaplacianSegmentationLevelSetFunction< TImageType, TFeatureImageType >::LaplacianSegmentationLevelSetFunction ( ) [inline, protected]

Definition at line 90 of file itkLaplacianSegmentationLevelSetFunction.h.

template<class TImageType , class TFeatureImageType = TImageType>
virtual itk::LaplacianSegmentationLevelSetFunction< TImageType, TFeatureImageType >::~LaplacianSegmentationLevelSetFunction ( ) [inline, protected, virtual]

Definition at line 97 of file itkLaplacianSegmentationLevelSetFunction.h.

template<class TImageType , class TFeatureImageType = TImageType>
itk::LaplacianSegmentationLevelSetFunction< TImageType, TFeatureImageType >::LaplacianSegmentationLevelSetFunction ( const Self ) [protected]

Member Function Documentation

template<class TImageType , class TFeatureImageType = TImageType>
virtual void itk::LaplacianSegmentationLevelSetFunction< TImageType, TFeatureImageType >::CalculateSpeedImage ( ) [virtual]

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 >.

template<class TImageType , class TFeatureImageType = TImageType>
virtual::itk::LightObject::Pointer itk::LaplacianSegmentationLevelSetFunction< TImageType, TFeatureImageType >::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::LevelSetFunction< TImageType >.

template<class TImageType , class TFeatureImageType = TImageType>
virtual const char* itk::LaplacianSegmentationLevelSetFunction< TImageType, TFeatureImageType >::GetNameOfClass ( ) const [virtual]

Run-time type information (and related methods)

Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >.

template<class TImageType , class TFeatureImageType = TImageType>
virtual void itk::LaplacianSegmentationLevelSetFunction< TImageType, TFeatureImageType >::Initialize ( const RadiusType r) [inline, virtual]

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 64 of file itkLaplacianSegmentationLevelSetFunction.h.

template<class TImageType , class TFeatureImageType = TImageType>
static Pointer itk::LaplacianSegmentationLevelSetFunction< TImageType, TFeatureImageType >::New ( ) [static]

Method for creation through the object factory.

Reimplemented from itk::LevelSetFunction< TImageType >.

template<class TImageType , class TFeatureImageType = TImageType>
void itk::LaplacianSegmentationLevelSetFunction< TImageType, TFeatureImageType >::operator= ( const Self ) [protected]

Laplacean smoothing term

Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >.

template<class TImageType , class TFeatureImageType = TImageType>
void itk::LaplacianSegmentationLevelSetFunction< TImageType, TFeatureImageType >::SetAdvectionWeight ( const ScalarValueType  value) [inline]

The Laplacian level set does not use an advection term. We clamp the value to ZERO here because a superclass may try to set it otherwise. in fact, SegmentationLevelSetImageFilter tries to set it when SetFeatureScaling is called.

Definition at line 79 of file itkLaplacianSegmentationLevelSetFunction.h.


Member Data Documentation

template<class TImageType , class TFeatureImageType = TImageType>
const unsigned int itk::LaplacianSegmentationLevelSetFunction< TImageType, TFeatureImageType >::ImageDimension = Superclass::ImageDimension [static]

Extract some parameters from the superclass.

Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >.

Definition at line 60 of file itkLaplacianSegmentationLevelSetFunction.h.


The documentation for this class was generated from the following file: