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::RegionBasedLevelSetFunctionData< TInputImage, TFeatureImage > Class Template Reference

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

#include <itkRegionBasedLevelSetFunctionData.h>

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

List of all members.

Public Types

typedef SmartPointer< const SelfConstPointer
typedef
FeatureImageType::ConstPointer 
FeatureImageConstPointer
typedef FeatureImageType::Pointer FeatureImagePointer
typedef TFeatureImage FeatureImageType
typedef FeatureImageType::IndexType FeatureIndexType
typedef FeatureImageType::PixelType FeaturePixelType
typedef FeatureImageType::PointType FeaturePointType
typedef
FeatureImageType::RegionType 
FeatureRegionType
typedef FeatureImageType::SizeType FeatureSizeType
typedef
FeatureSizeType::SizeValueType 
FeatureSizeValueType
typedef
FeatureImageType::SpacingType 
FeatureSpacingType
typedef
InputImageType::ConstPointer 
InputImageConstPointer
typedef InputImageType::Pointer InputImagePointer
typedef TInputImage InputImageType
typedef InputImageType::IndexType InputIndexType
typedef
InputIndexType::IndexValueType 
InputIndexValueType
typedef InputImageType::PixelType InputPixelType
typedef InputImageType::PointType InputPointType
typedef InputImageType::RegionType InputRegionType
typedef InputImageType::SizeType InputSizeType
typedef
InputSizeType::SizeValueType 
InputSizeValueType
typedef InputImageType::SpacingType InputSpacingType
typedef SmartPointer< SelfPointer
typedef
RegionBasedLevelSetFunctionData 
Self
typedef LightObject Superclass

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
void CreateHeavisideFunctionOfLevelSetImage (const InputImageType *image)
FeatureIndexType GetFeatureIndex (const InputIndexType &inputIndex)
InputIndexType GetIndex (const FeatureIndexType &featureIndex)
virtual const char * GetNameOfClass () const
template<class TIndex >
bool VerifyInsideRegion (const TIndex &featureIndex)

Static Public Member Functions

static Pointer New ()

Public Attributes

InputIndexType m_End
InputImagePointer m_HeavisideFunctionOfLevelSetImage
InputIndexType m_Start
double m_WeightedNumberOfPixelsInsideLevelSet
double m_WeightedNumberOfPixelsOutsideLevelSet

Static Public Attributes

static const unsigned int ImageDimension = TFeatureImage::ImageDimension

Protected Member Functions

 RegionBasedLevelSetFunctionData ()
virtual ~RegionBasedLevelSetFunctionData ()

Private Member Functions

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

Detailed Description

template<class TInputImage, class TFeatureImage>
class itk::RegionBasedLevelSetFunctionData< 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 68 of file itkRegionBasedLevelSetFunctionData.h.


Member Typedef Documentation

template<class TInputImage , class TFeatureImage >
typedef SmartPointer< const Self > itk::RegionBasedLevelSetFunctionData< TInputImage, TFeatureImage >::ConstPointer
template<class TInputImage , class TFeatureImage >
typedef FeatureImageType::ConstPointer itk::RegionBasedLevelSetFunctionData< TInputImage, TFeatureImage >::FeatureImageConstPointer
template<class TInputImage , class TFeatureImage >
typedef FeatureImageType::Pointer itk::RegionBasedLevelSetFunctionData< TInputImage, TFeatureImage >::FeatureImagePointer
template<class TInputImage , class TFeatureImage >
typedef TFeatureImage itk::RegionBasedLevelSetFunctionData< TInputImage, TFeatureImage >::FeatureImageType
template<class TInputImage , class TFeatureImage >
typedef FeatureImageType::IndexType itk::RegionBasedLevelSetFunctionData< TInputImage, TFeatureImage >::FeatureIndexType
template<class TInputImage , class TFeatureImage >
typedef FeatureImageType::PixelType itk::RegionBasedLevelSetFunctionData< TInputImage, TFeatureImage >::FeaturePixelType
template<class TInputImage , class TFeatureImage >
typedef FeatureImageType::PointType itk::RegionBasedLevelSetFunctionData< TInputImage, TFeatureImage >::FeaturePointType
template<class TInputImage , class TFeatureImage >
typedef FeatureImageType::RegionType itk::RegionBasedLevelSetFunctionData< TInputImage, TFeatureImage >::FeatureRegionType
template<class TInputImage , class TFeatureImage >
typedef FeatureImageType::SizeType itk::RegionBasedLevelSetFunctionData< TInputImage, TFeatureImage >::FeatureSizeType
template<class TInputImage , class TFeatureImage >
typedef FeatureSizeType::SizeValueType itk::RegionBasedLevelSetFunctionData< TInputImage, TFeatureImage >::FeatureSizeValueType
template<class TInputImage , class TFeatureImage >
typedef FeatureImageType::SpacingType itk::RegionBasedLevelSetFunctionData< TInputImage, TFeatureImage >::FeatureSpacingType
template<class TInputImage , class TFeatureImage >
typedef InputImageType::ConstPointer itk::RegionBasedLevelSetFunctionData< TInputImage, TFeatureImage >::InputImageConstPointer
template<class TInputImage , class TFeatureImage >
typedef InputImageType::Pointer itk::RegionBasedLevelSetFunctionData< TInputImage, TFeatureImage >::InputImagePointer
template<class TInputImage , class TFeatureImage >
typedef TInputImage itk::RegionBasedLevelSetFunctionData< TInputImage, TFeatureImage >::InputImageType
template<class TInputImage , class TFeatureImage >
typedef InputImageType::IndexType itk::RegionBasedLevelSetFunctionData< TInputImage, TFeatureImage >::InputIndexType
template<class TInputImage , class TFeatureImage >
typedef InputIndexType::IndexValueType itk::RegionBasedLevelSetFunctionData< TInputImage, TFeatureImage >::InputIndexValueType
template<class TInputImage , class TFeatureImage >
typedef InputImageType::PixelType itk::RegionBasedLevelSetFunctionData< TInputImage, TFeatureImage >::InputPixelType
template<class TInputImage , class TFeatureImage >
typedef InputImageType::PointType itk::RegionBasedLevelSetFunctionData< TInputImage, TFeatureImage >::InputPointType
template<class TInputImage , class TFeatureImage >
typedef InputImageType::RegionType itk::RegionBasedLevelSetFunctionData< TInputImage, TFeatureImage >::InputRegionType
template<class TInputImage , class TFeatureImage >
typedef InputImageType::SizeType itk::RegionBasedLevelSetFunctionData< TInputImage, TFeatureImage >::InputSizeType
template<class TInputImage , class TFeatureImage >
typedef InputSizeType::SizeValueType itk::RegionBasedLevelSetFunctionData< TInputImage, TFeatureImage >::InputSizeValueType
template<class TInputImage , class TFeatureImage >
typedef InputImageType::SpacingType itk::RegionBasedLevelSetFunctionData< TInputImage, TFeatureImage >::InputSpacingType
template<class TInputImage , class TFeatureImage >
typedef SmartPointer< Self > itk::RegionBasedLevelSetFunctionData< TInputImage, TFeatureImage >::Pointer
template<class TInputImage , class TFeatureImage >
typedef RegionBasedLevelSetFunctionData itk::RegionBasedLevelSetFunctionData< TInputImage, TFeatureImage >::Self

Standard class typedefs.

Reimplemented from itk::LightObject.

Reimplemented in itk::ScalarChanAndVeseLevelSetFunctionData< TInputImage, TFeatureImage >.

Definition at line 72 of file itkRegionBasedLevelSetFunctionData.h.

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

Constructor & Destructor Documentation

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

Definition at line 141 of file itkRegionBasedLevelSetFunctionData.h.

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

Member Function Documentation

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

Reimplemented in itk::ScalarChanAndVeseLevelSetFunctionData< TInputImage, TFeatureImage >.

template<class TInputImage , class TFeatureImage >
void itk::RegionBasedLevelSetFunctionData< TInputImage, TFeatureImage >::CreateHeavisideFunctionOfLevelSetImage ( const InputImageType image)
template<class TInputImage , class TFeatureImage >
FeatureIndexType itk::RegionBasedLevelSetFunctionData< TInputImage, TFeatureImage >::GetFeatureIndex ( const InputIndexType inputIndex)
template<class TInputImage , class TFeatureImage >
InputIndexType itk::RegionBasedLevelSetFunctionData< TInputImage, TFeatureImage >::GetIndex ( const FeatureIndexType featureIndex)
template<class TInputImage , class TFeatureImage >
virtual const char* itk::RegionBasedLevelSetFunctionData< 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::LightObject.

Reimplemented in itk::ScalarChanAndVeseLevelSetFunctionData< TInputImage, TFeatureImage >.

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

Method for creation through the object factory.

Reimplemented from itk::LightObject.

Reimplemented in itk::ScalarChanAndVeseLevelSetFunctionData< TInputImage, TFeatureImage >.

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

Mutex lock to protect modification to the reference count

Reimplemented from itk::LightObject.

Reimplemented in itk::ScalarChanAndVeseLevelSetFunctionData< TInputImage, TFeatureImage >.

template<class TInputImage , class TFeatureImage >
template<class TIndex >
bool itk::RegionBasedLevelSetFunctionData< TInputImage, TFeatureImage >::VerifyInsideRegion ( const TIndex &  featureIndex) [inline]

Member Data Documentation

template<class TInputImage , class TFeatureImage >
const unsigned int itk::RegionBasedLevelSetFunctionData< TInputImage, TFeatureImage >::ImageDimension = TFeatureImage::ImageDimension [static]
template<class TInputImage , class TFeatureImage >
InputIndexType itk::RegionBasedLevelSetFunctionData< TInputImage, TFeatureImage >::m_End
template<class TInputImage , class TFeatureImage >
InputImagePointer itk::RegionBasedLevelSetFunctionData< TInputImage, TFeatureImage >::m_HeavisideFunctionOfLevelSetImage

Definition at line 136 of file itkRegionBasedLevelSetFunctionData.h.

template<class TInputImage , class TFeatureImage >
InputIndexType itk::RegionBasedLevelSetFunctionData< TInputImage, TFeatureImage >::m_Start
template<class TInputImage , class TFeatureImage >
double itk::RegionBasedLevelSetFunctionData< TInputImage, TFeatureImage >::m_WeightedNumberOfPixelsInsideLevelSet

Definition at line 133 of file itkRegionBasedLevelSetFunctionData.h.

template<class TInputImage , class TFeatureImage >
double itk::RegionBasedLevelSetFunctionData< TInputImage, TFeatureImage >::m_WeightedNumberOfPixelsOutsideLevelSet

Definition at line 134 of file itkRegionBasedLevelSetFunctionData.h.


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