ITK  4.0.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions
itk::ScalarChanAndVeseLevelSetFunctionData< TInputImage, TFeatureImage > Class Template Reference

Helper class used to share data in the ScalarChanAndVeseLevelSetFunction. More...

#include <itkScalarChanAndVeseLevelSetFunctionData.h>

Inheritance diagram for itk::ScalarChanAndVeseLevelSetFunctionData< TInputImage, TFeatureImage >:
Collaboration diagram for itk::ScalarChanAndVeseLevelSetFunctionData< TInputImage, TFeatureImage >:

List of all members.

Public Types

typedef SmartPointer< const SelfConstPointer
typedef
Superclass::FeatureImageConstPointer 
FeatureImageConstPointer
typedef
Superclass::FeatureImagePointer 
FeatureImagePointer
typedef TFeatureImage FeatureImageType
typedef
Superclass::FeatureIndexType 
FeatureIndexType
typedef
Superclass::FeaturePixelType 
FeaturePixelType
typedef
Superclass::FeaturePointType 
FeaturePointType
typedef
Superclass::FeatureRegionType 
FeatureRegionType
typedef Superclass::FeatureSizeType FeatureSizeType
typedef
Superclass::FeatureSizeValueType 
FeatureSizeValueType
typedef
Superclass::FeatureSpacingType 
FeatureSpacingType
typedef
Superclass::InputImageConstPointer 
InputImageConstPointer
typedef
Superclass::InputImagePointer 
InputImagePointer
typedef TInputImage InputImageType
typedef Superclass::InputIndexType InputIndexType
typedef
Superclass::InputIndexValueType 
InputIndexValueType
typedef Superclass::InputPixelType InputPixelType
typedef Superclass::InputPointType InputPointType
typedef Superclass::InputRegionType InputRegionType
typedef Superclass::InputSizeType InputSizeType
typedef
Superclass::InputSizeValueType 
InputSizeValueType
typedef
Superclass::InputSpacingType 
InputSpacingType
typedef SmartPointer< SelfPointer
typedef
ScalarChanAndVeseLevelSetFunctionData 
Self
typedef
RegionBasedLevelSetFunctionData
< TInputImage, TFeatureImage > 
Superclass

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
virtual const char * GetNameOfClass () const

Static Public Member Functions

static Pointer New ()

Public Attributes

double m_BackgroundConstantValues
double m_ForegroundConstantValues
double m_WeightedSumOfPixelValuesInsideLevelSet
double m_WeightedSumOfPixelValuesOutsideLevelSet

Static Public Attributes

static const unsigned int ImageDimension = TFeatureImage::ImageDimension

Protected Member Functions

 ScalarChanAndVeseLevelSetFunctionData ()
virtual ~ScalarChanAndVeseLevelSetFunctionData ()

Private Member Functions

void operator= (const Self &)
 ScalarChanAndVeseLevelSetFunctionData (const Self &)

Detailed Description

template<class TInputImage, class TFeatureImage>
class itk::ScalarChanAndVeseLevelSetFunctionData< TInputImage, TFeatureImage >

Helper class used to share data in the ScalarChanAndVeseLevelSetFunction.

This class holds cache data used during the computation of the LevelSet updates.

Based on the paper:

"An active contour model without edges" T. Chan and L. Vese. In Scale-Space Theories in Computer Vision, pages 141-151, 1999.

Author:
Mosaliganti K., Smith B., Gelas A., Gouaillard A., Megason S.

This code was taken from the Insight Journal paper:

"Cell Tracking using Coupled Active Surfaces for Nuclei and Membranes" http://www.insight-journal.org/browse/publication/642 http://hdl.handle.net/10380/3055

That is based on the papers:

"Level Set Segmentation: Active Contours without edge" http://www.insight-journal.org/browse/publication/322 http://hdl.handle.net/1926/1532

and

"Level set segmentation using coupled active surfaces" http://www.insight-journal.org/browse/publication/323 http://hdl.handle.net/1926/1533

Definition at line 61 of file itkScalarChanAndVeseLevelSetFunctionData.h.


Member Typedef Documentation

template<class TInputImage , class TFeatureImage >
typedef SmartPointer< const Self > itk::ScalarChanAndVeseLevelSetFunctionData< TInputImage, TFeatureImage >::ConstPointer
template<class TInputImage , class TFeatureImage >
typedef Superclass::FeatureImageConstPointer itk::ScalarChanAndVeseLevelSetFunctionData< TInputImage, TFeatureImage >::FeatureImageConstPointer
template<class TInputImage , class TFeatureImage >
typedef Superclass::FeatureImagePointer itk::ScalarChanAndVeseLevelSetFunctionData< TInputImage, TFeatureImage >::FeatureImagePointer
template<class TInputImage , class TFeatureImage >
typedef TFeatureImage itk::ScalarChanAndVeseLevelSetFunctionData< TInputImage, TFeatureImage >::FeatureImageType
template<class TInputImage , class TFeatureImage >
typedef Superclass::FeatureIndexType itk::ScalarChanAndVeseLevelSetFunctionData< TInputImage, TFeatureImage >::FeatureIndexType
template<class TInputImage , class TFeatureImage >
typedef Superclass::FeaturePixelType itk::ScalarChanAndVeseLevelSetFunctionData< TInputImage, TFeatureImage >::FeaturePixelType
template<class TInputImage , class TFeatureImage >
typedef Superclass::FeaturePointType itk::ScalarChanAndVeseLevelSetFunctionData< TInputImage, TFeatureImage >::FeaturePointType
template<class TInputImage , class TFeatureImage >
typedef Superclass::FeatureRegionType itk::ScalarChanAndVeseLevelSetFunctionData< TInputImage, TFeatureImage >::FeatureRegionType
template<class TInputImage , class TFeatureImage >
typedef Superclass::FeatureSizeType itk::ScalarChanAndVeseLevelSetFunctionData< TInputImage, TFeatureImage >::FeatureSizeType
template<class TInputImage , class TFeatureImage >
typedef Superclass::FeatureSizeValueType itk::ScalarChanAndVeseLevelSetFunctionData< TInputImage, TFeatureImage >::FeatureSizeValueType
template<class TInputImage , class TFeatureImage >
typedef Superclass::FeatureSpacingType itk::ScalarChanAndVeseLevelSetFunctionData< TInputImage, TFeatureImage >::FeatureSpacingType
template<class TInputImage , class TFeatureImage >
typedef Superclass::InputImageConstPointer itk::ScalarChanAndVeseLevelSetFunctionData< TInputImage, TFeatureImage >::InputImageConstPointer
template<class TInputImage , class TFeatureImage >
typedef Superclass::InputImagePointer itk::ScalarChanAndVeseLevelSetFunctionData< TInputImage, TFeatureImage >::InputImagePointer
template<class TInputImage , class TFeatureImage >
typedef TInputImage itk::ScalarChanAndVeseLevelSetFunctionData< TInputImage, TFeatureImage >::InputImageType
template<class TInputImage , class TFeatureImage >
typedef Superclass::InputIndexType itk::ScalarChanAndVeseLevelSetFunctionData< TInputImage, TFeatureImage >::InputIndexType
template<class TInputImage , class TFeatureImage >
typedef Superclass::InputIndexValueType itk::ScalarChanAndVeseLevelSetFunctionData< TInputImage, TFeatureImage >::InputIndexValueType
template<class TInputImage , class TFeatureImage >
typedef Superclass::InputPixelType itk::ScalarChanAndVeseLevelSetFunctionData< TInputImage, TFeatureImage >::InputPixelType
template<class TInputImage , class TFeatureImage >
typedef Superclass::InputPointType itk::ScalarChanAndVeseLevelSetFunctionData< TInputImage, TFeatureImage >::InputPointType
template<class TInputImage , class TFeatureImage >
typedef Superclass::InputRegionType itk::ScalarChanAndVeseLevelSetFunctionData< TInputImage, TFeatureImage >::InputRegionType
template<class TInputImage , class TFeatureImage >
typedef Superclass::InputSizeType itk::ScalarChanAndVeseLevelSetFunctionData< TInputImage, TFeatureImage >::InputSizeType
template<class TInputImage , class TFeatureImage >
typedef Superclass::InputSizeValueType itk::ScalarChanAndVeseLevelSetFunctionData< TInputImage, TFeatureImage >::InputSizeValueType
template<class TInputImage , class TFeatureImage >
typedef Superclass::InputSpacingType itk::ScalarChanAndVeseLevelSetFunctionData< TInputImage, TFeatureImage >::InputSpacingType
template<class TInputImage , class TFeatureImage >
typedef SmartPointer< Self > itk::ScalarChanAndVeseLevelSetFunctionData< TInputImage, TFeatureImage >::Pointer
template<class TInputImage , class TFeatureImage >
typedef ScalarChanAndVeseLevelSetFunctionData itk::ScalarChanAndVeseLevelSetFunctionData< TInputImage, TFeatureImage >::Self

Standard class typedefs.

Reimplemented from itk::RegionBasedLevelSetFunctionData< TInputImage, TFeatureImage >.

Definition at line 66 of file itkScalarChanAndVeseLevelSetFunctionData.h.

template<class TInputImage , class TFeatureImage >
typedef RegionBasedLevelSetFunctionData< TInputImage, TFeatureImage > itk::ScalarChanAndVeseLevelSetFunctionData< TInputImage, TFeatureImage >::Superclass

Constructor & Destructor Documentation

template<class TInputImage , class TFeatureImage >
itk::ScalarChanAndVeseLevelSetFunctionData< TInputImage, TFeatureImage >::ScalarChanAndVeseLevelSetFunctionData ( ) [inline, protected]
template<class TInputImage , class TFeatureImage >
virtual itk::ScalarChanAndVeseLevelSetFunctionData< TInputImage, TFeatureImage >::~ScalarChanAndVeseLevelSetFunctionData ( ) [inline, protected, virtual]

Definition at line 114 of file itkScalarChanAndVeseLevelSetFunctionData.h.

template<class TInputImage , class TFeatureImage >
itk::ScalarChanAndVeseLevelSetFunctionData< TInputImage, TFeatureImage >::ScalarChanAndVeseLevelSetFunctionData ( const Self ) [private]

Member Function Documentation

template<class TInputImage , class TFeatureImage >
virtual::itk::LightObject::Pointer itk::ScalarChanAndVeseLevelSetFunctionData< TInputImage, TFeatureImage >::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::RegionBasedLevelSetFunctionData< TInputImage, TFeatureImage >.

template<class TInputImage , class TFeatureImage >
virtual const char* itk::ScalarChanAndVeseLevelSetFunctionData< TInputImage, TFeatureImage >::GetNameOfClass ( ) const [virtual]

Return the name of this class as a string. Used by the object factory (implemented in New()) to instantiate objects of a named type. Also used for debugging and other output information.

Reimplemented from itk::RegionBasedLevelSetFunctionData< TInputImage, TFeatureImage >.

template<class TInputImage , class TFeatureImage >
static Pointer itk::ScalarChanAndVeseLevelSetFunctionData< TInputImage, TFeatureImage >::New ( ) [static]

Method for creation through the object factory.

Reimplemented from itk::RegionBasedLevelSetFunctionData< TInputImage, TFeatureImage >.

template<class TInputImage , class TFeatureImage >
void itk::ScalarChanAndVeseLevelSetFunctionData< TInputImage, TFeatureImage >::operator= ( const Self ) [private]

Mutex lock to protect modification to the reference count

Reimplemented from itk::RegionBasedLevelSetFunctionData< TInputImage, TFeatureImage >.


Member Data Documentation

template<class TInputImage , class TFeatureImage >
const unsigned int itk::ScalarChanAndVeseLevelSetFunctionData< TInputImage, TFeatureImage >::ImageDimension = TFeatureImage::ImageDimension [static]
template<class TInputImage , class TFeatureImage >
double itk::ScalarChanAndVeseLevelSetFunctionData< TInputImage, TFeatureImage >::m_BackgroundConstantValues
template<class TInputImage , class TFeatureImage >
double itk::ScalarChanAndVeseLevelSetFunctionData< TInputImage, TFeatureImage >::m_ForegroundConstantValues
template<class TInputImage , class TFeatureImage >
double itk::ScalarChanAndVeseLevelSetFunctionData< TInputImage, TFeatureImage >::m_WeightedSumOfPixelValuesInsideLevelSet
template<class TInputImage , class TFeatureImage >
double itk::ScalarChanAndVeseLevelSetFunctionData< TInputImage, TFeatureImage >::m_WeightedSumOfPixelValuesOutsideLevelSet

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