ITK  4.2.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 Types inherited from itk::MinMaxCurvatureFlowFunction< TImage >
typedef RadiusType::SizeValueType RadiusValueType
- Public Types inherited from itk::CurvatureFlowFunction< TImage >
typedef
Superclass::NeighborhoodScalesType 
NeighborhoodScalesType
typedef Superclass::PixelRealType PixelRealType
typedef PixelType ScalarValueType
typedef Superclass::TimeStepType TimeStepType
- Public Types inherited from itk::FiniteDifferenceFunction< TImage >
typedef
ZeroFluxNeumannBoundaryCondition
< ImageType
DefaultBoundaryConditionType
- Public Types inherited from itk::LightObject

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
- Public Member Functions inherited from itk::MinMaxCurvatureFlowFunction< TImage >
const RadiusValueTypeGetRadiusValueType () const
void SetStencilRadius (const RadiusValueType radius)
- Public Member Functions inherited from itk::CurvatureFlowFunction< TImage >
virtual TimeStepType ComputeGlobalTimeStep (void *GlobalData) const
virtual void * GetGlobalDataPointer () const
const TimeStepTypeGetTimeStep () const
virtual void ReleaseGlobalDataPointer (void *GlobalData) const
void SetTimeStep (const TimeStepType &t)
- Public Member Functions inherited from itk::FiniteDifferenceFunction< TImage >
const NeighborhoodScalesType ComputeNeighborhoodScales () const
const RadiusTypeGetRadius () const
virtual void InitializeIteration ()
void SetRadius (const RadiusType &r)
void SetScaleCoefficients (PixelRealType vals[ImageDimension])
- Public Member Functions inherited from itk::LightObject
virtual void Delete ()
virtual int GetReferenceCount () const
 itkCloneMacro (Self)
void Print (std::ostream &os, Indent indent=0) const
virtual void Register () const
virtual void SetReferenceCount (int)
virtual void UnRegister () const

Static Public Member Functions

static Pointer New ()

Static Public Attributes

static const unsigned int ImageDimension = Superclass::ImageDimension
- Static Public Attributes inherited from itk::MinMaxCurvatureFlowFunction< TImage >
- Static Public Attributes inherited from itk::CurvatureFlowFunction< TImage >
- Static Public Attributes inherited from itk::FiniteDifferenceFunction< TImage >

Protected Member Functions

 BinaryMinMaxCurvatureFlowFunction ()
 ~BinaryMinMaxCurvatureFlowFunction ()
- Protected Member Functions inherited from itk::MinMaxCurvatureFlowFunction< TImage >
void InitializeStencilOperator ()
 MinMaxCurvatureFlowFunction ()
 ~MinMaxCurvatureFlowFunction ()
- Protected Member Functions inherited from itk::CurvatureFlowFunction< TImage >
 CurvatureFlowFunction ()
 ~CurvatureFlowFunction ()
- Protected Member Functions inherited from itk::FiniteDifferenceFunction< TImage >
 FiniteDifferenceFunction ()
void PrintSelf (std::ostream &os, Indent indent) const
 ~FiniteDifferenceFunction ()
- Protected Member Functions inherited from itk::LightObject
virtual LightObject::Pointer InternalClone () const
 LightObject ()
virtual void PrintHeader (std::ostream &os, Indent indent) const
virtual void PrintTrailer (std::ostream &os, Indent indent) const
virtual ~LightObject ()

Private Member Functions

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

Private Attributes

double m_Threshold

Additional Inherited Members

- Protected Types inherited from itk::MinMaxCurvatureFlowFunction< TImage >
typedef Neighborhood
< PixelType,
itkGetStaticConstMacro(ImageDimension) > 
StencilOperatorType
- Protected Attributes inherited from itk::MinMaxCurvatureFlowFunction< TImage >
StencilOperatorType m_StencilOperator

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 ( )
inlineprotected

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: