ITK  4.0.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions | Private Member Functions | Private Attributes
itk::BinaryMinMaxCurvatureFlowFunction< TImage > Class Template Reference

#include <itkBinaryMinMaxCurvatureFlowFunction.h>

Inheritance diagram for itk::BinaryMinMaxCurvatureFlowFunction< TImage >:
Collaboration diagram for itk::BinaryMinMaxCurvatureFlowFunction< TImage >:

List of all members.

Public Types

typedef SmartPointer< const SelfConstPointer
typedef Superclass::FloatOffsetType FloatOffsetType
typedef Superclass::ImageType ImageType
typedef
Superclass::NeighborhoodType 
NeighborhoodType
typedef Superclass::PixelType PixelType
typedef SmartPointer< SelfPointer
typedef Superclass::RadiusType RadiusType
typedef
BinaryMinMaxCurvatureFlowFunction 
Self
typedef
MinMaxCurvatureFlowFunction
< TImage > 
Superclass

Public Member Functions

virtual PixelType ComputeUpdate (const NeighborhoodType &neighborhood, void *globalData, const FloatOffsetType &offset=FloatOffsetType(0.0))
virtual ::itk::LightObject::Pointer CreateAnother (void) const
virtual const char * GetNameOfClass () const
void SetThreshold (const double thresh)
const double & GetThreshold () const

Static Public Member Functions

static Pointer New ()

Static Public Attributes

static const unsigned int ImageDimension = Superclass::ImageDimension

Protected Member Functions

 BinaryMinMaxCurvatureFlowFunction ()
 ~BinaryMinMaxCurvatureFlowFunction ()

Private Member Functions

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

Private Attributes

double m_Threshold

Detailed Description

template<class TImage>
class itk::BinaryMinMaxCurvatureFlowFunction< TImage >

This class encapsulate the finite difference equation which drives a min/max curvature flow algorithm for denoising binary images.

This class uses a zero flux Neumann boundary condition when computing derivatives near the data boundary.

This class operates as part of the finite difference solver hierarchy.

See also:
BinaryMinMaxCurvatureFlowImageFilter
ZeroFluxNeumannBoundaryCondition

Definition at line 42 of file itkBinaryMinMaxCurvatureFlowFunction.h.


Member Typedef Documentation

template<class TImage >
typedef SmartPointer< const Self > itk::BinaryMinMaxCurvatureFlowFunction< TImage >::ConstPointer

A floating point offset from an image grid location. Used for interpolation among grid values in a neighborhood.

Reimplemented from itk::MinMaxCurvatureFlowFunction< TImage >.

Definition at line 63 of file itkBinaryMinMaxCurvatureFlowFunction.h.

template<class TImage >
typedef Superclass::ImageType itk::BinaryMinMaxCurvatureFlowFunction< TImage >::ImageType

Inherit some parameters from the superclass type.

Reimplemented from itk::MinMaxCurvatureFlowFunction< TImage >.

Definition at line 64 of file itkBinaryMinMaxCurvatureFlowFunction.h.

The type of data structure that is passed to this function object to evaluate at a pixel that does not lie on a data set boundary.

Reimplemented from itk::MinMaxCurvatureFlowFunction< TImage >.

Definition at line 62 of file itkBinaryMinMaxCurvatureFlowFunction.h.

template<class TImage >
typedef Superclass::PixelType itk::BinaryMinMaxCurvatureFlowFunction< TImage >::PixelType

Inherit some parameters from the superclass type.

Reimplemented from itk::MinMaxCurvatureFlowFunction< TImage >.

Definition at line 57 of file itkBinaryMinMaxCurvatureFlowFunction.h.

template<class TImage >
typedef SmartPointer< Self > itk::BinaryMinMaxCurvatureFlowFunction< TImage >::Pointer
template<class TImage >
typedef Superclass::RadiusType itk::BinaryMinMaxCurvatureFlowFunction< TImage >::RadiusType

Neighborhood radius type

Reimplemented from itk::MinMaxCurvatureFlowFunction< TImage >.

Definition at line 61 of file itkBinaryMinMaxCurvatureFlowFunction.h.

Standard class typedefs.

Reimplemented from itk::MinMaxCurvatureFlowFunction< TImage >.

Definition at line 47 of file itkBinaryMinMaxCurvatureFlowFunction.h.

template<class TImage >
typedef MinMaxCurvatureFlowFunction< TImage > itk::BinaryMinMaxCurvatureFlowFunction< TImage >::Superclass

Constructor & Destructor Documentation

template<class TImage >
itk::BinaryMinMaxCurvatureFlowFunction< TImage >::BinaryMinMaxCurvatureFlowFunction ( ) [protected]
template<class TImage >
itk::BinaryMinMaxCurvatureFlowFunction< TImage >::~BinaryMinMaxCurvatureFlowFunction ( ) [inline, protected]

Definition at line 85 of file itkBinaryMinMaxCurvatureFlowFunction.h.

template<class TImage >
itk::BinaryMinMaxCurvatureFlowFunction< TImage >::BinaryMinMaxCurvatureFlowFunction ( const Self ) [private]

Member Function Documentation

template<class TImage >
virtual PixelType itk::BinaryMinMaxCurvatureFlowFunction< TImage >::ComputeUpdate ( const NeighborhoodType neighborhood,
void *  globalData,
const FloatOffsetType offset = FloatOffsetType(0.0) 
) [virtual]

This method computes the solution update for each pixel that does not lie on a the data set boundary.

Reimplemented from itk::MinMaxCurvatureFlowFunction< TImage >.

template<class TImage >
virtual::itk::LightObject::Pointer itk::BinaryMinMaxCurvatureFlowFunction< TImage >::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::MinMaxCurvatureFlowFunction< TImage >.

template<class TImage >
virtual const char* itk::BinaryMinMaxCurvatureFlowFunction< TImage >::GetNameOfClass ( ) const [virtual]

Run-time type information (and related methods)

Reimplemented from itk::MinMaxCurvatureFlowFunction< TImage >.

template<class TImage >
const double& itk::BinaryMinMaxCurvatureFlowFunction< TImage >::GetThreshold ( ) const [inline]

Set/Get the threshold value.

Definition at line 72 of file itkBinaryMinMaxCurvatureFlowFunction.h.

template<class TImage >
static Pointer itk::BinaryMinMaxCurvatureFlowFunction< TImage >::New ( ) [static]

Method for creation through the object factory.

Reimplemented from itk::MinMaxCurvatureFlowFunction< TImage >.

template<class TImage >
void itk::BinaryMinMaxCurvatureFlowFunction< TImage >::operator= ( const Self ) [private]

Mutex lock to protect modification to the reference count

Reimplemented from itk::MinMaxCurvatureFlowFunction< TImage >.

template<class TImage >
void itk::BinaryMinMaxCurvatureFlowFunction< TImage >::SetThreshold ( const double  thresh) [inline]

Set/Get the threshold value.

Definition at line 70 of file itkBinaryMinMaxCurvatureFlowFunction.h.


Member Data Documentation

template<class TImage >
const unsigned int itk::BinaryMinMaxCurvatureFlowFunction< TImage >::ImageDimension = Superclass::ImageDimension [static]

Extract superclass dimension.

Reimplemented from itk::MinMaxCurvatureFlowFunction< TImage >.

Definition at line 67 of file itkBinaryMinMaxCurvatureFlowFunction.h.

template<class TImage >
double itk::BinaryMinMaxCurvatureFlowFunction< TImage >::m_Threshold [private]

Definition at line 90 of file itkBinaryMinMaxCurvatureFlowFunction.h.


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